azure.mgmt.authorization.v2020_10_01 package

Module contents

class azure.mgmt.authorization.v2020_10_01.AuthorizationManagementClient(credential: TokenCredential, 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 assignments. A role assignment grants access to Azure Active Directory users.

Variables
Parameters
Keyword Arguments

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

close()None[source]