OBJECT

PartnerApplication

A 3rd-party application

link GraphQL Schema definition

  • type PartnerApplication {
  • apiKey: String!
  • # Application name
  • applicationName: String!
  • clientId: String!
  • createdAt: DateTime!
  • # Specifies if the application is enabled or not
  • enabled: Boolean!
  • httpReferrers: String
  • # Application Identifier
  • id: UUID!
  • # Restricted list of IP Addresses allowed to use the application
  • ipAddresses: [Cidr]
  • lastUsedAt: DateTime
  • organizationUnit: OrganizationUnit!
  • }