GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ConstraintBooleanConstraint (google_api_org_policy v0.9.1)
View SourceA constraint type is enforced or not enforced, which is configured in the PolicyRule
. If customConstraintDefinition
is defined, this constraint is a managed constraint.
Attributes
-
customConstraintDefinition
(type:GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition.t
, default:nil
) - Custom constraint definition. Defines this as a managed constraint.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ConstraintBooleanConstraint{ customConstraintDefinition: GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinition.t() | nil }