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_valuesand
denied_valuesmust be unset. Setting this to
ALL_VALUES_UNSPECIFIEDallows for
setting
allowed_valuesand
denied_values`.
Namespace
Google.Cloud.OrgPolicy.V1Assembly
Google.Cloud.OrgPolicy.V1.dll
Fields |
|
---|---|
Name | Description |
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. |