pub type PbSecret = Secret;Aliased Type§
pub struct PbSecret {
pub id: u32,
pub name: String,
pub database_id: u32,
pub value: Vec<u8>,
pub owner: u32,
pub schema_id: u32,
}Fields§
§id: u32§name: String§database_id: u32§value: Vec<u8>The secret here is encrypted to bytes.
owner: u32§schema_id: u32