SCDefn
Information returned about a smart credential definition.
Properties
Name | Type | Description | Notes |
---|---|---|---|
card_digital_id_config_required | bool | A flag indicating if smart credentials using this SC definition must have a card digital id config defined. | [optional] |
card_holder_digital_id_config_required | bool | A flag indicating if smart credentials using this SC definition must have a card holder digital id config defined. | [optional] |
card_pin_digits | str | Requirements for digits in card PINs for smart credentials for this SC Defn. | [optional] |
card_pin_length | int | The length of card PINs generated for smart credentials for this SC Defn. | [optional] |
card_pin_lower | str | Requirements for lowercase letters in card PINs for smart credentials for this SC Defn. | [optional] |
card_pin_max_attempts | int | The maximum number of times a wrong PIN can be entered incorrectly before it locks out the smart credential. | [optional] |
card_pin_max_length | int | The maximum PIN length of card PINs for smart credentials for this SC Defn. | [optional] |
card_pin_max_uses_after_admin_reset | int | The maximum number of times a PIN can be used before it must be changed after it is set by an administrator. | [optional] |
card_pin_min_length | int | The minimum PIN length of card PINs for smart credentials for this SC Defn. | [optional] |
card_pin_special | str | Requirements for special characters in card PINs for smart credentials for this SC Defn. | [optional] |
card_pin_upper | str | Requirements for uppercase letters in card PINs for smart credentials for this SC Defn. | [optional] |
default_card_digital_id_config_id | str | The UUID of the default card digital id config. If not set, there is no default. | [optional] |
default_card_holder_digital_id_config_id | str | The UUID of the default card holder digital id config. If not set, there is no default. | [optional] |
default_sc_defn | bool | A flag indicating if this is the default SC Defn. | [optional] |
id | str | The UUID of this SC Defn. | [optional] |
lifetime | int | The lifetime (in months) of smart credentials created for this SC Defn. | [optional] |
name | str | The name of this SC Defn. | [optional] |
piv_applet_config_id | str | The UUID of the PIV applet configuration associated with this smart credential definition. | [optional] |
piv_content_signer_caid | str | The UUID of the CA that defines the PIV Content Signer for this SC definition. If not set, the PIV Content Signer is derived from the digital id configs. | [optional] |
variables | List[SCDefnVariable] | Smart Credential Definition Variables defined for this SC Defn. | [optional] |