LDAPAttributes$json top-level constant

  1. @Deprecated('Use lDAPAttributesDescriptor instead')
Map<String, Object> const LDAPAttributes$json

Implementation

@$core.Deprecated('Use lDAPAttributesDescriptor instead')
const LDAPAttributes$json = {
  '1': 'LDAPAttributes',
  '2': [
    {'1': 'id_attribute', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'idAttribute'},
    {
      '1': 'first_name_attribute',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'firstNameAttribute'
    },
    {
      '1': 'last_name_attribute',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'lastNameAttribute'
    },
    {
      '1': 'display_name_attribute',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'displayNameAttribute'
    },
    {
      '1': 'nick_name_attribute',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'nickNameAttribute'
    },
    {
      '1': 'preferred_username_attribute',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'preferredUsernameAttribute'
    },
    {
      '1': 'email_attribute',
      '3': 7,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'emailAttribute'
    },
    {
      '1': 'email_verified_attribute',
      '3': 8,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'emailVerifiedAttribute'
    },
    {
      '1': 'phone_attribute',
      '3': 9,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'phoneAttribute'
    },
    {
      '1': 'phone_verified_attribute',
      '3': 10,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'phoneVerifiedAttribute'
    },
    {
      '1': 'preferred_language_attribute',
      '3': 11,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'preferredLanguageAttribute'
    },
    {
      '1': 'avatar_url_attribute',
      '3': 12,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'avatarUrlAttribute'
    },
    {
      '1': 'profile_attribute',
      '3': 13,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'profileAttribute'
    },
    {'1': 'root_ca', '3': 14, '4': 1, '5': 9, '10': 'rootCa'},
  ],
};