Skip to main content

DigitalIdConfig

Information that defines how digital ids are created in the CA.

Properties

NameTypeDescriptionNotes
allCAGroupsBooleanIf true, digital ids using this config will be set to have all CA groups.[optional]
caGroupsList<String>If allCAGroups is set to false then digital ids using this config will use this specified list of CA groups.[optional]
caIdStringThe UUID of the CA for this digital id config.[optional]
caNameStringThe name of the CA for this digital id config.[optional]
caTypeCaTypeEnumThe CA type of this Digital Id Config.[optional]
certTemplatesList<DigitalIdConfigCertTemplate>A list of cert templates associated with this digital id config.[optional]
certificateTypeStringThe CA certificate type which digital ids using this config will use.[optional]
digitalIdConfigTemplateIdStringWhen creating a digital id config, default values can be provided from this specified digital id config template.[optional]
directoryEntryBooleanA flag indicating if digital ids using this config will create directory entries in the CA.[optional]
dnFormatStringThe format which digital ids using this config will use for their DN.[optional]
dnFormatSearchbaseIncludedBooleanWhether digital ids using this config should include the searchbase in their DN.[optional]
idStringThe UUID of this Digital Id Config.[optional]
nameStringThe name of this Digital Id Config.[optional]
roleStringThe CA role which digital ids using this config will use.[optional]
searchbaseStringThe searchbase within the CA in which digital ids using this config will be created.[optional]
subjectAltNamesList<DigitalIdConfigSubjectAltName>A list of subjectAltNames associated with this digital id config.[optional]
typeTypeEnumThe type of digital id.[optional]
userTypeStringThe CA user type which digital ids using this config will use.[optional]
variablesList<DigitalIdConfigVariable>A list of variables associated with this digital id config.[optional]

CaTypeEnum

NameValue
EDC"EDC"
MS"MS"
PKIAAS"PKIAAS"

TypeEnum

NameValue
CARDHOLDER"PIV_CARDHOLDER"
CARD"PIV_CARD"