TokenUpdateParameters Class
The parameters for updating a token.
- Inheritance
-
TokenUpdateParameters
Constructor
TokenUpdateParameters(*, scope_map_id: Optional[str] = None, status: Optional[Union[str, azure.mgmt.containerregistry.v2021_08_01_preview.models._container_registry_management_client_enums.TokenStatus]] = None, credentials: Optional[azure.mgmt.containerregistry.v2021_08_01_preview.models._models_py3.TokenCredentialsProperties] = None, **kwargs)
Variables
- scope_map_id
- str
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. Possible values include: "enabled", "disabled".
- credentials
- TokenCredentialsProperties
The credentials that can be used for authenticating the token.
Feedback
Submit and view feedback for