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

    Variable analytics_dashboardConst

    analytics_dashboard: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        audit: true;
        display: "name";
        extends: "sys_metadata";
        extensible: true;
        label: "Analytics Dashboard";
        name: "analytics_dashboard";
        schema: {
            active: Typed;
            base_dashboard: Typed;
            certified: Typed;
            description: Typed;
            name: Typed;
            ready_to_migrate: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            sys_overrides: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlyaudit: true
    • Readonlydisplay: "name"
    • Readonlyextends: "sys_metadata"
    • Readonlyextensible: true
    • Readonlylabel: "Analytics Dashboard"
    • Readonlyname: "analytics_dashboard"
    • Readonlyschema: {
          active: Typed;
          base_dashboard: Typed;
          certified: Typed;
          description: Typed;
          name: Typed;
          ready_to_migrate: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          sys_overrides: Typed;
      }
    • ReadonlytextIndex: true