Show / Hide Table of Contents

Class GetOrganizationPolicyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetOrganizationPolicyArgs
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.Folder
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetOrganizationPolicyArgs : InvokeArgs

Constructors

View Source

GetOrganizationPolicyArgs()

Declaration
public GetOrganizationPolicyArgs()

Properties

View Source

Constraint

(Required) The name of the Constraint the Policy is configuring, for example, serviceuser.services. Check out the complete list of available constraints.

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

Folder

The resource name of the folder to set the policy for. Its format is folders/{folder_id}.

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