ENUM

O365ServiceAccountStatus

Description

Status of o365 service account.

link GraphQL Schema definition

  • enum O365ServiceAccountStatus {
  • # Service account is invalid.
  • INVALID
  • # Service account not configured.
  • NOT_CONFIGURED
  • # Service account is valid.
  • VALID
  • }