Class CmkIdentityDefinition
java.lang.Object
com.azure.resourcemanager.datafactory.models.CmkIdentityDefinition
Managed Identity used for CMK.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the userAssignedIdentity property: The resource id of the user assigned identity to authenticate to customer's key vault.void
validate()
Validates the instance.withUserAssignedIdentity
(String userAssignedIdentity) Set the userAssignedIdentity property: The resource id of the user assigned identity to authenticate to customer's key vault.
-
Constructor Details
-
CmkIdentityDefinition
public CmkIdentityDefinition()Creates an instance of CmkIdentityDefinition class.
-
-
Method Details
-
userAssignedIdentity
Get the userAssignedIdentity property: The resource id of the user assigned identity to authenticate to customer's key vault.- Returns:
- the userAssignedIdentity value.
-
withUserAssignedIdentity
Set the userAssignedIdentity property: The resource id of the user assigned identity to authenticate to customer's key vault.- Parameters:
userAssignedIdentity
- the userAssignedIdentity value to set.- Returns:
- the CmkIdentityDefinition object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-