Get Access Level Result
data class GetAccessLevelResult(val basic: BasicLevelResponse, val custom: CustomLevelResponse, val description: String, val name: String, val title: String)
Constructors
Link copied to clipboard
constructor(basic: BasicLevelResponse, custom: CustomLevelResponse, description: String, name: String, title: String)
Properties
Link copied to clipboard
A BasicLevel
composed of Conditions
.
Link copied to clipboard
A CustomLevel
written in the Common Expression Language.
Link copied to clipboard
Description of the AccessLevel
and its use. Does not affect behavior.
Link copied to clipboard
Resource name for the AccessLevel
. Format: accessPolicies/{access_policy}/accessLevels/{access_level}
. The access_level
component must begin with a letter, followed by alphanumeric characters or _
. Its maximum length is 50 characters. After you create an AccessLevel
, you cannot change its name
.