KeyVaultManagementClient Class
The Azure management API provides a RESTful set of web services that interact with Azure Key Vault.
- Inheritance
-
builtins.objectKeyVaultManagementClient
Constructor
KeyVaultManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2023-07-01". Note that overriding this default value may result in unsupported behavior. |
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Variables
Name | Description |
---|---|
keys
|
KeysOperations operations |
managed_hsm_keys
|
ManagedHsmKeysOperations operations |
vaults
|
VaultsOperations operations |
private_endpoint_connections
|
PrivateEndpointConnectionsOperations operations |
private_link_resources
|
PrivateLinkResourcesOperations operations |
managed_hsms
|
ManagedHsmsOperations operations |
mhsm_private_endpoint_connections
|
MHSMPrivateEndpointConnectionsOperations operations |
mhsm_private_link_resources
|
MHSMPrivateLinkResourcesOperations operations |
mhsm_regions
|
MHSMRegionsOperations operations |
operations
|
Operations operations |
secrets
|
SecretsOperations operations |
Methods
close |
close
close() -> None
Azure SDK for Python