Interface WindowsUniversalAppX

Hierarchy

  • WindowsUniversalAppX
    • WindowsUniversalAppX

Properties

@odata.type: "#microsoft.graph.windowsUniversalAppX"
applicableArchitectures?: WindowsArchitecture
applicableDeviceTypes?: WindowsDeviceType

The Windows device type(s) for which this app can run on. Possible values are: none, desktop, mobile, holographic, team.

assignments?: NullableOption<MobileAppAssignment[]>
categories?: NullableOption<MobileAppCategory[]>
committedContainedApps?: NullableOption<MobileContainedApp[]>
committedContentVersion?: NullableOption<string>
contentVersions?: NullableOption<MobileAppContent[]>
createdDateTime?: string
dependentAppCount?: number
description?: NullableOption<string>
developer?: NullableOption<string>
displayName?: NullableOption<string>
fileName?: NullableOption<string>
id?: string
identityName?: NullableOption<string>
identityPublisherHash?: string
identityResourceIdentifier?: NullableOption<string>
identityVersion?: NullableOption<string>
informationUrl?: NullableOption<string>
isAssigned?: boolean
isBundle?: boolean
isFeatured?: boolean
largeIcon?: NullableOption<MimeContent>
lastModifiedDateTime?: string
minimumSupportedOperatingSystem?: WindowsMinimumOperatingSystem
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[]>
size?: number
supersededAppCount?: number
supersedingAppCount?: number
uploadState?: number

Generated using TypeDoc