This table represents the Folder resource from Google Cloud Platform.

gcp.folder

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
create_timecoretimestampOutput only. Timestamp when the folder was created.
datadog_display_namecorestring
delete_timecoretimestampOutput only. Timestamp when the folder was requested to be deleted.
etagcorestringOutput only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
gcp_display_namecorestringThe folder's display name. A folder's display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression: `[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?`.
labelscorearray<string>
namecorestringOutput only. The resource name of the folder. Its format is `folders/{folder_id}`, for example: "folders/1234".
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
statecorestringOutput only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder. Possible values: ['STATE_UNSPECIFIED', 'ACTIVE', 'DELETE_REQUESTED']. Values descriptions: ['Unspecified state.', 'The normal and active state.', 'The folder has been marked for deletion by the user.']
tagscorehstore
update_timecoretimestampOutput only. Timestamp when the folder was last modified.