@ionic-enterprise/intune

Support for Microsoft Intune

Usage no npm install needed!

<script type="module">
  import ionicEnterpriseIntune from 'https://cdn.skypack.dev/@ionic-enterprise/intune';
</script>

README

@ionic-enterprise/intune

Support for Microsoft Intune

Install

npm install @ionic-enterprise/intune
npx cap sync

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