data class ClusterIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ClusterIdentityArgs>
Specifies the type of Managed Service Identity that should be configured on this Log Analytics Cluster. Possible values are SystemAssigned and UserAssigned. Changing this forces a new resource to be created.