AccessLevel

class AccessLevel : KotlinCustomResource

Creates an access level. The long-running operation from this RPC has a successful status after the access level propagates to long-lasting storage. If access levels contain errors, an error response is returned for the first error encountered.

Properties

Link copied to clipboard
val accessPolicyId: Output<String>
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
val description: Output<String>

Description of the AccessLevel and its use. Does not affect behavior.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: Output<String>

Human readable title. Must be unique within the Policy.

Link copied to clipboard
val urn: Output<String>