Folder

A folder in the Google Cloud resource hierarchy. Folders can contain projects and other folders, allowing users to group resources and apply policies hierarchically. Folders can be up to 10 levels deep.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
name string The resource name of the folder in the form folders/{folder_id}. Output only.
parent string The resource name of the folder's parent. Can be an organization or another folder in the form organizations/{org_id} or folders/{folder_id}.
displayName string The folder's display name. A folder's display name must be distinct from all other folders that share its parent. The display name must start and end with a letter or digit, may contain letters, digit
state string The lifecycle state of the folder. Output only.
createTime string Timestamp of when the folder was created. Output only.
updateTime string Timestamp of when the folder was last modified. Output only.
deleteTime string Timestamp of when the delete request was sent. Output only.
etag string A checksum computed by the server based on the current value of the folder resource.
View JSON Schema on GitHub