OBJECT
SecurityIntegration
Describes a security integration
link GraphQL Schema definition
- type SecurityIntegration implements Node, NodeVersion {
- # Integration context
- SecurityContext! :
- # The time this integration was created
- DateTime! :
- # Name of this integration
- LocalizedString! :
- # Enabled turns the integration on/off
- Boolean! :
- # Node-compatible opaque global identifier
- ID! :
- # Unique identifier of the integration instance
- String! :
- # The last time this integration was successfully updated
- DateTime! :
- # Integration method
- SecurityIntegrationMethod! :
- # Opaque version string for this graph node instance
- ID! :
- # Project ids that are included
- String!] : [
- # The list of properties specific for the selected integration method
- SecurityProperty!] : [
- # Status holds details about the healthiness of the integration
- SecurityIntegrationStatus! :
- }