Class PolicyListPolicyArgs
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 PolicyListPolicyArgs : ResourceArgs
Constructors
View SourcePolicyListPolicyArgs()
Declaration
public PolicyListPolicyArgs()
Properties
View SourceAllow
or deny - (Optional) One or the other must be set.
Declaration
public Input<PolicyListPolicyAllowArgs> Allow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyListPolicyAllowArgs> |
Deny
Declaration
public Input<PolicyListPolicyDenyArgs> Deny { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyListPolicyDenyArgs> |
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> |
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> |