AuthorizationManagementClient Class
Request Approvals service provides the workflow for running request approvals on different kind of resources.
- Inheritance
-
builtins.objectAuthorizationManagementClient
Constructor
AuthorizationManagementClient(credential: TokenCredential, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2021-01-01-preview". Note that overriding this default value may result in unsupported behavior. |
Variables
Name | Description |
---|---|
operations
|
Operations operations |
role_assignment_approval
|
RoleAssignmentApprovalOperations operations |
role_assignment_approval_steps
|
RoleAssignmentApprovalStepsOperations operations |
role_assignment_approval_step
|
RoleAssignmentApprovalStepOperations operations |
scope_role_assignment_approval
|
ScopeRoleAssignmentApprovalOperations operations |
scope_role_assignment_approval_steps
|
ScopeRoleAssignmentApprovalStepsOperations operations |
scope_role_assignment_approval_step
|
ScopeRoleAssignmentApprovalStepOperations operations |
Methods
close |
close
close() -> None
Azure SDK for Python