Class PolicyBooleanPolicyArgs
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 PolicyBooleanPolicyArgs : ResourceArgs
Constructors
View SourcePolicyBooleanPolicyArgs()
Declaration
public PolicyBooleanPolicyArgs()
Properties
View SourceEnforced
If true, then the Policy is enforced. If false, then any configuration is acceptable.
Declaration
public Input<bool> Enforced { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |