stage property
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.
Possible string values are:
- "ALPHA" : 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. - "BETA" : The user has indicated this role is currently in a Beta phase.
- "GA" : The user has indicated this role is generally available.
- "DEPRECATED" : The user has indicated this role is being deprecated.
- "DISABLED" : This role is disabled and will not contribute permissions to any principals it is granted to in policies.
- "EAP" : The user has indicated this role is currently in an EAP phase.
Implementation
core.String? stage;