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}