pub type SecretFields = Vec<(String, Cbor)>;
The secret material itself: field name to CBOR-encoded value. Field names are fixed by the secret-kind.
secret-kind
pub struct SecretFields { /* private fields */ }