Admin Directory API

Instance Methods

asps()

Returns the asps Resource.

channels()

Returns the channels Resource.

chromeosdevices()

Returns the chromeosdevices Resource.

customers()

Returns the customers Resource.

domainAliases()

Returns the domainAliases Resource.

domains()

Returns the domains Resource.

groups()

Returns the groups Resource.

members()

Returns the members Resource.

mobiledevices()

Returns the mobiledevices Resource.

notifications()

Returns the notifications Resource.

orgunits()

Returns the orgunits Resource.

privileges()

Returns the privileges Resource.

resources()

Returns the resources Resource.

roleAssignments()

Returns the roleAssignments Resource.

roles()

Returns the roles Resource.

schemas()

Returns the schemas Resource.

tokens()

Returns the tokens Resource.

users()

Returns the users Resource.

verificationCodes()

Returns the verificationCodes Resource.

new_batch_http_request()

Create a BatchHttpRequest object based on the discovery document.

Method Details

new_batch_http_request()
Create a BatchHttpRequest object based on the discovery document.

        Args:
          callback: callable, A callback to be called for each response, of the
            form callback(id, response, exception). The first parameter is the
            request id, and the second is the deserialized response object. The
            third is an apiclient.errors.HttpError exception object if an HTTP
            error occurred while processing the request, or None if no error
            occurred.

        Returns:
          A BatchHttpRequest object based on the discovery document.