azure.graphrbac package — Azure SDK for Python 2.0.0 documentation
Michael Gray
Published Feb 16, 2026
Subpackages¶
Submodules¶
azure.graphrbac.graph_rbac_management_client module¶
- class
azure.graphrbac.graph_rbac_management_client.GraphRbacManagementClient(credentials, tenant_id, base_url=None)[source]¶ The Graph RBAC Management Client
- Variables
- Parameters
close()¶Close the client if keep_alive is True.
- class
azure.graphrbac.graph_rbac_management_client.GraphRbacManagementClientConfiguration(credentials, tenant_id, base_url=None)[source]¶ Configuration for GraphRbacManagementClient Note that all parameters used to create this instance are saved as instance attributes.
- Parameters
add_user_agent(value)¶Add value to current user agent with a space.
- Parameters
value (str) – value to add to user agent.
load(filepath)¶Load configuration from existing file.
- Parameters
filepath (str) – Path to existing config file.
- Raises
ValueError if supplied config file is invalid.
save(filepath)¶Save current configuration to file.
- Parameters
filepath (str) – Path to save file to.
- Raises
ValueError if supplied filepath cannot be written to.
- property
enable_http_logger¶
- property
user_agent¶ The current user agent value.