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.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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
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
InitParameters()
Initializes ImportSshPublicKey parameter list.
Declaration
protected override void InitParameters()