Show / Hide Table of Contents

Class PolicyListPolicyAllowArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyListPolicyAllowArgs
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 PolicyListPolicyAllowArgs : ResourceArgs

Constructors

View Source

PolicyListPolicyAllowArgs()

Declaration
public PolicyListPolicyAllowArgs()

Properties

View Source

All

The policy allows or denies all values.

Declaration
public Input<bool> All { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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