This document lists the events and parameters for
various types of
Ldap Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=ldap
.
LDAP Operations
LDAP operations event type.
Events of this type are returned with type=ldap_operation
.
Bind failed
Failed LDAP bind.
bind_failure
connection_
|
LDAP request connection id to track. |
ldap_
|
LDAP application ID for which LDAP protocol request is mapped. |
ldap_
|
LDAP application name for which LDAP protocol request is mapped. |
ldap_
|
LDAP message id used to track each request. |
name
|
Name of the principle behind an LDAP bind request. |
request_
|
Comma separated list of all other request parameters received in LDAP protocol request apart from connection id,message id, search query. |
result_
|
Result Code of LDAP request served through LDAP server. |
result_
|
Comma separated list of all parameters sent in LDAP protocol response apart from connection id,message id, search result. |
version
|
Version of the LDAP protocol that's being called in Bind operation. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ ldap
?eventName= bind_failure
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
LDAP bind with {CONNECTION_INFO}
failed with {FAILURE_REASON}
.
Bind successful
Successful LDAP bind.
bind_success
connection_
|
LDAP request connection id to track. |
ldap_
|
LDAP application ID for which LDAP protocol request is mapped. |
ldap_
|
LDAP application name for which LDAP protocol request is mapped. |
ldap_
|
LDAP message id used to track each request. |
name
|
Name of the principle behind an LDAP bind request. |
request_
|
Comma separated list of all other request parameters received in LDAP protocol request apart from connection id,message id, search query. |
result_
|
Result Code of LDAP request served through LDAP server. |
result_
|
Comma separated list of all parameters sent in LDAP protocol response apart from connection id,message id, search result. |
version
|
Version of the LDAP protocol that's being called in Bind operation. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ ldap
?eventName= bind_success
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
LDAP bind with {CONNECTION_INFO}
successful.
Search failed
Failed LDAP search.
search_failed
attributes
|
LDAP search query extra attributes to add as part of the search query. |
base_
|
Base object(org unit) of the customer space to query for users. |
connection_
|
LDAP request connection id to track. |
deref_
|
Indicator to specify whether or not aliases are dereferenced during LDAP search operation. |
filter
|
LDAP search query filter. |
is_
|
LDAP search request filter to return types only. |
ldap_
|
LDAP application ID for which LDAP protocol request is mapped. |
ldap_
|
LDAP application name for which LDAP protocol request is mapped. |
ldap_
|
LDAP message id used to track each request. |
ldap_
|
LDAP search query scope within the customer. |
request_
|
Comma separated list of all other request parameters received in LDAP protocol request apart from connection id,message id, search query. |
result_
|
Result Code of LDAP request served through LDAP server. |
result_
|
Comma separated list of all parameters sent in LDAP protocol response apart from connection id,message id, search result. |
size_
|
LDAP search query response size limit. |
time_
|
LDAP search query latency time limit. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ ldap
?eventName= search_failed
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
LDAP search with {QUERY}
failed with {FAILURE_REASON}
.
Search successful
Successful LDAP search.
search_success
attributes
|
LDAP search query extra attributes to add as part of the search query. |
base_
|
Base object(org unit) of the customer space to query for users. |
bind_
|
LDAP bind quota usage. |
connection_
|
LDAP request connection id to track. |
deref_
|
Indicator to specify whether or not aliases are dereferenced during LDAP search operation. |
dropped_
|
List of attributes dropped as part of LDAP search query response. |
filter
|
LDAP search query filter. |
is_
|
LDAP search request filter to return types only. |
ldap_
|
LDAP application ID for which LDAP protocol request is mapped. |
ldap_
|
LDAP application name for which LDAP protocol request is mapped. |
ldap_
|
LDAP message id used to track each request. |
ldap_
|
LDAP search query scope within the customer. |
request_
|
Comma separated list of all other request parameters received in LDAP protocol request apart from connection id,message id, search query. |
result_
|
Result Code of LDAP request served through LDAP server. |
result_
|
Comma separated list of all parameters sent in LDAP protocol response apart from connection id,message id, search result. |
size_
|
LDAP search query response size limit. |
time_
|
LDAP search query latency time limit. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ ldap
?eventName= search_success
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
LDAP search with {QUERY}
successful.
Unbind
LDAP unbind request event.
unbind
connection_
|
LDAP request connection id to track. |
ldap_
|
LDAP application ID for which LDAP protocol request is mapped. |
ldap_
|
LDAP application name for which LDAP protocol request is mapped. |
ldap_
|
LDAP message id used to track each request. |
request_
|
Comma separated list of all other request parameters received in LDAP protocol request apart from connection id,message id, search query. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ ldap
?eventName= unbind
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
LDAP client Unbind requested.

