Type Alias wasmcloud_runtime::capability::secrets::reveal::SecretValue

source ·
pub type SecretValue = SecretValue;

Aliased Type§

enum SecretValue {
    String(String),
    Bytes(Vec<u8>),
}

Variants§

§

String(String)

A string value

§

Bytes(Vec<u8>)

A byte array value