AppAttachPackageInfoPropertiesArgs

data class AppAttachPackageInfoPropertiesArgs(val certificateExpiry: Output<String>? = null, val certificateName: Output<String>? = null, val displayName: Output<String>? = null, val imagePath: Output<String>? = null, val isActive: Output<Boolean>? = null, val isPackageTimestamped: Output<Either<String, PackageTimestamped>>? = null, val isRegularRegistration: Output<Boolean>? = null, val lastUpdated: Output<String>? = null, val packageAlias: Output<String>? = null, val packageApplications: Output<List<MsixPackageApplicationsArgs>>? = null, val packageDependencies: Output<List<MsixPackageDependenciesArgs>>? = null, val packageFamilyName: Output<String>? = null, val packageFullName: Output<String>? = null, val packageName: Output<String>? = null, val packageRelativePath: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<AppAttachPackageInfoPropertiesArgs>

Schema for Import Package Information properties.

Constructors

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

Properties

Link copied to clipboard
val certificateExpiry: Output<String>? = null

Date certificate expires, found in the appxmanifest.xml.

Link copied to clipboard
val certificateName: Output<String>? = null

Certificate name found in the appxmanifest.xml.

Link copied to clipboard
val displayName: Output<String>? = null

User friendly Name to be displayed in the portal.

Link copied to clipboard
val imagePath: Output<String>? = null

VHD/CIM image path on Network Share.

Link copied to clipboard
val isActive: Output<Boolean>? = null

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

Link copied to clipboard
val isPackageTimestamped: Output<Either<String, PackageTimestamped>>? = null

Is package timestamped so it can ignore the certificate expiry date

Link copied to clipboard
val isRegularRegistration: Output<Boolean>? = null

Specifies how to register Package in feed.

Link copied to clipboard
val lastUpdated: Output<String>? = null

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

Link copied to clipboard
val packageAlias: Output<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
val packageFamilyName: Output<String>? = null

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

Link copied to clipboard
val packageFullName: Output<String>? = null

Package Full Name from appxmanifest.xml.

Link copied to clipboard
val packageName: Output<String>? = null

Package Name from appxmanifest.xml.

Link copied to clipboard
val packageRelativePath: Output<String>? = null

Relative Path to the package inside the image.

Link copied to clipboard
val version: Output<String>? = null

Package version found in the appxmanifest.xml.

Functions

Link copied to clipboard
open override fun toJava(): AppAttachPackageInfoPropertiesArgs