GraphQL OBJECT
ProtectedUrlSearchResult
Protected URLs that match the search parameters.
link Definition
- type ProtectedUrlSearchResult {
- # List of protected URLs that match the search parameters.
- : [ProtectedUrl]
- # Indicates whether the result is truncated.
- : Boolean
- }