Class: Google::Iam::V3beta::ListPrincipalAccessBoundaryPoliciesRequest

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 ListPrincipalAccessBoundaryPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Optional. The maximum number of principal access boundary policies to return. The service may return fewer than this value.

If unspecified, at most 50 principal access boundary policies will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of principal access boundary policies to return. The service may return fewer than this value.

    If unspecified, at most 50 principal access boundary policies will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



132
133
134
135
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 132

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

#page_token::String

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

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

Returns:

  • (::String)

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

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



132
133
134
135
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 132

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

#parent::String

Returns Required. The parent resource, which owns the collection of principal access boundary policies.

Format: organizations/{organization_id}/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource, which owns the collection of principal access boundary policies.

    Format: organizations/{organization_id}/locations/{location}



132
133
134
135
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 132

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