Skip to main content

DependencyTrackIntegration

No description

type DependencyTrackIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
url: ID!
}

Fields

DependencyTrackIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

DependencyTrackIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

DependencyTrackIntegration.integrationType ● IntegrationEnum! non-null enum

DependencyTrackIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

DependencyTrackIntegration.url ● ID! non-null scalar

Dependency Track URL

Interfaces

BaseFields interface

IntegrationInterface interface