AuthorizationManagementClient Class

Role based access control provides you a way to apply granular level policy administration down to individual resources or resource groups. These calls handle provider operations.

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

provider_operations_metadata
ProviderOperationsMetadataOperations

ProviderOperationsMetadataOperations operations

role_assignments
RoleAssignmentsOperations

RoleAssignmentsOperations operations

permissions
PermissionsOperations

PermissionsOperations operations

role_definitions
RoleDefinitionsOperations

RoleDefinitionsOperations operations

Methods

close

close

async close() -> None