Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<ImportSshPublicKeyResponse>
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>
UsersResource.ImportSshPublicKeyRequest
Implements
IClientServiceRequest<ImportSshPublicKeyResponse>
IClientServiceRequest
Inherited Members
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.Xgafv
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.AccessToken
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.Alt
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.Callback
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.Fields
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.Key
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.OauthToken
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.PrettyPrint
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.QuotaUser
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.UploadType
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.UploadProtocol
ClientServiceRequest<ImportSshPublicKeyResponse>.Execute()
ClientServiceRequest<ImportSshPublicKeyResponse>.ExecuteAsStream()
ClientServiceRequest<ImportSshPublicKeyResponse>.ExecuteAsync()
ClientServiceRequest<ImportSshPublicKeyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ImportSshPublicKeyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ImportSshPublicKeyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ImportSshPublicKeyResponse>.CreateRequest(bool?)
ClientServiceRequest<ImportSshPublicKeyResponse>.GenerateRequestUri()
ClientServiceRequest<ImportSshPublicKeyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ImportSshPublicKeyResponse>.ETagAction
ClientServiceRequest<ImportSshPublicKeyResponse>.ModifyRequest
ClientServiceRequest<ImportSshPublicKeyResponse>.ValidateParameters
ClientServiceRequest<ImportSshPublicKeyResponse>.ApiVersion
ClientServiceRequest<ImportSshPublicKeyResponse>.RequestParameters
ClientServiceRequest<ImportSshPublicKeyResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudOSLogin.v1beta
Assembly: Google.Apis.CloudOSLogin.v1beta.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
ClientServiceRequest<ImportSshPublicKeyResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ImportSshPublicKeyResponse>.MethodName

Parent

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
ClientServiceRequest<ImportSshPublicKeyResponse>.RestPath

View

The view configures whether to retrieve security keys information.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual UsersResource.ImportSshPublicKeyRequest.ViewEnum? View { get; set; }
Property Value
Type Description
UsersResource.ImportSshPublicKeyRequest.ViewEnum?

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ImportSshPublicKeyResponse>.GetBody()

InitParameters()

Initializes ImportSshPublicKey parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudOSLoginBaseServiceRequest<ImportSshPublicKeyResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX