Package version:

The result of a request to list credential sets for a container registry.

interface CredentialSetListResult {
    nextLink?: string;
    value?: CredentialSet[];
}

Properties

Properties

nextLink?: string

The URI that can be used to request the next list of credential sets.

value?: CredentialSet[]

The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets.