Resource: Environment
JSON representation | |
---|---|
{ "name": string, "description": string, "createdAt": string, "lastModifiedAt": string, "properties": { object ( |
Fields | |
---|---|
name |
Required. Name of the environment. Values must match the regular expression |
description |
Optional. Description of the environment. |
createdAt |
Output only. Creation time of this environment as milliseconds since epoch. |
lastModifiedAt |
Output only. Last modification time of this environment as milliseconds since epoch. |
properties |
Optional. Key-value pairs that may be used for customizing the environment. |
displayName |
Optional. Display name for this environment. |
state |
Output only. State of the environment. Values other than ACTIVE means the resource is not ready to use. |
Methods |
|
---|---|
|
Creates an environment in an organization. |
|
Deletes an environment from an organization. |
|
Gets environment details. |
|
Gets the debug mask singleton resource for an environment. |
|
Gets the IAM policy on an environment. |
|
Get distributed trace configuration in an environment. |
|
Lists all environments in an organization. |
|
Sets the IAM policy on an environment, if the policy already exists it will be replaced. |
|
Tests the permissions of a user on an environment, and returns a subset of permissions that the user has on the environment. |
|
Updates an existing environment. |
|
Updates the debug mask singleton resource for an environment. |
|
Updates an existing environment. |
|
Updates the trace configurations in an environment. |