Skip to main content

EncryptionStatus

EncryptionStatus shows whether data is encrypted, partially encrypted, or unencrypted.

All Variants

<EncryptionStatus status="encrypted" algorithm="AES-256" />
<EncryptionStatus status="partial" />
<EncryptionStatus status="none" />
encrypted(AES-256)partialnone

Props

PropTypeDefaultDescription
status'encrypted' | 'partial' | 'none''encrypted'Encryption state
algorithmstringEncryption algorithm (when encrypted)
  • mTLSStatus
  • AuthenticationFlow