Rate this page:
The configuration for a scorecard that can be used by components.
Property Name | Type | Description |
---|---|---|
__typename | Literal | |
appliedToComponentStats | Maybe<CompassScorecardComponentStatsQueryResult> | Returns statistics on applied components used for visualization. |
appliedToComponents | Maybe<CompassScorecardAppliedToComponentsQueryResult> | Returns a list of components to which this scorecard is applied. |
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. |
componentType | CompassComponentType | The type of component to which this scorecard is restricted. |
componentTypeId | String | The type of component to which this scorecard is restricted. |
componentTypeIds | Array<String> | The types of components to which this scorecard is restricted to. |
criterias | Maybe<Array<CompassScorecardCriteria>> | The criteria used for calculating the score. |
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. |
name | String | The name of the scorecard. |
owner | Maybe<User> | The unique identifier (ID) of the scorecard's owner. |
scorecardScore | Maybe<CompassScorecardScore> | Returns the calculated total score for a given component. |
Rate this page: