Interface Win32LobApp

Hierarchy

  • Win32LobApp
    • Win32LobApp

Properties

@odata.type: "#microsoft.graph.win32LobApp"
allowAvailableUninstall?: boolean

When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an Available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE.

applicableArchitectures?: WindowsArchitecture
assignments?: NullableOption<MobileAppAssignment[]>
categories?: NullableOption<MobileAppCategory[]>
committedContentVersion?: NullableOption<string>
contentVersions?: NullableOption<MobileAppContent[]>
createdDateTime?: string
dependentAppCount?: number
description?: NullableOption<string>
detectionRules?: NullableOption<Win32LobAppDetection[]>
developer?: NullableOption<string>
displayName?: NullableOption<string>
displayVersion?: NullableOption<string>
fileName?: NullableOption<string>
id?: string
informationUrl?: NullableOption<string>
installCommandLine?: NullableOption<string>
installExperience?: NullableOption<Win32LobAppInstallExperience>
isAssigned?: boolean
isFeatured?: boolean
largeIcon?: NullableOption<MimeContent>
lastModifiedDateTime?: string
minimumCpuSpeedInMHz?: NullableOption<number>
minimumFreeDiskSpaceInMB?: NullableOption<number>
minimumMemoryInMB?: NullableOption<number>
minimumNumberOfProcessors?: NullableOption<number>
minimumSupportedOperatingSystem?: NullableOption<WindowsMinimumOperatingSystem>
minimumSupportedWindowsRelease?: NullableOption<string>
msiInformation?: NullableOption<Win32LobAppMsiInformation>
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[]>
requirementRules?: NullableOption<Win32LobAppRequirement[]>
returnCodes?: NullableOption<Win32LobAppReturnCode[]>
roleScopeTagIds?: NullableOption<string[]>
rules?: NullableOption<Win32LobAppRule[]>
setupFilePath?: NullableOption<string>
size?: number
supersededAppCount?: number
supersedingAppCount?: number
uninstallCommandLine?: NullableOption<string>
uploadState?: number

Generated using TypeDoc