Share via


AzureContainerRegistryScopedTokenCredential Class

Definition

The azure container registry scoped token credential definition.

public class AzureContainerRegistryScopedTokenCredential : Azure.ResourceManager.HybridNetwork.Models.ArtifactAccessCredential
type AzureContainerRegistryScopedTokenCredential = class
    inherit ArtifactAccessCredential
Public Class AzureContainerRegistryScopedTokenCredential
Inherits ArtifactAccessCredential
Inheritance
AzureContainerRegistryScopedTokenCredential

Properties

AcrServerUri

The Acr server url.

AcrToken

The credential value.

Expiry

The UTC time when credential will expire.

Repositories

The repositories that could be accessed using the current credential.

Username

The username of the credential.

Applies to