---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / EnvironmentVariable

# Interface: EnvironmentVariable

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:21](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L21)

Environment variable information returned from MRT.

## Properties

### createdAt

> **createdAt**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:29](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L29)

ISO timestamp when created

***

### createdBy

> **createdBy**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:27](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L27)

Email of user who created the variable

***

### name

> **name**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:23](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L23)

Name of the environment variable

***

### publishingStatus

> **publishingStatus**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:35](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L35)

Publishing status code

***

### publishingStatusDescription

> **publishingStatusDescription**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:37](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L37)

Human-readable publishing status

***

### updatedAt

> **updatedAt**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:31](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L31)

ISO timestamp when last updated

***

### updatedBy

> **updatedBy**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:33](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L33)

Email of user who last updated the variable

***

### value

> **value**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts:25](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/env-var.ts#L25)

Masked value (only last few characters visible)
