Reference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ListAccessLevelsRequest.
A request to list all AccessLevels
in an AccessPolicy
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_level_format
def access_level_format() -> ::Google::Identity::AccessContextManager::V1::LevelFormat
Returns
-
(::Google::Identity::AccessContextManager::V1::LevelFormat) — Whether to return
BasicLevels
in the Cloud Common Expression language, asCustomLevels
, rather than asBasicLevels
. Defaults to returningAccessLevels
in the format they were defined.
#access_level_format=
def access_level_format=(value) -> ::Google::Identity::AccessContextManager::V1::LevelFormat
Parameter
-
value (::Google::Identity::AccessContextManager::V1::LevelFormat) — Whether to return
BasicLevels
in the Cloud Common Expression language, asCustomLevels
, rather than asBasicLevels
. Defaults to returningAccessLevels
in the format they were defined.
Returns
-
(::Google::Identity::AccessContextManager::V1::LevelFormat) — Whether to return
BasicLevels
in the Cloud Common Expression language, asCustomLevels
, rather than asBasicLevels
. Defaults to returningAccessLevels
in the format they were defined.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Number of [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] to include in the list. Default 100.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Number of [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] to include in the list. Default 100.
Returns
- (::Integer) — Number of [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] to include in the list. Default 100.
#page_token
def page_token() -> ::String
Returns
- (::String) — Next page token for the next batch of [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances. Defaults to the first page of results.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Next page token for the next batch of [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances. Defaults to the first page of results.
Returns
- (::String) — Next page token for the next batch of [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances. Defaults to the first page of results.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Resource name for the access policy to list [Access Levels]
[google.identity.accesscontextmanager.v1.AccessLevel] from.
Format:
accessPolicies/{policy_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Resource name for the access policy to list [Access Levels]
[google.identity.accesscontextmanager.v1.AccessLevel] from.
Format:
accessPolicies/{policy_id}
Returns
-
(::String) — Required. Resource name for the access policy to list [Access Levels]
[google.identity.accesscontextmanager.v1.AccessLevel] from.
Format:
accessPolicies/{policy_id}