Class UsersResource.ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1beta
Assembly: Google.Apis.CloudOSLogin.v1beta.dll
Syntax
public class UsersResource.ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
SignSshPublicKey(SignSshPublicKeyRequest, string)
Signs an SSH public key for a user to authenticate to an instance.
Declaration
public virtual UsersResource.ProjectsResource.LocationsResource.SignSshPublicKeyRequest SignSshPublicKey(SignSshPublicKeyRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SignSshPublicKeyRequest | body | The body of the request. |
| string | parent | Required. The parent project and region for the signing request. |
Returns
| Type | Description |
|---|---|
| UsersResource.ProjectsResource.LocationsResource.SignSshPublicKeyRequest |