Interface SecretQuery

What requestSecret() matches against in the powerbox picker (SECRETS_SPEC §5).

interface SecretQuery {
    family?: string;
    type?: SecretType;
}

Properties

Properties

family?: string
type?: SecretType