Class ImportSshPublicKeyResponse
A response message for importing an SSH public key.
Implements
Inherited Members
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 |