UpdateLDAPProviderRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateLDAPProviderRequestDescriptor instead')
const UpdateLDAPProviderRequest$json = const {
  '1': 'UpdateLDAPProviderRequest',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'servers', '3': 3, '4': 3, '5': 9, '8': const {}, '10': 'servers'},
    const {'1': 'start_tls', '3': 4, '4': 1, '5': 8, '10': 'startTls'},
    const {'1': 'base_dn', '3': 5, '4': 1, '5': 9, '8': const {}, '10': 'baseDn'},
    const {'1': 'bind_dn', '3': 6, '4': 1, '5': 9, '8': const {}, '10': 'bindDn'},
    const {'1': 'bind_password', '3': 7, '4': 1, '5': 9, '8': const {}, '10': 'bindPassword'},
    const {'1': 'user_base', '3': 8, '4': 1, '5': 9, '8': const {}, '10': 'userBase'},
    const {'1': 'user_object_classes', '3': 9, '4': 3, '5': 9, '8': const {}, '10': 'userObjectClasses'},
    const {'1': 'user_filters', '3': 10, '4': 3, '5': 9, '8': const {}, '10': 'userFilters'},
    const {'1': 'timeout', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'timeout'},
    const {'1': 'attributes', '3': 12, '4': 1, '5': 11, '6': '.zitadel.idp.v1.LDAPAttributes', '10': 'attributes'},
    const {'1': 'provider_options', '3': 13, '4': 1, '5': 11, '6': '.zitadel.idp.v1.Options', '10': 'providerOptions'},
  ],
};