Show / Hide Table of Contents

Class OrganizationPolicyListPolicyGetArgs

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

Constructors

View Source

OrganizationPolicyListPolicyGetArgs()

Declaration
public OrganizationPolicyListPolicyGetArgs()

Properties

View Source

Allow

or deny - (Optional) One or the other must be set.

Declaration
public Input<OrganizationPolicyListPolicyAllowGetArgs> Allow { get; set; }
Property Value
Type Description
Input<OrganizationPolicyListPolicyAllowGetArgs>
View Source

Deny

Declaration
public Input<OrganizationPolicyListPolicyDenyGetArgs> Deny { get; set; }
Property Value
Type Description
Input<OrganizationPolicyListPolicyDenyGetArgs>
View Source

InheritFromParent

If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.

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

SuggestedValue

The Google Cloud Console will try to default to a configuration that matches the value specified in this field.

Declaration
public Input<string> SuggestedValue { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.