RoleStage

enum RoleStage : Enum<RoleStage> , ConvertibleToJava<RoleStage>

The current launch stage of the role. If the ALPHA launch stage has been selected for a role, the stage field will not be included in the returned definition for the role.

Entries

Link copied to clipboard

The user has indicated this role is currently in an Alpha phase. If this launch stage is selected, the stage field will not be included when requesting the definition for a given role.

Link copied to clipboard

The user has indicated this role is currently in a Beta phase.

Link copied to clipboard

The user has indicated this role is generally available.

Link copied to clipboard

The user has indicated this role is being deprecated.

Link copied to clipboard

This role is disabled and will not contribute permissions to any principals it is granted to in policies.

Link copied to clipboard

The user has indicated this role is currently in an EAP phase.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RoleStage
Link copied to clipboard
fun valueOf(value: String): RoleStage

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RoleStage
Link copied to clipboard
Link copied to clipboard