Class: Google::Identity::AccessContextManager::V1::ListAccessPoliciesRequest

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 request to list all AccessPolicies for a container.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Number of AccessPolicy instances to include in the list. Default 100.

Returns:

  • (::Integer)

    Number of AccessPolicy instances to include in the list. Default 100.



39
40
41
42
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 39

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

#page_token::String

Returns Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.

Returns:

  • (::String)

    Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.



39
40
41
42
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 39

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

#parent::String

Returns Required. Resource name for the container to list AccessPolicy instances from.

Format: organizations/{org_id}.

Returns:

  • (::String)

    Required. Resource name for the container to list AccessPolicy instances from.

    Format: organizations/{org_id}



39
40
41
42
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 39

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