Class PolicyListPolicyAllowArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PolicyListPolicyAllowArgs : ResourceArgs
Constructors
View SourcePolicyListPolicyAllowArgs()
Declaration
public PolicyListPolicyAllowArgs()
Properties
View SourceAll
The policy allows or denies all values.
Declaration
public Input<bool> All { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Values
The policy can define specific values that are allowed or denied.
Declaration
public InputList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |