PendingRevocationTrait
The enumeration of all PendingRevocation properties.
Properties already available via Thing / other traits:
- ACTIVE, IDENTIFIER, OWNER, NAME, CREATED, MODIFIED, ID (Schema.org)
Note: This is a trait for use with Prop class. To reference constants directly in controllers, use the PendingRevocation schema class or Prop.
Tags
Table of Contents
Constants
- ATTEMPTS : string = 'attempts'
- LAST_ATTEMPT_AT : string = 'lastAttemptAt'
- LAST_ERROR : string = 'lastError'
- PROVIDER : string = 'provider'
- REASON : string = 'reason'
- TARGET_ID : string = 'targetId'
- TARGET_TYPE : string = 'targetType'
- USER_IDENTIFIER : string = 'userIdentifier'
- USER_KEY : string = 'userKey'
Constants
ATTEMPTS
public
string
ATTEMPTS
= 'attempts'
LAST_ATTEMPT_AT
public
string
LAST_ATTEMPT_AT
= 'lastAttemptAt'
LAST_ERROR
public
string
LAST_ERROR
= 'lastError'
PROVIDER
public
string
PROVIDER
= 'provider'
REASON
public
string
REASON
= 'reason'
TARGET_ID
public
string
TARGET_ID
= 'targetId'
TARGET_TYPE
public
string
TARGET_TYPE
= 'targetType'
USER_IDENTIFIER
public
string
USER_IDENTIFIER
= 'userIdentifier'
USER_KEY
public
string
USER_KEY
= 'userKey'