TokenUpdateProperties Class
The parameters for updating token properties.
Constructor
TokenUpdateProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
scope_map_id
|
The resource ID of the scope map to which the token will be associated with. |
|
status
|
str or
TokenStatus
The status of the token example enabled or disabled. Known values are: "enabled" and "disabled". |
|
credentials
|
The credentials that can be used for authenticating the token. |
Attributes
credentials
The credentials that can be used for authenticating the token.
credentials: _models.TokenCredentialsProperties | None
scope_map_id
The resource ID of the scope map to which the token will be associated with.
scope_map_id: str | None
status
"enabled" and "disabled".
status: str | _models.TokenStatus | None