Class: Google::Iam::V3beta::ListPrincipalAccessBoundaryPoliciesResponse

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

Response message for ListPrincipalAccessBoundaryPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



145
146
147
148
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 145

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

#principal_access_boundary_policies::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>

Returns The principal access boundary policies from the specified parent.

Returns:



145
146
147
148
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 145

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