Accepts input to filter the scorecards by.
| Property Name | Type | Description |
|---|---|---|
| componentTypeIds | InputMaybe<CompassScorecardAppliedToComponentsTypesFilter> | Filter by the collection of component types matching that of the scorecards. |
| name | InputMaybe<String> | Text input used to find matching scorecards by name. |
| ownerId | InputMaybe<Array<String>> | Filter by the scorecard owner's accountId. |
| state | InputMaybe<String> | Filter by the state of the scorecard. |
| type | InputMaybe<CompassScorecardTypesFilter> | Filter by the type of the scorecard. |
| verified | InputMaybe<Boolean> | Filter by the scorecard's verified status. |
Rate this page: