Package version:

Interface VaultPatchParameters

Parameters for creating or updating a vault

interface VaultPatchParameters {
    properties?: VaultPatchProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

Properties of the vault

tags?: {
    [propertyName: string]: string;
}

The tags that will be assigned to the key vault.