Interface MicrosoftStoreForBusinessApp

Hierarchy

  • MicrosoftStoreForBusinessApp
    • MicrosoftStoreForBusinessApp

Properties

@odata.type: "#microsoft.graph.microsoftStoreForBusinessApp"
assignments?: NullableOption<MobileAppAssignment[]>
categories?: NullableOption<MobileAppCategory[]>
containedApps?: NullableOption<MobileContainedApp[]>
createdDateTime?: string
dependentAppCount?: number
description?: NullableOption<string>
developer?: NullableOption<string>
displayName?: NullableOption<string>
id?: string
informationUrl?: NullableOption<string>
isAssigned?: boolean
isFeatured?: boolean
largeIcon?: NullableOption<MimeContent>
lastModifiedDateTime?: string
licenseType?: MicrosoftStoreForBusinessLicenseType
licensingType?: NullableOption<VppLicensingType>
notes?: NullableOption<string>
owner?: NullableOption<string>
packageIdentityName?: NullableOption<string>
privacyInformationUrl?: NullableOption<string>
productKey?: 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
totalLicenseCount?: number
uploadState?: number
usedLicenseCount?: number

Generated using TypeDoc