EN
Español
English
Português
    AFW_GROUPS

    Represents group information

    Data model

    Fields

    Field Type Description
    grou_authentication_id* INT Authentication provider ID associated with the group
    grou_definition_ldap NVARCHAR (2000) Defining the Group in the Active Directory
    grou_description NVARCHAR (512) Group Description
    grou_guid_ldap NVARCHAR (100) Unique Active Directory Identifier
    grou_id* INT Group ID
    grou_is_active* INT Determines whether a group is active or not
    grou_name* NVARCHAR (512) Group Name
    grou_parent INT Parent Group Identifier
    grou_user_id* INT Group leader identifier

    Primary Key

    PK_AFW_GROUPS
    grou_id

    References

    Column Referenced Table Referenced column Name
    grou_authentication_id* Bod. AFW_LDAP id FK03_AFW_GROUPS
    grou_parent dbo.AFW_GROUPS grou_id FK01_AFW_GROUPS
    grou_user_id* dbo.AFW_USERS user_id FK02_AFW_GROUPS