google_api_cloud_asset v0.3.0 GoogleApi.CloudAsset.V1.Model.GoogleCloudOrgpolicyV1BooleanPolicy View Source
Used in policy_type to specify how boolean_policy will behave at this
resource.
Attributes
enforced(type:boolean(), default:nil) - Iftrue, then thePolicyis enforced. Iffalse, then any configuration is acceptable.Suppose you have a
Constraintconstraints/compute.disableSerialPortAccesswithconstraint_defaultset toALLOW. APolicyfor thatConstraintexhibits the following behavior:- If the
Policyat this resource has enforced set tofalse, serial port connection attempts will be allowed. - If the
Policyat this resource has enforced set totrue, serial port connection attempts will be refused. - If the
Policyat this resource isRestoreDefault, serial port connection attempts will be allowed. - If no
Policyis set at this resource or anywhere higher in the resource hierarchy, serial port connection attempts will be allowed. - If no
Policyis set at this resource, but one exists higher in the resource hierarchy, the behavior is as if thePolicywere set at this resource.
The following examples demonstrate the different possible layerings:
Example 1 (nearest
Constraintwins):organizations/foohas aPolicywith:{enforced: false}projects/barhas noPolicyset. The constraint atprojects/barandorganizations/foowill not be enforced.Example 2 (enforcement gets replaced):
organizations/foohas aPolicywith:{enforced: false}projects/barhas aPolicywith:{enforced: true}The constraint at
organizations/foois not enforced. The constraint atprojects/baris enforced.Example 3 (RestoreDefault):
organizations/foohas aPolicywith:{enforced: true}projects/barhas aPolicywith:{RestoreDefault: {}}The constraint at
organizations/foois enforced. The constraint atprojects/baris not enforced, becauseconstraint_defaultfor theConstraintisALLOW.- If the
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudOrgpolicyV1BooleanPolicy{
enforced: boolean()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.