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 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.

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

permissions
PermissionsOperations

PermissionsOperations operations

role_definitions
RoleDefinitionsOperations

RoleDefinitionsOperations operations

provider_operations_metadata
ProviderOperationsMetadataOperations

ProviderOperationsMetadataOperations operations

global_administrator
GlobalAdministratorOperations

GlobalAdministratorOperations operations

role_assignments
RoleAssignmentsOperations

RoleAssignmentsOperations operations

classic_administrators
ClassicAdministratorsOperations

ClassicAdministratorsOperations operations

Methods

close

close

async close() -> None