Class: Google::Identity::AccessContextManager::V1::ListAccessPoliciesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb

Overview

A response to ListAccessPoliciesRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#access_policies::Array<::Google::Identity::AccessContextManager::V1::AccessPolicy>

Returns List of the AccessPolicy instances.

Returns:



52
53
54
55
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 52

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

#next_page_token::String

Returns The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

Returns:

  • (::String)

    The pagination token to retrieve the next page of results. If the value is empty, no further results remain.



52
53
54
55
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 52

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