REST Resource: organizations.envgroups.attachments

Resource: EnvironmentGroupAttachment

EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.

JSON representation
{
  "name": string,
  "environment": string,
  "createdAt": string,
  "environmentGroupId": string
}
Fields
name

string

ID of the environment group attachment.

environment

string

Required. ID of the attached environment.

createdAt

string (int64 format)

Output only. The time at which the environment group attachment was created as milliseconds since epoch.

environmentGroupId

string

Output only. ID of the environment group.

Methods

create

Creates a new attachment of an environment to an environment group.

delete

Deletes an environment group attachment.

get

Gets an environment group attachment.

list

Lists all attachments of an environment group.