public static interface OsLoginProto.SshPublicKeyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpirationTimeUsec()
public abstract long getExpirationTimeUsec()An expiration time in microseconds since epoch.
int64 expiration_time_usec = 2;
| Type | Description |
| long | The expirationTimeUsec. |
getFingerprint()
public abstract String getFingerprint()Output only. The SHA-256 fingerprint of the SSH public key.
string fingerprint = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The fingerprint. |
getFingerprintBytes()
public abstract ByteString getFingerprintBytes()Output only. The SHA-256 fingerprint of the SSH public key.
string fingerprint = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for fingerprint. |
getKey()
public abstract String getKey()Public key text in SSH format, defined by <a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a> section 6.6.
string key = 1;
| Type | Description |
| String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()Public key text in SSH format, defined by <a href="https://www.ietf.org/rfc/rfc4253.txt" target="_blank">RFC4253</a> section 6.6.
string key = 1;
| Type | Description |
| ByteString | The bytes for key. |
getName()
public abstract String getName()Output only. The canonical resource name.
string name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The canonical resource name.
string name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |