KeySetUserStatus interface

KeySetUserStatus represents the status of the key set user.

Properties

azureUserName

The user name that will be used for access. NOTE: This property will not be serialized. It can only be populated by the server.

status

The indicator of whether the user is currently deployed for access. NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage

The additional information describing the current status of this user, if any available. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

azureUserName

The user name that will be used for access. NOTE: This property will not be serialized. It can only be populated by the server.

azureUserName?: string

Property Value

string

status

The indicator of whether the user is currently deployed for access. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

statusMessage

The additional information describing the current status of this user, if any available. NOTE: This property will not be serialized. It can only be populated by the server.

statusMessage?: string

Property Value

string