data class MonitorIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<MonitorIdentityArgs>
Specifies the identity type of the Azure Native New Relic Monitor. The only possible value is SystemAssigned. Changing this forces a new Azure Native New Relic Monitor to be created.