Skip to main content

Application

Application represents the Application entity that is associated with an ACME Server

type Application {
id: ID!
name: String!
description: String
owners: IdentityConnection
}

Fields

Application.id ● ID! non-null scalar

ID is the ID of the application for entity linking purposes

Application.name ● String! non-null scalar

The display name of the application.

Application.description ● String scalar

A text description of the application.

Application.owners ● IdentityConnection object

The identities (users or teams) that own this application.

Member Of

ACMEServer object ● ApplicationConnection object ● ApplicationEdge object ● ApplicationMatchingRule object ● Certificate object ● CertificateRequest object