Class UsersResource.ImportSshPublicKeyRequest
Adds an SSH public key and returns the profile information. Default POSIX account information is set when no username and UID exist as part of the login profile.
Inheritance
UsersResource.ImportSshPublicKeyRequest
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1
Assembly: Google.Apis.CloudOSLogin.v1.dll
Syntax
public class UsersResource.ImportSshPublicKeyRequest : CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>, IClientServiceRequest<ImportSshPublicKeyResponse>, IClientServiceRequest
Constructors
ImportSshPublicKeyRequest(IClientService, SshPublicKey, string)
Constructs a new ImportSshPublicKey request.
Declaration
public ImportSshPublicKeyRequest(IClientService service, SshPublicKey body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SshPublicKey | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudOSLogin.v1.Data.ImportSshPublicKeyResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudOSLogin.v1.Data.ImportSshPublicKeyResponse>.MethodName
Parent
Required. The unique ID for the user in format users/{user}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
ProjectId
The project ID of the Google Cloud Platform project.
Declaration
[RequestParameter("projectId", RequestParameterType.Query)]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Regions
Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
Declaration
[RequestParameter("regions", RequestParameterType.Query)]
public virtual Repeatable<string> Regions { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudOSLogin.v1.Data.ImportSshPublicKeyResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudOSLogin.v1.Data.ImportSshPublicKeyResponse>.GetBody()
InitParameters()
Initializes ImportSshPublicKey parameter list.
Declaration
protected override void InitParameters()