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.
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. Default value: None 
			 | 
| 
		 tags 
	 | 
	
		
		 Tags assigned to the key vault resource. Default value: None 
			 | 
| 
		 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.  |