Interface AndroidStoreApp

Hierarchy

  • AndroidStoreApp
    • AndroidStoreApp

Properties

@odata.type: "#microsoft.graph.androidStoreApp"
appIdentifier?: NullableOption<string>
appStoreUrl?: NullableOption<string>
assignments?: NullableOption<MobileAppAssignment[]>
categories?: NullableOption<MobileAppCategory[]>
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
minimumSupportedOperatingSystem?: NullableOption<AndroidMinimumOperatingSystem>
notes?: NullableOption<string>
owner?: NullableOption<string>
packageId?: 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[]>
supersededAppCount?: number
supersedingAppCount?: number
uploadState?: number

Generated using TypeDoc