Reference documentation and code samples for the Organization Policy V2 API class Google::Cloud::OrgPolicy::V2::CreateCustomConstraintRequest.
The request sent to the [CreateCustomConstraintRequest] [google.cloud.orgpolicy.v2.OrgPolicy.CreateCustomConstraint] method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_constraint
def custom_constraint() -> ::Google::Cloud::OrgPolicy::V2::CustomConstraint
Returns
- (::Google::Cloud::OrgPolicy::V2::CustomConstraint) — Required. Custom constraint to create.
#custom_constraint=
def custom_constraint=(value) -> ::Google::Cloud::OrgPolicy::V2::CustomConstraint
Parameter
- value (::Google::Cloud::OrgPolicy::V2::CustomConstraint) — Required. Custom constraint to create.
Returns
- (::Google::Cloud::OrgPolicy::V2::CustomConstraint) — Required. Custom constraint to create.
#parent
def parent() -> ::String
Returns
-
(::String) —
Required. Must be in the following form:
organizations/{organization_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) —
Required. Must be in the following form:
organizations/{organization_id}
Returns
-
(::String) —
Required. Must be in the following form:
organizations/{organization_id}