untp:CredentialStatus

The status purpose of a credential status entry within a W3C Verifiable Credential, indicating the type of status check that can be performed (e.g. revocation, suspension, refresh, or message).

Values:

URILabelCommentValue
untp:CredentialStatus#message messageUsed to indicate a ussuer specified flexible status message associated with a verifiable credential. The status message descriptions MUST be defined in credentialSubject.statusMessages. credentialSubject.statusSize MUST be specified when this statusPurpose value is used.message
untp:CredentialStatus#refresh refreshUsed to signal that an updated verifiable credential is available via the credential's refresh service feature. This status does not invalidate the verifiable credential and is not reversible.refresh
untp:CredentialStatus#revocation revocationUsed to cancel the validity of a verifiable credential. This status is not reversible.revocation
untp:CredentialStatus#suspension suspensionUsed to temporarily prevent the acceptance of a verifiable credential. This status is reversible.suspension

Referenced by

URI Comment
untp:statusPurpose Status purpose drawn from a ...