Google.Cloud.OrgPolicy.V1 - Enum Policy.Types.ListPolicy.Types.AllValues (3.2.0)

public enum Policy.Types.ListPolicy.Types.AllValues

Reference documentation and code samples for the Google.Cloud.OrgPolicy.V1 enum Policy.Types.ListPolicy.Types.AllValues.

This enum can be used to set Policies that apply to all possible configuration values rather than specific values in allowed_values or denied_values.

Settting this to ALLOW will mean this Policy allows all values. Similarly, setting it to DENY will mean no values are allowed. If set to either ALLOW or DENY,allowed_valuesanddenied_valuesmust be unset. Setting this toALL_VALUES_UNSPECIFIEDallows for settingallowed_valuesanddenied_values`.

Namespace

Google.Cloud.OrgPolicy.V1

Assembly

Google.Cloud.OrgPolicy.V1.dll

Fields

NameDescription
Allow

A policy with this set allows all values.

Deny

A policy with this set denies all values.

Unspecified

Indicates that allowed_values or denied_values must be set.