SmartCredential
Information returned from the service about a smart credential.
Properties
Name | Type | Description | Notes |
---|---|---|---|
AllowedActions | List<SmartCredential.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 | bool? | 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 | bool? | 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 | bool | 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 | string | The encode state of a smart credential indicates if encoding has started, completed successfully or failed. | [optional] |
EnrollState | string | 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 | DateTime? | 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 | DateTime? | The date on which the smart credential was issued. | [optional] |
NotifyEnabled | bool? | 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 | string | 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] |
VarVersion | string | The version of the Mobile SC application on which this smart credential was encoded. | [optional] |