Vault Class
Resource information with extended details.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelVault
Constructor
Vault(*, properties: _models.VaultProperties, location: str | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Azure location of the key vault resource. |
tags
|
Tags assigned to the key vault resource. |
properties
|
Properties of the vault. Required. |
Variables
Name | Description |
---|---|
id
|
Fully qualified identifier of the key vault resource. |
name
|
Name of the key vault resource. |
type
|
Resource type of the key vault resource. |
location
|
Azure location of the key vault resource. |
tags
|
Tags assigned to the key vault resource. |
system_data
|
System metadata for the key vault. |
properties
|
Properties of the vault. Required. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python