KeyVaultManagementClient Class

The Azure management API provides a RESTful set of web services that interact with Azure Key Vault.

Inheritance
builtins.object
KeyVaultManagementClient

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
str

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Required.

base_url
str

Service URL. Default value is "https://management.azure.com".

default value: https://management.azure.com

Keyword-Only Parameters

Name Description
api_version
str

Api Version. Default value is "2020-04-01-preview". Note that overriding this default value may result in unsupported behavior.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

Name Description
keys

KeysOperations operations

vaults

VaultsOperations operations

private_endpoint_connections

PrivateEndpointConnectionsOperations operations

private_link_resources

PrivateLinkResourcesOperations operations

operations

Operations operations

secrets

SecretsOperations operations

managed_hsms

ManagedHsmsOperations operations

Methods

close

close

close() -> None