OBJECT
SecurityIntegrationMethodInfo
Describes a security integration method
link GraphQL Schema definition
- type SecurityIntegrationMethodInfo implements Node {
- # Categories is a list of intended use cases for the method
- SecurityIntegrationCategory!] : [
- # Node-compatible opaque global identifier
- ID! :
- # Lists the kinds events/messages supported by the method
- SecurityIntegrationKind!] : [
- # Integration method
- SecurityIntegrationMethod! :
- # The list of properties that an integration of this method type requires
- String!] : [
- # RequiresAddress shows whether integrations of this method type need an address
- # to be passed in order to work.
- # Examples of address are email address, Slack channel, etc. Relates to the
- # address field of requests.
- Boolean :
- }