INPUT_OBJECT
SecurityPatchIntegrationInput
link GraphQL Schema definition
- input SecurityPatchIntegrationInput {
- # Integration context
- SecurityContext :
- # Name of this integration
- String :
- # Enabled turns the integration on/off
- Boolean :
- # Unique identifier of the integration instance
- String! :
- # 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!] : [
- }