Interface MacOsVppApp

Hierarchy

  • MacOsVppApp
    • MacOsVppApp

Properties

@odata.type: "#microsoft.graph.macOsVppApp"
appStoreUrl?: NullableOption<string>
assignedLicenses?: NullableOption<MacOsVppAppAssignedLicense[]>
assignments?: NullableOption<MobileAppAssignment[]>
bundleId?: NullableOption<string>
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
licensingType?: NullableOption<VppLicensingType>
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[]>
releaseDateTime?: NullableOption<string>
revokeLicenseActionResults?: NullableOption<MacOsVppAppRevokeLicensesActionResult[]>
roleScopeTagIds?: NullableOption<string[]>
supersededAppCount?: number
supersedingAppCount?: number
totalLicenseCount?: number
uploadState?: number
usedLicenseCount?: number
vppTokenAccountType?: VppTokenAccountType

The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education.

vppTokenAppleId?: NullableOption<string>
vppTokenId?: NullableOption<string>
vppTokenOrganizationName?: NullableOption<string>

Generated using TypeDoc