Interface WindowsAppX

Hierarchy

  • WindowsAppX
    • WindowsAppX

Properties

@odata.type: "#microsoft.graph.windowsAppX"
applicableArchitectures?: WindowsArchitecture

The Windows architecture(s) on which this app can run. Possible values are: none, x86, x64, arm, neutral; default value is none. Possible values are: none, x86, x64, arm, neutral, arm64.

assignments?: NullableOption<MobileAppAssignment[]>
categories?: NullableOption<MobileAppCategory[]>
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

The identity publisher hash of the uploaded app package. This is the hash of the publisher from the manifest. For example: 'AB82CD0XYZ'.

identityResourceIdentifier?: NullableOption<string>
identityVersion?: NullableOption<string>
informationUrl?: NullableOption<string>
isAssigned?: boolean
isBundle?: boolean

When TRUE, indicates that the app is a bundle. When FALSE, indicates that the app is not a bundle. By default, property is set to FALSE.

isFeatured?: boolean
largeIcon?: NullableOption<MimeContent>
lastModifiedDateTime?: string
minimumSupportedOperatingSystem?: WindowsMinimumOperatingSystem

The value for the minimum applicable operating system. Valid values for a WindowsAppX app include v8_0, v8_1 and v10_0. If the app is a bundle, the minimum supported OS has to be at least v8_1.

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