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
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
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
Azure SDK for Python is an open source project. Select a link to provide feedback: