EN
Español
English
Português
    ADSS_CONFIGURATION

    Stores authentication provider access and sync configuration information

    Data model

    Fields

    Field Type Description
    conf_active INT Determine if the setting is active
    conf_fields NVARCHAR (MAX) Mapped fields
    conf_id* INT Configuration ID
    conf_ldap NVARCHAR (MAX) Configuring the connection to the provider
    conf_ldap_id INT Provider Identifier
    conf_nodes NVARCHAR (MAX) List of groups to be mapped
    conf_schedule_id INT Sync Schedule ID
    modification_date DATETIME Date of last modification
    modified_by INT Identifier of the last user who modified the record

    Primary Key

    PK_ADSS_CONFIGURATION
    conf_id

    References

    Column Referenced Table Referenced column Name
    conf_ldap_id dbo.AFW_LDAP id FK01_ADSS_CONFIGURATION
    conf_schedule_id dbo.AFW_SCHEDULER sche_id FK02_ADSS_CONFIGURATION