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
fun AppAttachPackageInfoPropertiesArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard