@webitel/api-services
Preparing search index...
_models/apiLDAPObjentry.zod
ApiLDAPObjentry
Interface ApiLDAPObjentry
interface
ApiLDAPObjentry
{
class
?:
string
;
entry
?:
ApiLDAPObjentryEntry
;
errs
?:
string
[]
;
object
?:
ApiLDAPObjentryObject
;
proc
?:
string
;
warn
?:
string
[]
;
}
Index
Properties
class?
entry?
errs?
object?
proc?
warn?
Properties
Optional
class
class
?:
string
Optional
entry
entry
?:
ApiLDAPObjentryEntry
map<string, string> entry = 1;
Optional
errs
errs
?:
string
[]
Optional
object
object
?:
ApiLDAPObjentryObject
Optional
proc
proc
?:
string
Optional
warn
warn
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
entry
errs
object
proc
warn
@webitel/api-services
Loading...
map<string, string> entry = 1;