Skip to content

StoredFieldValue

Administrator view of one stored managed-auth value.

Properties

Property Type Required Description
hasValue boolean Yes Whether a non-empty value is stored for the field.
value any Yes Sensitive decrypted value returned to the authenticated administrator, or an empty string when unset.

Example

{
  "hasValue": false
}