PbSecret

Type Alias PbSecret 

Source
pub type PbSecret = Secret;

Aliased Type§

pub struct PbSecret {
    pub id: TypedId<15>,
    pub name: String,
    pub database_id: TypedId<3>,
    pub value: Vec<u8>,
    pub owner: u32,
    pub schema_id: TypedId<4>,
}

Fields§

§id: TypedId<15>§name: String§database_id: TypedId<3>§value: Vec<u8>

The secret here is encrypted to bytes.

§owner: u32§schema_id: TypedId<4>