Compartilhar via


TokenUpdateParameters Class

The parameters for updating a token.

Inheritance
azure.mgmt.containerregistry._serialization.Model
TokenUpdateParameters

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
str

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. Known values are: "enabled" and "disabled".

credentials

The credentials that can be used for authenticating the token.

Variables

Name Description
scope_map_id
str

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. Known values are: "enabled" and "disabled".

credentials

The credentials that can be used for authenticating the token.