Interface WindowsMicrosoftEdgeApp

Hierarchy

  • WindowsMicrosoftEdgeApp
    • WindowsMicrosoftEdgeApp

Properties

@odata.type: "#microsoft.graph.windowsMicrosoftEdgeApp"
assignments?: NullableOption<MobileAppAssignment[]>
categories?: NullableOption<MobileAppCategory[]>
channel?: MicrosoftEdgeChannel

The channel to install on target devices. The possible values are dev, beta, and stable. By default, this property is set to dev. Possible values are: dev, beta, stable, unknownFutureValue.

createdDateTime?: string
dependentAppCount?: number
description?: NullableOption<string>
developer?: NullableOption<string>
displayLanguageLocale?: NullableOption<string>
displayName?: NullableOption<string>
id?: string
informationUrl?: NullableOption<string>
isAssigned?: boolean
isFeatured?: boolean
largeIcon?: NullableOption<MimeContent>
lastModifiedDateTime?: string
notes?: NullableOption<string>
owner?: NullableOption<string>
privacyInformationUrl?: NullableOption<string>
publisher?: NullableOption<string>
publishingState?: MobileAppPublishingState

The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published.

relationships?: NullableOption<MobileAppRelationship[]>
roleScopeTagIds?: NullableOption<string[]>
supersededAppCount?: number
supersedingAppCount?: number
uploadState?: number

Generated using TypeDoc