OBJECT

ExternalGroup

This type hold a mapping from external auth provider group to Tenable.ot groups

link GraphQL Schema definition

  • type ExternalGroup {
  • # External group identifier
  • externalId: String!
  • # Users group of the external group
  • #
  • # Arguments
  • # after: Returns the items in the list that come after the
  • # specified cursor.
  • # first: Returns the first n items from the list.
  • # before: Returns the items in the list that come before the
  • # specified cursor.
  • # last: Returns the last n items from the list.
  • groups(after: String, first: Int, before: String, last: Int): UserGroupConnection!
  • }