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:
| URI | Label | Comment | Value |
|---|---|---|---|
| untp:CredentialStatus#message | message | Used 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 | refresh | Used 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 | revocation | Used to cancel the validity of a verifiable credential. This status is not reversible. | revocation |
| untp:CredentialStatus#suspension | suspension | Used 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 ... |