Skip to main content

DigitalIdConfig

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

Properties

NameTypeDescriptionNotes
all_ca_groupsboolIf true, digital ids using this config will be set to have all CA groups.[optional]
ca_groupsList[str]If allCAGroups is set to false then digital ids using this config will use this specified list of CA groups.[optional]
ca_idstrThe UUID of the CA for this digital id config.[optional]
ca_namestrThe name of the CA for this digital id config.[optional]
ca_typestrThe CA type of this Digital Id Config.[optional]
cert_templatesList[DigitalIdConfigCertTemplate]A list of cert templates associated with this digital id config.[optional]
certificate_typestrThe CA certificate type which digital ids using this config will use.[optional]
digital_id_config_template_idstrWhen creating a digital id config, default values can be provided from this specified digital id config template.[optional]
directory_entryboolA flag indicating if digital ids using this config will create directory entries in the CA.[optional]
dn_formatstrThe format which digital ids using this config will use for their DN.[optional]
dn_format_searchbase_includedboolWhether digital ids using this config should include the searchbase in their DN.[optional]
idstrThe UUID of this Digital Id Config.[optional]
namestrThe name of this Digital Id Config.[optional]
rolestrThe CA role which digital ids using this config will use.[optional]
searchbasestrThe searchbase within the CA in which digital ids using this config will be created.[optional]
subject_alt_namesList[DigitalIdConfigSubjectAltName]A list of subjectAltNames associated with this digital id config.[optional]
typestrThe type of digital id.[optional]
user_typestrThe 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]

Example