Authorization Profile Response
data class AuthorizationProfileResponse(val groupIds: List<String>? = null, val userIds: List<String>? = null)
Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.