AuthInfoUpdateParameters Class
The authorization properties for accessing the source code repository.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelAuthInfoUpdateParameters
Constructor
AuthInfoUpdateParameters(*, token_type: str | _models.TokenType | None = None, token: str | None = None, refresh_token: str | None = None, scope: str | None = None, expires_in: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
token_type
|
The type of Auth token. Known values are: "PAT" and "OAuth". |
token
|
The access token used to access the source control provider. |
refresh_token
|
The refresh token used to refresh the access token. |
scope
|
The scope of the access token. |
expires_in
|
Time in seconds that the token remains valid. |
Variables
Name | Description |
---|---|
token_type
|
The type of Auth token. Known values are: "PAT" and "OAuth". |
token
|
The access token used to access the source control provider. |
refresh_token
|
The refresh token used to refresh the access token. |
scope
|
The scope of the access token. |
expires_in
|
Time in seconds that the token remains valid. |
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