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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python