AppAttachPackageInfoPropertiesResponse

data class AppAttachPackageInfoPropertiesResponse(val certificateExpiry: String? = null, val certificateName: String? = null, val displayName: String? = null, val imagePath: String? = null, val isActive: Boolean? = null, val isPackageTimestamped: String? = null, val isRegularRegistration: Boolean? = null, val lastUpdated: String? = null, val packageAlias: String? = null, val packageApplications: List<MsixPackageApplicationsResponse>? = null, val packageDependencies: List<MsixPackageDependenciesResponse>? = null, val packageFamilyName: String? = null, val packageFullName: String? = null, val packageName: String? = null, val packageRelativePath: String? = null, val version: String? = null)

Schema for Import Package Information properties.

Constructors

Link copied to clipboard
constructor(certificateExpiry: String? = null, certificateName: String? = null, displayName: String? = null, imagePath: String? = null, isActive: Boolean? = null, isPackageTimestamped: String? = null, isRegularRegistration: Boolean? = null, lastUpdated: String? = null, packageAlias: String? = null, packageApplications: List<MsixPackageApplicationsResponse>? = null, packageDependencies: List<MsixPackageDependenciesResponse>? = null, packageFamilyName: String? = null, packageFullName: String? = null, packageName: String? = null, packageRelativePath: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date certificate expires, found in the appxmanifest.xml.

Link copied to clipboard
val certificateName: String? = null

Certificate name found in the appxmanifest.xml.

Link copied to clipboard
val displayName: String? = null

User friendly Name to be displayed in the portal.

Link copied to clipboard
val imagePath: String? = null

VHD/CIM image path on Network Share.

Link copied to clipboard
val isActive: Boolean? = null

Make this version of the package the active one across the hostpool.

Link copied to clipboard

Is package timestamped so it can ignore the certificate expiry date

Link copied to clipboard

Specifies how to register Package in feed.

Link copied to clipboard
val lastUpdated: String? = null

Date Package was last updated, found in the appxmanifest.xml.

Link copied to clipboard
val packageAlias: String? = null

Alias of App Attach Package. Assigned at import time

Link copied to clipboard

List of package applications.

Link copied to clipboard

List of package dependencies.

Link copied to clipboard

Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.

Link copied to clipboard
val packageFullName: String? = null

Package Full Name from appxmanifest.xml.

Link copied to clipboard
val packageName: String? = null

Package Name from appxmanifest.xml.

Link copied to clipboard

Relative Path to the package inside the image.

Link copied to clipboard
val version: String? = null

Package version found in the appxmanifest.xml.