TokenUpdateParameters interface
The parameters for updating a token.
Properties
| credentials | The credentials that can be used for authenticating the token. |
| scope |
The resource ID of the scope map to which the token will be associated with. |
| status | The status of the token example enabled or disabled. |
Property Details
credentials
The credentials that can be used for authenticating the token.
credentials?: TokenCredentialsProperties
Property Value
scopeMapId
The resource ID of the scope map to which the token will be associated with.
scopeMapId?: string
Property Value
string
status
The status of the token example enabled or disabled.
status?: string
Property Value
string