INPUT_OBJECT

TanzuHubPolicyFindingInput

HubPolicyFindingInput

link GraphQL Schema definition

  • input TanzuHubPolicyFindingInput {
  • # If provided, will be considered in finding generation with accountId.
  • accountIdPath: String
  • # Finding category will be considered in finding generation
  • category: TanzuHubPolicyFindingCategory!
  • # If provided, will be considered in finding generation with entityId.
  • # Eg: data.derivedDataQuery.queryDerivedData.derivedData.entityId.
  • entityIdPath: 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.
  • multipleFindingsCreationSources: [TanzuHubPolicyMultipleFindingsCreationSourceInput!]
  • # Finding severity used while generating finding by policy evaluation
  • severity: TanzuHubPolicyFindingSeverity!
  • # Finding source will be considered in finding generation
  • source: TanzuHubPolicyFindingSource!
  • # Finding type used while generating finding by policy evaluation
  • type: TanzuHubPolicyFindingType!
  • }