@capacitor-community/intune
v8.0.0
Published
Support for Microsoft Intune
Maintainers
Readme
Maintainers
| Maintainer | GitHub | Social | | -----------| -------| -------| | Capacitor Community | capacitor-community | |
Documentation
- Installation
- Android Configuration
- iOS Configuration
- Usage Guide
- Cordova Support
- Troubleshooting
- SDK Version Matrix
Installation
npm install @capacitor-community/intune
npx cap syncSee the Installation Guide for full details.
Configuration
Standard Intune configuration is required for both platforms.
- Android: See Android Configuration
- iOS: See iOS Configuration
Demo
A working example can be found in the example-app directory.
API
addListener(...)
addListener(eventName: 'appConfigChange', listenerFunc: () => void) => Promise<PluginListenerHandle> & PluginListenerHandle| Param | Type |
| ------------------ | ------------------------------ |
| eventName | "appConfigChange" |
| listenerFunc | () => void |
Returns: any
addListener(...)
addListener(eventName: 'policyChange', listenerFunc: () => void) => Promise<PluginListenerHandle> & PluginListenerHandle| Param | Type |
| ------------------ | --------------------------- |
| eventName | "policyChange" |
| listenerFunc | () => void |
Returns: any
Interfaces
PluginListenerHandle
| Prop | Type |
| ------------ | ------------------------- |
| remove | () => any |
IntuneMAMUser
| Prop | Type |
| --------- | ------------------- |
| upn | string |
IntuneMAMAcquireTokenOptions
| Prop | Type |
| ------------ | --------------- |
| scopes | {} |
IntuneMAMAcquireToken
| Prop | Type |
| ----------------------- | ------------------- |
| accessToken | string |
| accountIdentifier | string |
IntuneMAMAcquireTokenSilentOptions
| Prop | Type |
| --------- | ------------------- |
| upn | string |
IntuneMAMRegisterAndEnrollAccountOptions
| Prop | Type |
| --------- | ------------------- |
| upn | string |
IntuneMAMAppConfig
IntuneMAMGroupName
| Prop | Type |
| ----------- | ------------------- |
| value | string |
IntuneMAMPolicy
| Prop | Type |
| ---------------------------- | -------------------- |
| contactSyncAllowed | boolean |
| pinRequired | boolean |
| managedBrowserRequired | boolean |
| screenCaptureAllowed | boolean |
IntuneMAMVersionInfo
| Prop | Type |
| ------------- | ------------------- |
| version | string |
