TokenProperties interface
The properties of a token.
Properties
| creation |
The creation date of scope map. |
| credentials | The credentials that can be used for authenticating the token. |
| provisioning |
Provisioning state of the resource. |
| 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
creationDate
The creation date of scope map.
creationDate?: Date
Property Value
Date
credentials
The credentials that can be used for authenticating the token.
credentials?: TokenCredentialsProperties
Property Value
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
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