INPUT_OBJECT
SecurityUpsertIntegrationInput
link GraphQL Schema definition
- input SecurityUpsertIntegrationInput {
- # Integration context
- SecurityContext! :
- # Name of this integration
- String! :
- # Enabled turns the integration on/off
- Boolean! :
- # Unique identifier of the integration instance
- String :
- # Integration method
- SecurityIntegrationMethod! :
- # Opaque version string for this graph node instance
- ID :
- # Project id(s) that are included
- String!] : [
- # The list of properties specific for the selected integration method
- SecurityPropertyInput!] : [
- }