Show / Hide Table of Contents

Class PolicyBooleanPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyBooleanPolicyArgs
Inherited Members
ResourceArgs.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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PolicyBooleanPolicyArgs : ResourceArgs

Constructors

View Source

PolicyBooleanPolicyArgs()

Declaration
public PolicyBooleanPolicyArgs()

Properties

View Source

Enforced

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.