GraphQL OBJECT

ClientLinkConfiguration

link Definition

  • type ClientLinkConfiguration {
  • # Unique ID of the client to which the clientLinkConfiguration relates.
  • clientId: Int
  • # Boolean property that retains previous URL format.
  • enableOldLinkStructure: Boolean
  • # Default duration during which link remain active.
  • defaultLinkLifetime: Int
  • # Max duration during which link remain active.
  • maxLinkLifetime: Int
  • # Seed that is needed for checksum generation.
  • seedForLinkProtection: String
  • # Client link configuration creation time.
  • creationTime: DateTime
  • # Client link configuration last modified time.
  • lastModificationTime: DateTime
  • # Version of link.
  • linkVersion: Int
  • # Represents whether security params should be hidden or not.
  • hideSecurityParameter: Boolean
  • }