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