Struct gsuite_api::UserSSHKey [−][src]
pub struct UserSSHKey {
pub key: String,
pub expiration_time_usec: Option<i128>,
pub fingerprint: String,
}Expand description
A user’s ssh key.
Fields
key: Stringexpiration_time_usec: Option<i128>An expiration time in microseconds since epoch.
fingerprint: StringA SHA-256 fingerprint of the SSH public key (read-only)
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserSSHKeyimpl Send for UserSSHKeyimpl Sync for UserSSHKeyimpl Unpin for UserSSHKeyimpl UnwindSafe for UserSSHKeyBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V