azure.graphrbac package¶
Module contents¶
-
class
azure.graphrbac.
GraphRbacManagementClient
(credentials, tenant_id, base_url=None)[source]¶ Bases:
object
The Graph RBAC Management Client
Variables: - config (GraphRbacManagementClientConfiguration) – Configuration for client.
- objects (azure.graphrbac.operations.ObjectsOperations) – Objects operations
- applications (azure.graphrbac.operations.ApplicationsOperations) – Applications operations
- groups (azure.graphrbac.operations.GroupsOperations) – Groups operations
- service_principals (azure.graphrbac.operations.ServicePrincipalsOperations) – ServicePrincipals operations
- users (azure.graphrbac.operations.UsersOperations) – Users operations
- domains (azure.graphrbac.operations.DomainsOperations) – Domains operations
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - tenant_id (str) – The tenant ID.
- base_url (str) – Service URL