IdentityConfiguration Class
Identity configuration used to represent identity property on compute, endpoint, and registry resources.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinIdentityConfiguration
Constructor
IdentityConfiguration(*, type: str, user_assigned_identities: List[ManagedIdentityConfiguration] | None = None, **kwargs: dict)
Parameters
Name | Description |
---|---|
type
Required
|
The type of managed identity. |
user_assigned_identities
Required
|
A list of ManagedIdentityConfiguration objects. |
Keyword-Only Parameters
Name | Description |
---|---|
type
Required
|
|
user_assigned_identities
Required
|
|
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