pub struct Key {Show 14 fields
pub odata_context: Option<Context>,
pub odata_etag: Option<Etag>,
pub odata_id: Id,
pub odata_type: MustBeStr<(char<{ _ }>, K, e, y, (char<{ _ }>, v, char<{ _ }>, char<{ _ }>, char<{ _ }>), (char<{ _ }>, char<{ _ }>, char<{ _ }>, K, e, y))>,
pub actions: Option<Actions>,
pub description: Option<Description>,
pub id: Id,
pub key_string: Option<String>,
pub key_type: Option<KeyType>,
pub nv_meo_f: Option<NVMeoF>,
pub name: Name,
pub oem: Option<Oem>,
pub ssh: Option<SSHType>,
pub user_description: Option<String>,
}
Expand description
The Key schema describes sensitive data for accessing devices or services.
Fields§
§odata_context: Option<Context>
§odata_etag: Option<Etag>
§odata_id: Id
§odata_type: MustBeStr<(char<{ _ }>, K, e, y, (char<{ _ }>, v, char<{ _ }>, char<{ _ }>, char<{ _ }>), (char<{ _ }>, char<{ _ }>, char<{ _ }>, K, e, y))>
§actions: Option<Actions>
§description: Option<Description>
§id: Id
§key_string: Option<String>
The string for the key.
key_type: Option<KeyType>
§nv_meo_f: Option<NVMeoF>
§name: Name
§oem: Option<Oem>
§ssh: Option<SSHType>
§user_description: Option<String>
A user-defined string to describe this key.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Key
impl<'de> Deserialize<'de> for Key
source§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