azure.graphrbac package

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

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

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.

azure.graphrbac.version module

Module contents

class azure.graphrbac.GraphRbacManagementClient(credentials, tenant_id, base_url=None)[source]

The Graph RBAC Management Client

Variables
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

close()

Close the client if keep_alive is True.