Class: Google::Cloud::OrgPolicy::V2::ListCustomConstraintsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::ListCustomConstraintsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb
Overview
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.
Instance Attribute Summary collapse
-
#custom_constraints ⇒ ::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>
All custom constraints that exist on the organization resource.
-
#next_page_token ⇒ ::String
Page token used to retrieve the next page.
Instance Attribute Details
#custom_constraints ⇒ ::Array<::Google::Cloud::OrgPolicy::V2::CustomConstraint>
Returns All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
407 408 409 410 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 407 class ListCustomConstraintsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns 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.
407 408 409 410 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 407 class ListCustomConstraintsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |