REST Resource: folders

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 (LifecycleState),
  "createTime": string
}
Fields
name

string

Output only. The resource name of the Folder. Its format is folders/{folder_id}, for example: "folders/1234".

parent

string

The Folder's parent's resource name. Updates to the folder's parent must be performed via folders.move.

displayName

string

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: [\p{L}\p{N}]({\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?.

lifecycleState

enum (LifecycleState)

Output only. The lifecycle state of the folder. Updates to the lifecycleState must be performed via folders.delete and folders.undelete.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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

create

The method google.cloud.resourcemanager.v2beta1.Folders.CreateFolder is not available in Trusted Cloud by S3NS.

delete

The method google.cloud.resourcemanager.v2beta1.Folders.DeleteFolder is not available in Trusted Cloud by S3NS.

get

The method google.cloud.resourcemanager.v2beta1.Folders.GetFolder is not available in Trusted Cloud by S3NS.

getIamPolicy

The method google.cloud.resourcemanager.v2beta1.Folders.GetIamPolicy is not available in Trusted Cloud by S3NS.

list

The method google.cloud.resourcemanager.v2beta1.Folders.ListFolders is not available in Trusted Cloud by S3NS.

move

The method google.cloud.resourcemanager.v2beta1.Folders.MoveFolder is not available in Trusted Cloud by S3NS.

patch

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.

setIamPolicy

The method google.cloud.resourcemanager.v2beta1.Folders.SetIamPolicy is not available in Trusted Cloud by S3NS.

testIamPermissions

The method google.cloud.resourcemanager.v2beta1.Folders.TestIamPermissions is not available in Trusted Cloud by S3NS.

undelete

The method google.cloud.resourcemanager.v2beta1.Folders.UndeleteFolder is not available in Trusted Cloud by S3NS.