ENUM
O365AppType
Description
Type of O365 app.
link GraphQL Schema definition
- enum O365AppType {
- # Identifies the Azure Active Directory (AAD) application used by AAD to interact
- # with the user's AAD.
- # Identifies Unknown App.
- # Identifies the Azure AD App used for managing resources in customer's Azure
- # account.
- # Identifies the Azure AD App used for managing resources in customer's Azure Gov
- # account.
- # Identifies the Azure AD app used by Exchange to interact with the customer's
- # O365 account.
- # Identifies the Azure AD app used by refresh operation for the customer's M365
- # account.
- # Identifies the Azure AD app used by Onedrive to interact with the customer's
- # O365 account.
- # Identifies the Azure AD app used by Sharepoint to interact with customer's O365
- # account.
- # Identifies the Azure AD app used by Teams to interact with customer's O365
- # account.
- }