GraphQL OBJECT

SecurityPolicySearchResult

Contains a list of security policies.

link Definition

  • type SecurityPolicySearchResult {
  • # List of results that match the search parameters.
  • items: [SecurityPolicySearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by