SCDefn
Information returned about a smart credential definition.
Properties
Name | Type | Description | Notes |
---|---|---|---|
CardDigitalIdConfigRequired | bool? | A flag indicating if smart credentials using this SC definition must have a card digital id config defined. | [optional] |
CardHolderDigitalIdConfigRequired | bool? | A flag indicating if smart credentials using this SC definition must have a card holder digital id config defined. | [optional] |
CardPinDigits | string | Requirements for digits in card PINs for smart credentials for this SC Defn. | [optional] |
CardPinLength | int? | The length of card PINs generated for smart credentials for this SC Defn. | [optional] |
CardPinLower | string | Requirements for lowercase letters in card PINs for smart credentials for this SC Defn. | [optional] |
CardPinMaxAttempts | int? | The maximum number of times a wrong PIN can be entered incorrectly before it locks out the smart credential. | [optional] |
CardPinMaxLength | int? | The maximum PIN length of card PINs for smart credentials for this SC Defn. | [optional] |
CardPinMaxUsesAfterAdminReset | int? | The maximum number of times a PIN can be used before it must be changed after it is set by an administrator. | [optional] |
CardPinMinLength | int? | The minimum PIN length of card PINs for smart credentials for this SC Defn. | [optional] |
CardPinSpecial | string | Requirements for special characters in card PINs for smart credentials for this SC Defn. | [optional] |
CardPinUpper | string | Requirements for uppercase letters in card PINs for smart credentials for this SC Defn. | [optional] |
DefaultCardDigitalIdConfigId | string | The UUID of the default card digital id config. If not set, there is no default. | [optional] |
DefaultCardHolderDigitalIdConfigId | string | The UUID of the default card holder digital id config. If not set, there is no default. | [optional] |
DefaultSCDefn | bool? | A flag indicating if this is the default SC Defn. | [optional] |
Id | string | The UUID of this SC Defn. | [optional] |
Lifetime | int? | The lifetime (in months) of smart credentials created for this SC Defn. | [optional] |
Name | string | The name of this SC Defn. | [optional] |
PivAppletConfigId | string | The UUID of the PIV applet configuration associated with this smart credential definition. | [optional] |
PivContentSignerCAId | string | 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] |