Package version:

An object that represents a token for a container registry.

interface Token {
    creationDate?: any;
    credentials?: TokenCredentialsProperties;
    id?: string;
    name?: string;
    provisioningState?: string;
    scopeMapId?: string;
    status?: string;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

creationDate?: any

The creation date of scope map. NOTE: This property will not be serialized. It can only be populated by the server.

The credentials that can be used for authenticating the token.

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

scopeMapId?: string

The resource ID of the scope map to which the token will be associated with.

status?: string

The status of the token example enabled or disabled.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.