TokenUpdateParameters Class
The parameters for updating a token.
Constructor
TokenUpdateParameters(*, scope_map_id: str | None = None, status: str | _models.TokenStatus | None = None, credentials: _models.TokenCredentialsProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
scope_map_id
|
The resource ID of the scope map to which the token will be associated with. Default value: None
|
status
|
str or
TokenStatus
The status of the token example enabled or disabled. Known values are: "enabled" and "disabled". Default value: None
|
credentials
|
The credentials that can be used for authenticating the token. Default value: None
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python