Class: Google::Iam::V3beta::SearchPrincipalAccessBoundaryPolicyBindingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb

Overview

Request message for SearchPrincipalAccessBoundaryPolicyBindings rpc.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the principal access boundary policy. Format: organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}.

Returns:

  • (::String)

    Required. The name of the principal access boundary policy. Format: organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}



172
173
174
175
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 172

class SearchPrincipalAccessBoundaryPolicyBindingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Optional. The maximum number of policy bindings to return. The service may return fewer than this value.

If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of policy bindings to return. The service may return fewer than this value.

    If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



172
173
174
175
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 172

class SearchPrincipalAccessBoundaryPolicyBindingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call that provided the page token.



172
173
174
175
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 172

class SearchPrincipalAccessBoundaryPolicyBindingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end