OBJECT

CloudDirectExclusionWarnings

Description

Exclusion warnings.

link GraphQL Schema definition

  • type CloudDirectExclusionWarnings {
  • # Path or pattern of exclusion.
  • pathOrPattern: String!
  • # Warning for the path or pattern.
  • warning: String!
  • }