Organization Policy List Policy Args
data class OrganizationPolicyListPolicyArgs(val allow: Output<OrganizationPolicyListPolicyAllowArgs>? = null, val deny: Output<OrganizationPolicyListPolicyDenyArgs>? = null, val inheritFromParent: Output<Boolean>? = null, val suggestedValue: Output<String>? = null) : ConvertibleToJava<OrganizationPolicyListPolicyArgs>
Constructors
Link copied to clipboard
constructor(allow: Output<OrganizationPolicyListPolicyAllowArgs>? = null, deny: Output<OrganizationPolicyListPolicyDenyArgs>? = null, inheritFromParent: Output<Boolean>? = null, suggestedValue: Output<String>? = null)
Properties
Link copied to clipboard
or deny
- (Optional) One or the other must be set.
Link copied to clipboard
One or the other must be set.
Link copied to clipboard
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. The allow
or deny
blocks support:
Link copied to clipboard
The Google Cloud Console will try to default to a configuration that matches the value specified in this field.