GraphQL OBJECT
ClientLinkConfiguration
link Definition
- type ClientLinkConfiguration {
- # Unique ID of the client to which the clientLinkConfiguration relates.
- : Int
- # Boolean property that retains previous URL format.
- : Boolean
- # Default duration during which link remain active.
- : Int
- # Max duration during which link remain active.
- : Int
- # Seed that is needed for checksum generation.
- : String
- # Client link configuration creation time.
- : DateTime
- # Client link configuration last modified time.
- : DateTime
- # Version of link.
- : Int
- # Represents whether security params should be hidden or not.
- : Boolean
- }