AuthorizationManagementClient Class

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.

Inheritance
builtins.object
AuthorizationManagementClient

Constructor

AuthorizationManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: None

Service URL

Variables

role_assignment_metrics
RoleAssignmentMetricsOperations

RoleAssignmentMetricsOperations operations

Methods

close

close

async close() -> None