EN
Español
English
Português
    AES_POLICY

    Compliance Policies

    Data model

    Fields

    Field Type Description
    active* BIT Indicates whether the policy is active
    check_time* INT Indicates how often the policy should be checked in minutes
    creation_date* DATETIME2 Policy Creation Date
    description* NVARCHAR (8000) Policy Description
    id* INT Policy ID
    name* NVARCHAR (1000) Policy Name
    platform_id* INT Platform Identifier

    Primary Key

    PK_AES_POLICY
    id

    References

    Column Referenced Table Referenced column Name
    platform_id* dbo.AES_PLATFORM id FK01_AES_POLICY