Show / Hide Table of Contents

Class GetActiveFolderArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetActiveFolderArgs
Inherited Members
InvokeArgs.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 GetActiveFolderArgs : InvokeArgs

Constructors

View Source

GetActiveFolderArgs()

Declaration
public GetActiveFolderArgs()

Properties

View Source

DisplayName

The folder's display name.

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

Parent

The resource name of the parent Folder or Organization.

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