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