TLSServerEndpoint
No description
type TLSServerEndpoint {
id: ID!
scanType: ScanType!
ipAddress: IP!
port: Int!
serverName: FQDN
lastSeenTime: DateTime!
tlsProtocols: [TLSProtocol!]
deploymentStatus: DeploymentStatus
chainValidationErrors: [ValidationError!]
tlsValidationError: ValidationError
lastAttemptTime: DateTime
}
Fields
TLSServerEndpoint.id ● ID! non-null scalar
TLSServerEndpoint.scanType ● ScanType! non-null enum
TLSServerEndpoint.ipAddress ● IP! non-null scalar
TLSServerEndpoint.port ● Int! non-null scalar
TLSServerEndpoint.serverName ● FQDN scalar
TLSServerEndpoint.lastSeenTime ● DateTime! non-null scalar
TLSServerEndpoint.tlsProtocols ● [TLSProtocol!] list enum
TLSServerEndpoint.deploymentStatus ● DeploymentStatus enum
TLSServerEndpoint.chainValidationErrors ● [ValidationError!] list interface
TLSServerEndpoint.tlsValidationError ● ValidationError interface
TLSServerEndpoint.lastAttemptTime ● DateTime scalar
Member Of
TLSServerEndpointConnection object ● TLSServerEndpointEdge object