ContainerRegistryTaskAuthInfoUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authorization properties for accessing the source code repository.
public class ContainerRegistryTaskAuthInfoUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskAuthInfoUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskAuthInfoUpdateContent>
type ContainerRegistryTaskAuthInfoUpdateContent = class
interface IJsonModel<ContainerRegistryTaskAuthInfoUpdateContent>
interface IPersistableModel<ContainerRegistryTaskAuthInfoUpdateContent>
Public Class ContainerRegistryTaskAuthInfoUpdateContent
Implements IJsonModel(Of ContainerRegistryTaskAuthInfoUpdateContent), IPersistableModel(Of ContainerRegistryTaskAuthInfoUpdateContent)
- Inheritance
-
ContainerRegistryTaskAuthInfoUpdateContent
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerRegistryTaskAuthInfoUpdateContent() |
Initializes a new instance of ContainerRegistryTaskAuthInfoUpdateContent. |
Properties
| Name | Description |
|---|---|
| ExpiresInSeconds |
Time in seconds that the token remains valid. |
| RefreshToken |
The refresh token used to refresh the access token. |
| Scope |
The scope of the access token. |
| Token |
The access token used to access the source control provider. |
| TokenType |
The type of Auth token. |