CreateActiveDirectoryRequest

CreateActiveDirectoryRequest for creating an active directory.

JSON representation
{
  "parent": string,
  "activeDirectory": {
    object (ActiveDirectory)
  },
  "activeDirectoryId": string
}
Fields
parent

string

Required. Value for parent.

activeDirectory

object (ActiveDirectory)

Required. Fields of the to be created active directory.

activeDirectoryId

string

Required. ID of the active directory to create.