Class GetActiveFolderArgs
Inherited Members
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 GetActiveFolderArgs : InvokeArgs
Constructors
View SourceGetActiveFolderArgs()
Declaration
public GetActiveFolderArgs()
Properties
View SourceDisplayName
The folder's display name.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Parent
The resource name of the parent Folder or Organization.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |