@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable sys_scope_privilegeConst

    sys_scope_privilege: {
        name: "sys_scope_privilege";
        schema: {
            operation: Typed<string, {}>;
            source_scope: Typed<string, {}>;
            status: Typed<string, {}>;
            target_name: Typed<string, {}>;
            target_scope: Typed<string, {}>;
            target_type: Typed<string, {}>;
        };
    } = ...

    Type Declaration

    • Readonlyname: "sys_scope_privilege"
    • Readonlyschema: {
          operation: Typed<string, {}>;
          source_scope: Typed<string, {}>;
          status: Typed<string, {}>;
          target_name: Typed<string, {}>;
          target_scope: Typed<string, {}>;
          target_type: Typed<string, {}>;
      }