Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ManagedIdentityConfiguration Class
Managed Identity credential configuration.
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. Default value: None
|
|
resource_id
|
The resource ID of the managed identity. Default value: None
|
|
object_id
|
The object ID. Default value: None
|
|
principal_id
|
The principal ID. Default value: None
|
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
Feedback
Was this page helpful?
