azure.mgmt.msi.v2021_09_30_preview package

Submodules

Module contents

class azure.mgmt.msi.v2021_09_30_preview.ManagedServiceIdentityClient(credential: TokenCredential, subscription_id: str, base_url: str | None = None, **kwargs: Any)[source]

Bases: object

The Managed Service Identity Client.

Variables:
Parameters:
  • credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.

  • subscription_id (str) – The Id of the Subscription to which the identity belongs. Required.

  • base_url (str) – Service URL. Default value is None.

Keyword Arguments:

api_version (str) – Api Version. Default value is “2021-09-30-preview”. Note that overriding this default value may result in unsupported behavior.

close() None[source]