@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_security_acl_role {
        sys_security_acl: Typed<
            | string
            | ExplicitKey<"sys_security_acl">
            | TableBrand<"sys_security_acl">
            | Record<"sys_security_acl">,
            { mandatory: true; referenceTable: "sys_security_acl" },
        >;
        sys_user_role: Typed<
            | string
            | ExplicitKey<"sys_user_role">
            | TableBrand<"sys_user_role">
            | Record<"sys_user_role">,
            { mandatory: true; referenceTable: "sys_user_role" },
        >;
        transaction_id: Typed<string, {}>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sys_security_acl: Typed<
        | string
        | ExplicitKey<"sys_security_acl">
        | TableBrand<"sys_security_acl">
        | Record<"sys_security_acl">,
        { mandatory: true; referenceTable: "sys_security_acl" },
    >
    sys_user_role: Typed<
        | string
        | ExplicitKey<"sys_user_role">
        | TableBrand<"sys_user_role">
        | Record<"sys_user_role">,
        { mandatory: true; referenceTable: "sys_user_role" },
    >
    transaction_id: Typed<string, {}>