Class: Google::Iam::V2::ListPoliciesResponse

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

Overview

Response message for ListPolicies.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.

Returns:

  • (::String)

    A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.



141
142
143
144
# File 'proto_docs/google/iam/v2/policy.rb', line 141

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

#policies::Array<::Google::Iam::V2::Policy>

Returns Metadata for the policies that are attached to the resource.

Returns:



141
142
143
144
# File 'proto_docs/google/iam/v2/policy.rb', line 141

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