Class UserSshPublicKey
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for a POSIX account entry.
public class UserSshPublicKey : IDirectResponseSchema
- Inheritance
-
UserSshPublicKey
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserSshPublicKey()
public UserSshPublicKey()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
ExpirationTimeUsec
An expiration time in microseconds since epoch.
public virtual long? ExpirationTimeUsec { get; set; }
Property Value
- long?
Fingerprint
A SHA-256 fingerprint of the SSH public key. (Read-only)
public virtual string Fingerprint { get; set; }
Property Value
Key
An SSH public key.
public virtual string Key { get; set; }