Reference documentation and code samples for the Organization Policy V2 API class Google::Cloud::OrgPolicy::V2::ListCustomConstraintsResponse.
The response returned from the [ListCustomConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListCustomConstraints] method. It will be empty if no custom constraints are set on the organization resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_constraints
def custom_constraints() -> ::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>
Returns
- (::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>) — All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
#custom_constraints=
def custom_constraints=(value) -> ::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>
Parameter
- value (::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>) — All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
Returns
- (::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>) — All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
Returns
- (::String) — Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.