Resource: Folder
A Folder in an Organization's resource hierarchy, used to organize that Organization's resources.
JSON representation |
---|
{
"name": string,
"parent": string,
"displayName": string,
"lifecycleState": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of the Folder. Its format is |
parent |
The Folder's parent's resource name. Updates to the folder's parent must be performed via |
displayName |
The folder's display name. A folder's display name must be unique amongst its siblings, e.g. 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: |
lifecycleState |
Output only. The lifecycle state of the folder. Updates to the lifecycleState must be performed via |
createTime |
Output only. Timestamp when the Folder was created. Assigned by the server. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
LifecycleState
Folder lifecycle states.
Enums | |
---|---|
LIFECYCLE_STATE_UNSPECIFIED |
Unspecified state. |
ACTIVE |
The normal and active state. |
DELETE_REQUESTED |
The folder has been marked for deletion by the user. |
Methods |
|
---|---|
|
The method google.cloud.resourcemanager.v2beta1.Folders.CreateFolder is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.DeleteFolder is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.GetFolder is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.GetIamPolicy is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.ListFolders is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.MoveFolder is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.UpdateFolder is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.SearchFolders is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.SetIamPolicy is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.TestIamPermissions is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.resourcemanager.v2beta1.Folders.UndeleteFolder is not available in Trusted Cloud by S3NS. |