Package version:

Interface ResourceListResult

The list of vault resources.

interface ResourceListResult {
    nextLink?: string;
    value: TrackedResource[];
}

Properties

Properties

nextLink?: string

The URL to get the next set of vault resources.

The list of vault resources.