OrganizationPolicyListPolicyArgs

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
Link copied to clipboard
val inheritFromParent: Output<Boolean>? = null

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
val suggestedValue: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): OrganizationPolicyListPolicyArgs