azure.mgmt.authorization.v2022_08_01_preview package

Module contents

class azure.mgmt.authorization.v2022_08_01_preview.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 “2022-08-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.

close()None[source]