risingwave_pb::catalog

Type Alias PbSecret

source
pub type PbSecret = Secret;
Expand description

Alias for Secret.

Aliased Type§

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