The configuration for a scorecard that can be used by components.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| applicationModel | CompassScorecardApplicationModel | Contains the application rules for how this scorecard will apply to components. |
| appliedToComponents | Maybe<CompassScorecardAppliedToComponentsQueryResult> | Returns a list of components to which this scorecard is applied. |
| campaigns | Maybe<CompassCampaignConnection> | Returns campaigns for the scorecard |
| changeMetadata | CompassChangeMetadata | Contains change metadata for the scorecard. |
| componentLabels | Maybe<Array<CompassComponentLabel>> | A collection of component labels used to filter what components the scorecard applies to. |
| componentTiers | Maybe<Array<CompassComponentTier>> | A collection of component tiers used to filter what components the scorecard applies to. |
| componentTypeIds | Array<String> | The types of components to which this scorecard is restricted to. |
| criteriaScoreStatisticsHistories | Maybe<CompassScorecardCriteriaScoreStatisticsHistoryConnection> | The historical score status information for scorecard criteria. |
| criterias | Maybe<Array<CompassScorecardCriteria>> | The criteria used for calculating the score. |
| deactivatedComponents | Maybe<CompassScorecardDeactivatedComponentsConnection> | A collection of components that deactivated this scorecard, if deactivation is enabled. |
| description | Maybe<String> | The description of the scorecard. |
| id | String | The unique identifier (ID) of the scorecard. |
| importance | CompassScorecardImportance | Determines how the scorecard will be applied by default. |
| isDeactivationEnabled | Boolean | Whether or not components can deactivate this scorecard. |
| libraryScorecardId | Maybe<String> | The unique identifier (ID) of the library scorecard this scorecard was created from. |
| name | String | The name of the scorecard. |
| owner | Maybe<User> | The unique identifier (ID) of the scorecard's owner. |
| scoreSystem | Maybe<CompassScorecardScoreSystem> | ### Field lifecycle |
| scorecardMaturityLevelStatisticsHistories | Maybe<CompassScorecardMaturityLevelStatisticsHistoryConnection> | ### Field lifecycle |
| scorecardScore | Maybe<CompassScorecardScore> | Returns the calculated total score for a given component. |
| scorecardScoreDurationStatistics | Maybe<CompassScorecardScoreDurationStatisticsResult> | Score status information grouped by the number of days the status has remained unchanged. |
| scorecardScoreStatisticsHistories | Maybe<CompassScorecardScoreStatisticsHistoryConnection> | The historical score status information for a scorecard. |
| scoringStrategyType | Maybe<String> | ### Field lifecycle |
| state | Maybe<String> | The state of the scorecard. |
| statusConfig | Maybe<CompassScorecardStatusConfig> | Threshold config to calculate status for scorecard score |
| type | String | Indicates whether the scorecard is user-generated or pre-installed. |
| url | Maybe<Any> | The URL to the scorecard details in Compass |
| verified | Maybe<Boolean> | The verification status of the scorecard |
| viewerPermissions | Maybe<CompassScorecardInstancePermissions> | Viewer permissions specific to this scorecard and user context. |
Rate this page: