ListActiveDirectoriesResponse

ListActiveDirectoriesResponse contains all the active directories requested.

JSON representation
{
  "activeDirectories": [
    {
      object (ActiveDirectory)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
activeDirectories[]

object (ActiveDirectory)

The list of active directories.

nextPageToken

string

A token identifying a page of results the server should return.

unreachable[]

string

Locations that could not be reached.