Show / Hide Table of Contents

Class ImportSshPublicKeyResponse

A response message for importing an SSH public key.

Inheritance
object
ImportSshPublicKeyResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudOSLogin.v1.Data
Assembly: Google.Apis.CloudOSLogin.v1.dll
Syntax
public class ImportSshPublicKeyResponse : IDirectResponseSchema

Properties

Details

Detailed information about import results.

Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LoginProfile

The login profile information for the user.

Declaration
[JsonProperty("loginProfile")]
public virtual LoginProfile LoginProfile { get; set; }
Property Value
Type Description
LoginProfile

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX