Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1alpha
Assembly: Google.Apis.CloudOSLogin.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
SignSshPublicKey(GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest, string)
Signs an SSH public key for a user to authenticate to a virtual machine on Google Compute Engine.
Declaration
public virtual ProjectsResource.LocationsResource.SignSshPublicKeyRequest SignSshPublicKey(GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest | body | The body of the request. |
string | parent | Required. The parent for the signing request. Format: projects/{project}/locations/{location} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SignSshPublicKeyRequest |