Share via


VaultCreateOrUpdateParameters interface

Parameters for creating or updating a vault

Properties

___location

The supported Azure ___location where the key vault should be created.

properties

Properties of the vault

tags

The tags that will be assigned to the key vault.

Property Details

___location

The supported Azure ___location where the key vault should be created.

___location: string

Property Value

string

properties

Properties of the vault

properties: VaultProperties

Property Value

tags

The tags that will be assigned to the key vault.

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

Property Value

{[propertyName: string]: string}