Reference documentation and code samples for the Access Context Manager V1 Client class ListAccessLevelsRequest.
A request to list all AccessLevels
in an AccessPolicy
.
Generated from protobuf message google.identity.accesscontextmanager.v1.ListAccessLevelsRequest
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource name for the access policy to list [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] from. Format: accessPolicies/{policy_id}
↳ page_size
int
Number of [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] to include in the list. Default 100.
↳ page_token
string
Next page token for the next batch of [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances. Defaults to the first page of results.
↳ access_level_format
int
Whether to return BasicLevels
in the Cloud Common Expression language, as CustomLevels
, rather than as BasicLevels
. Defaults to returning AccessLevels
in the format they were defined.
getParent
Required. Resource name for the access policy to list Access Levels from.
Format: accessPolicies/{policy_id}
string
setParent
Required. Resource name for the access policy to list Access Levels from.
Format: accessPolicies/{policy_id}
var
string
$this
getPageSize
Number of Access Levels to include in the list. Default 100.
int
setPageSize
Number of Access Levels to include in the list. Default 100.
var
int
$this
getPageToken
Next page token for the next batch of Access Level instances.
Defaults to the first page of results.
string
setPageToken
Next page token for the next batch of Access Level instances.
Defaults to the first page of results.
var
string
$this
getAccessLevelFormat
Whether to return BasicLevels
in the Cloud Common Expression language, as CustomLevels
, rather than as BasicLevels
. Defaults to returning AccessLevels
in the format they were defined.
int
setAccessLevelFormat
Whether to return BasicLevels
in the Cloud Common Expression language, as CustomLevels
, rather than as BasicLevels
. Defaults to returning AccessLevels
in the format they were defined.
var
int
$this
static::build
parent
string
Required. Resource name for the access policy to list Access Levels from.
Format: accessPolicies/{policy_id}
Please see Google\Identity\AccessContextManager\V1\AccessContextManagerClient::accessPolicyName()
for help formatting this field.