Module google_api_proto::google::cloud::orgpolicy::v2::custom_constraint
source · Expand description
Nested message and enum types in CustomConstraint
.
Enums§
- Allow or deny type.
- The operation for which this constraint will be applied. To apply this constraint only when creating new VMs, the
method_types
should beCREATE
only. To apply this constraint when creating or deleting VMs, themethod_types
should beCREATE
andDELETE
.