ManagedIdentityConfiguration Class

Managed Identity credential configuration.

Constructor

Python
ManagedIdentityConfiguration(*, client_id: str | None = None, resource_id: str | None = None, object_id: str | None = None, principal_id: str | None = None)

Keyword-Only Parameters

Name Description
client_id

The client ID of the managed identity.

resource_id

The resource ID of the managed identity.

object_id

The object ID.

principal_id

The principal ID.

Methods

get

Python
get(key: Any, default: Any | None = None) -> Any

Parameters

Name Description
key
Required
default
Required
Default value: None

has_key

Python
has_key(k: Any) -> bool

Parameters

Name Description
k
Required

items

Python
items() -> list

keys

Python
keys() -> list

update

Python
update(*args: Any, **kwargs: Any) -> None

values

Python
values() -> list