다음을 통해 공유


AuthorizationManagementClient 클래스

역할 기반 액세스 제어는 개별 리소스 또는 리소스 그룹까지 세부적인 수준 정책 관리를 적용할 수 있는 방법을 제공합니다. 이러한 작업을 통해 역할 할당을 관리할 수 있습니다. 역할 할당은 Azure Active Directory 사용자에게 액세스 권한을 부여합니다.

상속
builtins.object
AuthorizationManagementClient

생성자

AuthorizationManagementClient(credential: TokenCredential, base_url: str = 'https://management.azure.com', **kwargs: Any)

매개 변수

credential
TokenCredential
필수

클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다. 필수 사항입니다.

base_url
str
기본값: https://management.azure.com

서비스 URL입니다. 기본값은 "https://management.azure.com"입니다.

api_version
str

API 버전. 기본값은 "2022-08-01-preview"입니다. 이 기본값을 재정의하면 지원되지 않는 동작이 발생할 수 있습니다.

polling_interval
int

Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.

변수

alerts
AlertsOperations

AlertsOperations 작업

alert_configurations
AlertConfigurationsOperations

AlertConfigurationsOperations 작업

alert_definitions
AlertDefinitionsOperations

AlertDefinitionsOperations 작업

alert_incidents
AlertIncidentsOperations

AlertIncidentsOperations 작업

alert_operation
AlertOperationOperations

AlertOperationOperations 작업

메서드

close

close

close() -> None