INTERFACE

O365AppObject

link GraphQL Schema definition

  • interface O365AppObject {
  • # The ID of the O365 app.
  • appId: String!
  • # The ID of the O365 subscription.
  • subscriptionId: String!
  • # The subscription to which the O365 app is associated.
  • subscription: String!
  • # The type of the O365 app (e.g. ONEDRIVE).
  • appType: String!
  • # The owner of the O365 app (RUBRIK or CUSTOMER).
  • appOwner: String!
  • # The added time of the O365 app.
  • addedAt: DateTime!
  • # The authentication status of the app against the subscription [To be
  • # deprecated].
  • isAuthenticated: Boolean!
  • # The authentication status of the app against the subscription.
  • appAuthStatus: AppAuthStatus!
  • # The authentication version of the app against the subscription.
  • appAuthVersion: Int!
  • }

link Require by