Class: Google::Cloud::PolicySimulator::V1::OrgPolicyOverlay::CustomConstraintOverlay
- Inherits:
-
Object
- Object
- Google::Cloud::PolicySimulator::V1::OrgPolicyOverlay::CustomConstraintOverlay
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb
Overview
A change to an OrgPolicy custom constraint.
Instance Attribute Summary collapse
-
#custom_constraint ⇒ ::Google::Cloud::OrgPolicy::V2::CustomConstraint
Optional.
-
#custom_constraint_parent ⇒ ::String
Optional.
Instance Attribute Details
#custom_constraint ⇒ ::Google::Cloud::OrgPolicy::V2::CustomConstraint
Returns Optional. The new or updated custom constraint.
206 207 208 209 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 206 class CustomConstraintOverlay include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_constraint_parent ⇒ ::String
Returns Optional. Resource the constraint is attached to. Example: "organization/987654".
206 207 208 209 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 206 class CustomConstraintOverlay include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |