azure.mgmt.authorization.v2015_06_01 package

Module contents

class azure.mgmt.authorization.v2015_06_01.AuthorizationManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

Role based access control provides you a way to apply granular level policy administration down to individual resources or resource groups. These operations enable you to manage role definitions and role assignments. A role definition describes the set of actions that can be performed on resources. A role assignment grants access to Azure Active Directory users.

Variables

classic_administrators (azure.mgmt.authorization.v2015_06_01.operations.ClassicAdministratorsOperations) – ClassicAdministratorsOperations operations

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

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

  • base_url (str) – Service URL. Default value is “https://management.azure.com”.

Keyword Arguments

api_version (str) – Api Version. Default value is “2015-06-01”. Note that overriding this default value may result in unsupported behavior.

close()None[source]