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