KeySetUserStatus interface
KeySetUserStatus represents the status of the key set user.
Properties
| azure |
The user name that will be used for access. |
| status | The indicator of whether the user is currently deployed for access. |
| status |
The additional information describing the current status of this user, if any available. |
Property Details
azureUserName
The user name that will be used for access.
azureUserName?: string
Property Value
string
status
The indicator of whether the user is currently deployed for access.
status?: string
Property Value
string
statusMessage
The additional information describing the current status of this user, if any available.
statusMessage?: string
Property Value
string