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 = const {
  '1': 'LDAPConfig',
  '2': const [
    const {'1': 'servers', '3': 1, '4': 3, '5': 9, '10': 'servers'},
    const {'1': 'start_tls', '3': 2, '4': 1, '5': 8, '10': 'startTls'},
    const {'1': 'base_dn', '3': 3, '4': 1, '5': 9, '10': 'baseDn'},
    const {'1': 'bind_dn', '3': 4, '4': 1, '5': 9, '10': 'bindDn'},
    const {'1': 'user_base', '3': 5, '4': 1, '5': 9, '10': 'userBase'},
    const {'1': 'user_object_classes', '3': 6, '4': 3, '5': 9, '10': 'userObjectClasses'},
    const {'1': 'user_filters', '3': 7, '4': 3, '5': 9, '10': 'userFilters'},
    const {'1': 'timeout', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'timeout'},
    const {'1': 'attributes', '3': 9, '4': 1, '5': 11, '6': '.zitadel.idp.v1.LDAPAttributes', '10': 'attributes'},
  ],
};