OBJECT

FindingNotificationSlackOauth2Response

link GraphQL Schema definition

  • type FindingNotificationSlackOauth2Response {
  • # Access token to call any of slack method
  • token: String!
  • # Id of the slack workspace
  • workspaceId: String!
  • # Name of the slack workspace
  • workspaceName: String!
  • }