data class ArcMachineIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ArcMachineIdentityArgs>
Specifies the type of Managed Service Identity assigned to this Arc Machine. At this time the only possible value is SystemAssigned. Changing this forces a new resource to be created.