ACMEServer
ACMEServer represents the ACME Server entity
type ACMEServer {
id: ID!
name: String!
application: Application!
issuingTemplate: IssuingTemplate!
directoryURL: String!
eabCredentials: EABCredentials!
deactivated: Boolean!
createdOn: DateTime!
lastModifiedOn: DateTime!
certificateTags: [Tag!]
}
Fields
ACMEServer.id ● ID! non-null scalar
ACMEServer.name ● String! non-null scalar
ACMEServer.application ● Application! non-null object
ACMEServer.issuingTemplate ● IssuingTemplate! non-null object
ACMEServer.directoryURL ● String! non-null scalar
ACMEServer.eabCredentials ● EABCredentials! non-null object
ACMEServer.deactivated ● Boolean! non-null scalar
ACMEServer.createdOn ● DateTime! non-null scalar
ACMEServer.lastModifiedOn ● DateTime! non-null scalar
ACMEServer.certificateTags ● [Tag!] list object
Member Of
ACMEServerConnection object ● ACMEServerEdge object ● CreateACMEServerPayload object ● UpdateACMEServerPayload object