ManagedIdentityConfiguration Class

Managed Identity credential configuration.

Inheritance
azure.ai.ml.entities._credentials._BaseIdentityConfiguration
ManagedIdentityConfiguration

Constructor

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
has_key
items
keys
update
values

get

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

Parameters

Name Description
key
Required
default
default value: None

has_key

has_key(k: Any) -> bool

Parameters

Name Description
k
Required

items

items() -> list

keys

keys() -> list

update

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

values

values() -> list