Class GetOrganizationPolicyArgs
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.Folder
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetOrganizationPolicyArgs : InvokeArgs
Constructors
View SourceGetOrganizationPolicyArgs()
Declaration
public GetOrganizationPolicyArgs()
Properties
View SourceConstraint
(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 |
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 |