GraphQL OBJECT
SecurityPolicySearchResult
Contains a list of security policies.
link Definition
- type SecurityPolicySearchResult {
- #   totalCount.
- : Int 
- #   List of results that match the search parameters.
- : [SecurityPolicySearchResultItem] 
- #   Indicates whether the result is truncated.
- : Boolean 
- }