Show / Hide Table of Contents

Class FolderState

Inheritance
System.Object
InputArgs
ResourceArgs
FolderState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FolderState : ResourceArgs

Constructors

View Source

FolderState()

Declaration
public FolderState()

Properties

View Source

CreateTime

Timestamp when the Folder was created. Assigned by the server. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

Declaration
public Input<string> CreateTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LifecycleState

The lifecycle state of the folder such as ACTIVE or DELETE_REQUESTED.

Declaration
public Input<string> LifecycleState { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The resource name of the Folder. Its format is folders/{folder_id}.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Parent

The resource name of the parent Folder or Organization. Must be of the form folders/{folder_id} or organizations/{org_id}.

Declaration
public Input<string> Parent { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.