Package version:

Vault setting collection.

interface VaultSettingCollection {
    nextLink?: string;
    value?: VaultSetting[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: VaultSetting[]

The list of vault setting.