App Attach Package Info Properties Args
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
Date certificate expires, found in the appxmanifest.xml.
Link copied to clipboard
Certificate name found in the appxmanifest.xml.
Link copied to clipboard
User friendly Name to be displayed in the portal.
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
Date Package was last updated, found in the appxmanifest.xml.
Link copied to clipboard
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
Package Full Name from appxmanifest.xml.
Link copied to clipboard
Package Name from appxmanifest.xml.
Link copied to clipboard
Relative Path to the package inside the image.