admin  directory_v1
Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.Data.UserSshPublicKey Class Reference

JSON template for a POSIX account entry. More...

Inheritance diagram for Google.Apis.Admin.Directory.directory_v1.Data.UserSshPublicKey:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< long > ExpirationTimeUsec [get, set]
 An expiration time in microseconds since epoch. More...
 
virtual string Fingerprint [get, set]
 A SHA-256 fingerprint of the SSH public key. (Read-only) More...
 
virtual string Key [get, set]
 An SSH public key. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

JSON template for a POSIX account entry.

Property Documentation

◆ ETag

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserSshPublicKey.ETag
getset

The ETag of the item.

◆ ExpirationTimeUsec

virtual System.Nullable<long> Google.Apis.Admin.Directory.directory_v1.Data.UserSshPublicKey.ExpirationTimeUsec
getset

An expiration time in microseconds since epoch.

◆ Fingerprint

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserSshPublicKey.Fingerprint
getset

A SHA-256 fingerprint of the SSH public key. (Read-only)

◆ Key

virtual string Google.Apis.Admin.Directory.directory_v1.Data.UserSshPublicKey.Key
getset

An SSH public key.


The documentation for this class was generated from the following file: