Class SshPublicKey
The SSH public key information associated with a Google account.
Inheritance
System.Object
SshPublicKey
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudOSLogin.v1.Data
Assembly: Google.Apis.CloudOSLogin.v1.dll
Syntax
public class SshPublicKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpirationTimeUsec
An expiration time in microseconds since epoch.
Declaration
[JsonProperty("expirationTimeUsec")]
public virtual long? ExpirationTimeUsec { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Fingerprint
Output only. The SHA-256 fingerprint of the SSH public key.
Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Key
Public key text in SSH format, defined by RFC4253 section 6.6.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Output only. The canonical resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |