Package version:

Interface VaultListResult

The response of a Vault list operation.

interface VaultListResult {
    nextLink?: string;
    value: Vault[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: Vault[]

The Vault items on this page