Skip to main content

hasOrgPassphrase

Reports whether the organization has a passphrase configured. Used by the trust-policy UI to show 'Set passphrase' vs 'Change/verify passphrase' and to gate the Tier-1 keyCustody backend selection. Cheap probe — does not emit audit events. Requires view-trust-policy because passphrase presence reveals the org's trust posture.

hasOrgPassphrase(
orgID: String!
): Boolean!

Arguments

hasOrgPassphrase.orgID ● String! non-null scalar

Keycloak organization alias (slug, e.g. "acme-corp").

Type

Boolean scalar

The Boolean scalar type represents true or false.