UsersSshPublicKeys
class UsersSshPublicKeys extends Resource (View source)
The "sshPublicKeys" collection of methods.
Typical usage is:
$osloginService = new Google\Service\CloudOSLogin(...);
$sshPublicKeys = $osloginService->users_sshPublicKeys;
Methods
create(string $parent, SshPublicKey $postBody, array $optParams = [])
Create an SSH public key (sshPublicKeys.create)
delete(string $name, array $optParams = [])
Deletes an SSH public key. (sshPublicKeys.delete)
get(string $name, array $optParams = [])
Retrieves an SSH public key. (sshPublicKeys.get)
patch(string $name, SshPublicKey $postBody, array $optParams = [])
Updates an SSH public key and returns the profile information. This method supports patch semantics. (sshPublicKeys.patch)
Details
SshPublicKey
create(string $parent, SshPublicKey $postBody, array $optParams = [])
Create an SSH public key (sshPublicKeys.create)
OsloginEmpty
delete(string $name, array $optParams = [])
Deletes an SSH public key. (sshPublicKeys.delete)
SshPublicKey
get(string $name, array $optParams = [])
Retrieves an SSH public key. (sshPublicKeys.get)
SshPublicKey
patch(string $name, SshPublicKey $postBody, array $optParams = [])
Updates an SSH public key and returns the profile information. This method supports patch semantics. (sshPublicKeys.patch)