azure.mgmt.resource.policy.v2016_12_01 package

class azure.mgmt.resource.policy.v2016_12_01.PolicyClient(credential: ‘TokenCredential’, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

To manage and control access to your resources, you can define customized policies and assign them at a scope.

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

  • subscription_id (str) – The ID of the target subscription.

  • base_url (str) – Service URL

close()None[source]