CertificateUserNameSettings
Description
CertificateUserNameSettings for authentication (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
usernameFromCertificate | False | string | EnumType : An enum value that specifies the DN of the peer certificate used as username for authorization and/or authentication. 1) ENTIRE_DN -Use entire DN name.2) SPECIFIED_FIELD - Use the specified fields given in the usernamePrimaryField and usernameSecondaryField attributes. Default value is SPECIFIED_FIELD. | |||
usernamePrimaryField | False | string | EnumType : An enum value that specifies the primary field of the username. Values are C_COUNTRY, CN_COMMMON_NAME, DNQ_DN_QUALIFIER,EA_EMAIL_ADDRESS, GENQ_GENERATIONAL_QUALIFIER, GN_GIVEN_NAME, I_INITIAL,L_LOCALITY, N_NAME, O_ORGANISATION, OU_ORGANISATIONAL_UNIT,SER_SERIAL_NUMBER, SN_SURNAME, SP_STATE_PROVINCE, T_TITLE, UID_USER_ID,UPN_USER_PRINCIPAL_NAME. Default value is CN_COMMMON_NAME. | |||
usernameSecondaryField | False | string | EnumType : An enum value that specifies the secondary field of the username. Values are C_COUNTRY, CN_COMMMON_NAME, DNQ_DN_QUALIFIER,EA_EMAIL_ADDRESS, GENQ_GENERATIONAL_QUALIFIER, GN_GIVEN_NAME, I_INITIAL,L_LOCALITY, N_NAME, O_ORGANISATION, OU_ORGANISATIONAL_UNIT,SER_SERIAL_NUMBER, SN_SURNAME, SP_STATE_PROVINCE, T_TITLE, UID_USER_ID,UPN_USER_PRINCIPAL_NAME. Default value is OU_ORGANISATIONAL_UNIT. | |||
prefillUsernameFromCertificate | False | boolean | For authMethod = CLIENT_CERT_AND_AAA, whether to prefill the username extracted from the client certificate as per the usernameFromCertificate attributes | |||
disablePrefilledUsernameEdit | False | boolean | A Boolean value, TRUE or FALSE, where FALSE is the default. The TRUE value would disable the modifying of the prefilled secondary username from certificate in the login window. | |||
type | True | string | certificateUsernamesettings |