@servicenow/sdk - v4.4.1
    Preparing search index...
    interface email_access_restriction {
        conditions: Typed<
            string,
            {
                dynamicValueDefinitions: {
                    columnName: "notification.collection";
                    type: "dependent_field";
                };
                label: [
                    {
                        hint: "Read access to an email record is granted when conditions evaluate to true against an email's target record";
                        label: "Conditions";
                        language: "en";
                        plural: "Conditions";
                    },
                ];
                maxLength: 8000;
            },
        >;
        description: Typed<string, { label: "Description"; maxLength: 1000 }>;
        notification: Typed<
            | string
            | Record<"sysevent_email_action">
            | ExplicitKey<"sysevent_email_action">
            | TableBrand<"sysevent_email_action">,
            { label: "Notification"; referenceTable: "sysevent_email_action" },
        >;
        sys_id: Typed<
            string
            | number,
            { columnType: "GUID"; label: "Sys ID"; maxLength: 32; primary: true },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    conditions: Typed<
        string,
        {
            dynamicValueDefinitions: {
                columnName: "notification.collection";
                type: "dependent_field";
            };
            label: [
                {
                    hint: "Read access to an email record is granted when conditions evaluate to true against an email's target record";
                    label: "Conditions";
                    language: "en";
                    plural: "Conditions";
                },
            ];
            maxLength: 8000;
        },
    >
    description: Typed<string, { label: "Description"; maxLength: 1000 }>
    notification: Typed<
        | string
        | Record<"sysevent_email_action">
        | ExplicitKey<"sysevent_email_action">
        | TableBrand<"sysevent_email_action">,
        { label: "Notification"; referenceTable: "sysevent_email_action" },
    >
    sys_id: Typed<
        string
        | number,
        { columnType: "GUID"; label: "Sys ID"; maxLength: 32; primary: true },
    >