Home
last modified time | relevance | path

Searched refs:sshPublicKeys (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudOSLogin/
H A DLoginProfile.php63 public function setSshPublicKeys($sshPublicKeys) argument
65 $this->sshPublicKeys = $sshPublicKeys;
72 return $this->sshPublicKeys;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php184 public $sshPublicKeys; variable in Google\\Service\\Directory\\User
769 public function setSshPublicKeys($sshPublicKeys) argument
771 $this->sshPublicKeys = $sshPublicKeys;
778 return $this->sshPublicKeys;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudOSLogin.php135 'sshPublicKeys',
139 'path' => 'v1/{+parent}/sshPublicKeys',