Skip to documentation content
On this page
  1. Reference

status

Configures status for Credential management from its authoritative release declaration.

Reference

FieldValueDescription
valueType"cancelled" | "pending" | "authenticated"Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"cancelled" | "pending" | "authenticated"Compiler-resolved TypeScript contract.
requiredfalse
allowed["cancelled","pending","authenticated"]Allowed declaration values.

Configures status for Credential management from its authoritative release declaration.

The declared value type is "cancelled" | "pending" | "authenticated". Allowed values are ["cancelled","pending","authenticated"]. This field is optional.