Organization Policy V2 API - Class Google::Cloud::OrgPolicy::V2::ListCustomConstraintsResponse (v0.10.0)

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

#custom_constraints=

def custom_constraints=(value) -> ::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>
Parameter
Returns

#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.