GetOrganizationPolicyListPolicy

data class GetOrganizationPolicyListPolicy(val allows: List<GetOrganizationPolicyListPolicyAllow>, val denies: List<GetOrganizationPolicyListPolicyDeny>, val inheritFromParent: Boolean, val suggestedValue: String)

Constructors

Link copied to clipboard
constructor(allows: List<GetOrganizationPolicyListPolicyAllow>, denies: List<GetOrganizationPolicyListPolicyDeny>, inheritFromParent: Boolean, suggestedValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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