Properties
@odata.type
@odata.type: "#microsoft.graph.managedAndroidStoreApp"
Optional appIdentifier
appIdentifier?: NullableOption<string>
Optional appStoreUrl
appStoreUrl?: NullableOption<string>
Optional appTracks
appTracks?: NullableOption<AndroidManagedStoreAppTrack[]>
Optional assignments
assignments?: NullableOption<MobileAppAssignment[]>
Optional categories
categories?: NullableOption<MobileAppCategory[]>
Optional createdDateTime
createdDateTime?: string
Optional dependentAppCount
dependentAppCount?: number
Optional description
description?: NullableOption<string>
Optional developer
developer?: NullableOption<string>
Optional displayName
displayName?: NullableOption<string>
Optional informationUrl
informationUrl?: NullableOption<string>
Optional isAssigned
isAssigned?: boolean
Optional isFeatured
isFeatured?: boolean
Optional isPrivate
isPrivate?: boolean
Optional isSystemApp
isSystemApp?: boolean
Optional largeIcon
largeIcon?: NullableOption<MimeContent>
Optional lastModifiedDateTime
lastModifiedDateTime?: string
Optional notes
notes?: NullableOption<string>
Optional owner
owner?: NullableOption<string>
Optional packageId
packageId?: NullableOption<string>
Optional privacyInformationUrl
privacyInformationUrl?: NullableOption<string>
Optional publisher
publisher?: NullableOption<string>
Optional publishingState
publishingState?: MobileAppPublishingState
Optional relationships
relationships?: NullableOption<MobileAppRelationship[]>
Optional roleScopeTagIds
roleScopeTagIds?: NullableOption<string[]>
Optional supersededAppCount
supersededAppCount?: number
Optional supersedingAppCount
supersedingAppCount?: number
Optional supportsOemConfig
supportsOemConfig?: boolean
Optional totalLicenseCount
totalLicenseCount?: number
Optional uploadState
uploadState?: number
Optional usedLicenseCount
usedLicenseCount?: number
The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published.