allowedActions | List<AllowedActionsEnum> | A list of administration actions currently allowed for this smart credential. | [optional] |
cardDigitalConfig | DigitalIdConfig | | [optional] |
cardDigitalConfigId | String | The UUID of the Card Digital Id config of this smart credential. If not set, the smart credential will not have a Card Digital Id. | [optional] |
cardDigitalConfigRequired | Boolean | Indicates if the card digitalid config is required or not. | [optional] |
cardHolderDigitalConfig | DigitalIdConfig | | [optional] |
cardHolderDigitalConfigId | String | The UUID of the Card Holder Digital Id config of this smart credential. If not set, the smart credential will not have a Card Holder Digital Id. | [optional] |
cardHolderDigitalConfigRequired | Boolean | Indicates if the card holder digitalid config is required or not. | [optional] |
certificates | List<DigitalIdCert> | A list of certificates associated with this smart credential. | [optional] |
chipId | String | The chip id of the smart card set when the smart credential is encoded. | [optional] |
deviceVerified | Boolean | A flag indicating if the smart credential is enrolled on a verified device. | |
digitalIds | List<DigitalId> | A list of digital ids associated with this smart credential. | [optional] |
encodeMsg | String | For smart credentials that have failed to encode, the encode message stores a message providing information about the failure. | [optional] |
encodeState | EncodeStateEnum | The encode state of a smart credential indicates if encoding has started, completed successfully or failed. | [optional] |
enrollState | EnrollStateEnum | The enrollment state of a smart credential indicates if all of the necessary enrollment values have been collected. Only smart credentials in the ENROLLED state can be activated. | [optional] |
expiryDate | OffsetDateTime | For issued smart credentials, the expiry date is the date on which the smart credential will expire. | [optional] |
id | String | The unique UUID assigned to the smart credential when it is created. | [optional] |
issueDate | OffsetDateTime | The date on which the smart credential was issued. | [optional] |
notifyEnabled | Boolean | A flag indicating if notification is enabled for this smart credential. | [optional] |
platform | String | The platform of the Mobile SC application on which this smart credential was encoded. | [optional] |
scDefnId | String | The UUID of the Smart Credential Definition that defines this smart credential. | [optional] |
scDefnName | String | The name of the smart credential definition of this smart credential. | [optional] |
serialNumber | String | The unique serial number of the smart credential generated when it is created. | [optional] |
state | StateEnum | The state of the smart credential. Only smart credentials in the ACTIVE state can be used for authentication. | [optional] |
userId | String | The UUID of the user that owns this smart credential. | [optional] |
userUserId | String | The user Id of the user that owns this smart credential. | [optional] |
variableValues | List<SCVariableValue> | Variable values for this smart credential | [optional] |
version | String | The version of the Mobile SC application on which this smart credential was encoded. | [optional] |