SmartCredential
Information returned from the service about a smart credential.
Properties
Name | Type | Description | Notes |
---|---|---|---|
allowed_actions | List[str] | A list of administration actions currently allowed for this smart credential. | [optional] |
card_digital_config | DigitalIdConfig | [optional] | |
card_digital_config_id | str | 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] |
card_digital_config_required | bool | Indicates if the card digitalid config is required or not. | [optional] |
card_holder_digital_config | DigitalIdConfig | [optional] | |
card_holder_digital_config_id | str | 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] |
card_holder_digital_config_required | 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] |
chip_id | str | The chip id of the smart card set when the smart credential is encoded. | [optional] |
device_verified | bool | A flag indicating if the smart credential is enrolled on a verified device. | |
digital_ids | List[DigitalId] | A list of digital ids associated with this smart credential. | [optional] |
encode_msg | str | For smart credentials that have failed to encode, the encode message stores a message providing information about the failure. | [optional] |
encode_state | str | The encode state of a smart credential indicates if encoding has started, completed successfully or failed. | [optional] |
enroll_state | str | 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] |
expiry_date | datetime | For issued smart credentials, the expiry date is the date on which the smart credential will expire. | [optional] |
id | str | The unique UUID assigned to the smart credential when it is created. | [optional] |
issue_date | datetime | The date on which the smart credential was issued. | [optional] |
notify_enabled | bool | A flag indicating if notification is enabled for this smart credential. | [optional] |
platform | str | The platform of the Mobile SC application on which this smart credential was encoded. | [optional] |
sc_defn_id | str | The UUID of the Smart Credential Definition that defines this smart credential. | [optional] |
sc_defn_name | str | The name of the smart credential definition of this smart credential. | [optional] |
serial_number | str | The unique serial number of the smart credential generated when it is created. | [optional] |
state | str | The state of the smart credential. Only smart credentials in the ACTIVE state can be used for authentication. | [optional] |
user_id | str | The UUID of the user that owns this smart credential. | [optional] |
user_user_id | str | The user Id of the user that owns this smart credential. | [optional] |
variable_values | List[SCVariableValue] | Variable values for this smart credential | [optional] |
version | str | The version of the Mobile SC application on which this smart credential was encoded. | [optional] |