TokenUpdateParameters Class
The parameters for updating a token.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTokenUpdateParameters
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. |
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. |
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python