CMKIdentityDefinition Class
Managed Identity used for CMK.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCMKIdentityDefinition
Constructor
CMKIdentityDefinition(*, user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_assigned_identity
|
The resource id of the user assigned identity to authenticate to customer's key vault. |
Variables
Name | Description |
---|---|
user_assigned_identity
|
The resource id of the user assigned identity to authenticate to customer's key vault. |
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