GraphQL OBJECT

ProtectedUrlSearchResult

Protected URLs that match the search parameters.

link Definition

  • type ProtectedUrlSearchResult {
  • # List of protected URLs that match the search parameters.
  • protectedUrls: [ProtectedUrl]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by