User Assigned Identity Auth Info Response
data class UserAssignedIdentityAuthInfoResponse(val authMode: String? = null, val authType: String, val clientId: String? = null, val deleteOrUpdateBehavior: String? = null, val roles: List<String>? = null, val subscriptionId: String? = null, val userName: String? = null)
The authentication info when authType is userAssignedIdentity