ManagedIdentityConfiguration Class
Managed Identity credential configuration.
- Inheritance
-
azure.ai.ml.entities._credentials._BaseIdentityConfigurationManagedIdentityConfiguration
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python