Package version:

Interface KeyListResult

The response of a Key list operation.

interface KeyListResult {
    nextLink?: string;
    value: Key[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: Key[]

The Key items on this page