Home
last modified time | relevance | path

Searched refs:orgUnitPath (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DOrgunits.php41 * @param string $orgUnitPath The full path of the organizational unit (minus
45 public function delete($customerId, $orgUnitPath, $optParams = []) argument
47 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath];
59 * @param string $orgUnitPath The full path of the organizational unit (minus
64 public function get($customerId, $orgUnitPath, $optParams = []) argument
66 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath];
120 * @param string $orgUnitPath The full path of the organizational unit (minus
126 public function patch($customerId, $orgUnitPath, OrgUnit $postBody, $optParams = []) argument
128 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody];
140 * @param string $orgUnitPath The full path of the organizational unit (minus
[all …]
H A DChromeosdevices.php128 * @param string $orgUnitPath Full path of the target organizational unit or its
133 …public function moveDevicesToOu($customerId, $orgUnitPath, ChromeOsMoveDevicesToOu $postBody, $opt… argument
135 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserUndelete.php25 public $orgUnitPath; variable in Google\\Service\\Directory\\UserUndelete
30 public function setOrgUnitPath($orgUnitPath) argument
32 $this->orgUnitPath = $orgUnitPath;
39 return $this->orgUnitPath;
H A DOrgUnit.php49 public $orgUnitPath; variable in Google\\Service\\Directory\\OrgUnit
146 public function setOrgUnitPath($orgUnitPath) argument
148 $this->orgUnitPath = $orgUnitPath;
155 return $this->orgUnitPath;
H A DChromeOsDevice.php122 public $orgUnitPath; variable in Google\\Service\\Directory\\ChromeOsDevice
541 public function setOrgUnitPath($orgUnitPath) argument
543 $this->orgUnitPath = $orgUnitPath;
550 return $this->orgUnitPath;
H A DUser.php148 public $orgUnitPath; variable in Google\\Service\\Directory\\User
643 public function setOrgUnitPath($orgUnitPath) argument
645 $this->orgUnitPath = $orgUnitPath;
652 return $this->orgUnitPath;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1019 public $orgUnitPath; variable in Google_ChromeOsDevice
1105 $this->orgUnitPath = $orgUnitPath;
1108 return $this->orgUnitPath;
1515 public $orgUnitPath; variable in Google_OrgUnit
1542 $this->orgUnitPath = $orgUnitPath;
1545 return $this->orgUnitPath;
1606 public $orgUnitPath; variable in Google_User
1748 $this->orgUnitPath = $orgUnitPath;
1751 return $this->orgUnitPath;
2222 public $orgUnitPath; variable in Google_UserUndelete
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php296 'orgUnitPath' => [
326 'orgUnitPath' => [
1080 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}',
1088 'orgUnitPath' => [
1095 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}',
1103 'orgUnitPath' => [
1128 'orgUnitPath' => [
1138 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}',
1146 'orgUnitPath' => [
1153 'path' => 'admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}',
[all …]