Product Validation

Product Validation#

Product Validation stores data related to partner validation of their product. Lists affinity to Red Hat products and its versions the product claims to support.

product_listing | ObjectID required

Product Listing Identifier.

redhat_affinity | List[RedHatProductAffinity] required

List parameters

min_items | 1

List of Red Hat products and its versions partner product claims to support.

product_listing_published | Boolean read-only

Indicates if the linked Product Listing is published and is used to control external access to Product Validations. Field is populated from Product Listing published field on create/update and updated on Product Listing change.

partner_validated | Boolean read-only

Indicates if the linked Product Listing is eligible to be featured in the Catalog as partner validated. Is set by Red Hat SME.

_id | ObjectID read-only

MongoDB unique _id

org_id | Integer read-only

Red Hat Org ID / account_id from Red Hat SSO. Also corresponds to company_org_id in Red Hat Connect.

creation_date | DateTime read-only

The date when the entry was created. Value is created automatically on creation.

last_update_date | DateTime read-only

The date when the entry was last updated.

productValidation_org_id

Fields
  • org_id: ASC

Description
This index is used to find product validation by org id.

productValidation_product_listing

Fields
  • product_listing: ASC

Description
This index is used to find product validation by product listing id.

productValidation_partner_validated_product_listing_published

Fields
  • partner_validated: DESC

  • product_listing_published: DESC

Description
This index is used to moderate read access to the collection and is used in all external queries