Vault interface
Resource information with extended details.
- Extends
Properties
id | The Azure Resource Manager resource ID for the key vault. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The supported Azure location where the key vault should be created. |
name | The name of the key vault. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Properties of the vault |
tags | The tags that will be assigned to the key vault. |
type | The resource type of the key vault. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The Azure Resource Manager resource ID for the key vault. NOTE: This property will not be serialized. It can only be populated by the server.
id?: undefined | string
Property Value
undefined | string
location
The supported Azure location where the key vault should be created.
location: string
Property Value
string
name
The name of the key vault. NOTE: This property will not be serialized. It can only be populated by the server.
name?: undefined | string
Property Value
undefined | string
properties
tags
The tags that will be assigned to the key vault.
tags?: undefined | [key: string]: string
Property Value
undefined | [key: string]: string
type
The resource type of the key vault. NOTE: This property will not be serialized. It can only be populated by the server.
type?: undefined | string
Property Value
undefined | string