ManagedIdentityTokenSource Class

Returns a ManagedIdentityTokenSource object.

Inheritance
ManagedIdentityTokenSource

Constructor

ManagedIdentityTokenSource(resource: str)

Parameters

resource

Methods

to_json

Convert object into a json dictionary.

to_json

Convert object into a json dictionary.

to_json() -> Dict[str, Union[int, str]]

Returns

The instance of the class converted into a json dictionary

Return type

<xref:Dict>[str, <xref:Any>]

Attributes

resource

Get the Azure Active Directory resource identifier of the web API being invoked.

For example, https://management.core.windows.net/ or https://graph.microsoft.com/.