Skip to main content

FortifyIntegration

No description

type FortifyIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID
integrationType: IntegrationEnum!
statusMappings: [FortifyStatusMapping!]
updatedAt: ISO8601DateTime!
url: ID!
}

Fields

FortifyIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

FortifyIntegration.id ● ID scalar

The ID scalar type represents a unique identifier

FortifyIntegration.integrationType ● IntegrationEnum! non-null enum

FortifyIntegration.statusMappings ● [FortifyStatusMapping!] list object

Custom status mappings between Conviso and Fortify

FortifyIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

FortifyIntegration.url ● ID! non-null scalar

Fortify URL

Interfaces

BaseFields interface

IntegrationInterface interface

Member Of

CreateOrUpdateFortifyIntegrationPayload object