INPUT_OBJECT
TanzuHubPolicyFindingInput
HubPolicyFindingInput
link GraphQL Schema definition
- input TanzuHubPolicyFindingInput {
- # If provided, will be considered in finding generation with accountId.
- String :
- # Finding category will be considered in finding generation
- TanzuHubPolicyFindingCategory! :
- # If provided, will be considered in finding generation with entityId.
- # Eg: data.derivedDataQuery.queryDerivedData.derivedData.entityId.
- String :
- # Optional input that will help create multiple findings for each Entity that
- # violates this policy.
- # Typically a finding is tied to an Entity, however we do have the optional of
- # creating multiple findings
- # for a single Entity, example when an Application Entity had multiple
- # Critical/High CVE or when it has packages
- # going out of support.
- TanzuHubPolicyMultipleFindingsCreationSourceInput!] : [
- # Finding severity used while generating finding by policy evaluation
- TanzuHubPolicyFindingSeverity! :
- # Finding source will be considered in finding generation
- TanzuHubPolicyFindingSource! :
- # Finding type used while generating finding by policy evaluation
- TanzuHubPolicyFindingType! :
- }