Show / Hide Table of Contents

Class GetFolderArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetFolderArgs
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 GetFolderArgs : InvokeArgs

Constructors

View Source

GetFolderArgs()

Declaration
public GetFolderArgs()

Properties

View Source

Folder

The name of the Folder in the form {folder_id} or folders/{folder_id}.

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

LookupOrganization

true to find the organization that the folder belongs, false to avoid the lookup. It searches up the tree. (defaults to false)

Declaration
public bool? LookupOrganization { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.