Package version:

Interface SecretListResult

The response of a Secret list operation.

interface SecretListResult {
    nextLink?: string;
    value: Secret[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: Secret[]

The Secret items on this page