INTERFACE
O365AppObject
link GraphQL Schema definition
- interface O365AppObject {
- # The ID of the O365 app.
- String! :
- # The ID of the O365 subscription.
- String! :
- # The subscription to which the O365 app is associated.
- String! :
- # The type of the O365 app (e.g. ONEDRIVE).
- String! :
- # The owner of the O365 app (RUBRIK or CUSTOMER).
- String! :
- # The added time of the O365 app.
- DateTime! :
- # The authentication status of the app against the subscription [To be
- # deprecated].
- Boolean! :
- # The authentication status of the app against the subscription.
- AppAuthStatus! :
- # The authentication version of the app against the subscription.
- Int! :
- }