LDAPConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use lDAPConfigDescriptor instead')
const LDAPConfig$json = {
  '1': 'LDAPConfig',
  '2': [
    {'1': 'servers', '3': 1, '4': 3, '5': 9, '10': 'servers'},
    {'1': 'start_tls', '3': 2, '4': 1, '5': 8, '10': 'startTls'},
    {'1': 'base_dn', '3': 3, '4': 1, '5': 9, '10': 'baseDn'},
    {'1': 'bind_dn', '3': 4, '4': 1, '5': 9, '10': 'bindDn'},
    {'1': 'user_base', '3': 5, '4': 1, '5': 9, '10': 'userBase'},
    {
      '1': 'user_object_classes',
      '3': 6,
      '4': 3,
      '5': 9,
      '10': 'userObjectClasses'
    },
    {'1': 'user_filters', '3': 7, '4': 3, '5': 9, '10': 'userFilters'},
    {
      '1': 'timeout',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'timeout'
    },
    {
      '1': 'attributes',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.zitadel.idp.v2.LDAPAttributes',
      '10': 'attributes'
    },
    {'1': 'root_ca', '3': 10, '4': 1, '5': 12, '10': 'rootCa'},
  ],
};