Skip to main content

DesWorkspaceInsProjectsSettings

Project-level preferences affecting insight generation and visibility.

type DesWorkspaceInsProjectsSettings {
excludedAssemblyVariants: [ID!]!
excludedBomReleases: [ID!]!
excludedConsolidatedBomReleases: [ID!]!
excludedConsolidatedBoms: [ID!]!
excludedProjects: [ID!]!
excludedWipBoms: [ID!]!
excludeNonActiveProjects: Boolean!
projectInactivityThresholdDays: Int!
}

Fields

DesWorkspaceInsProjectsSettings.excludedAssemblyVariants ● [ID!]! non-null scalar

Assembly variant identifiers that should be excluded from insights.

DesWorkspaceInsProjectsSettings.excludedBomReleases ● [ID!]! non-null scalar

Released managed BOM identifiers excluded from insight consideration.

DesWorkspaceInsProjectsSettings.excludedConsolidatedBomReleases ● [ID!]! non-null scalar

Consolidated BOM release identifiers excluded from insight consideration.

DesWorkspaceInsProjectsSettings.excludedConsolidatedBoms ● [ID!]! non-null scalar

Consolidated BOM identifiers excluded from insight consideration.

DesWorkspaceInsProjectsSettings.excludedProjects ● [ID!]! non-null scalar

Project identifiers that should be excluded from insights.

DesWorkspaceInsProjectsSettings.excludedWipBoms ● [ID!]! non-null scalar

Managed BOM identifiers excluded from insight consideration.

DesWorkspaceInsProjectsSettings.excludeNonActiveProjects ● Boolean! non-null scalar

Exclude non-active projects from insight processing.

DesWorkspaceInsProjectsSettings.projectInactivityThresholdDays ● Int! non-null scalar

Number of inactivity days before a project is excluded.