API Reference
Class
AuditWorkspacePackageLink
References the immutable audit package used by an analyst workspace.
Inheritance
- Object
- AuditWorkspacePackageLink
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AuditWorkspacePackageLink() #Inherited Methods
Properties
public String PackagePath { get; set; } #Gets or sets the absolute path to the linked audit package.
public String PackageId { get; set; } #Gets or sets the linked package identifier.
public String RunId { get; set; } #Gets or sets the linked run identifier.
public String ProductName { get; set; } #Gets or sets the source product name.
public String ProductVersion { get; set; } #Gets or sets the source product version.
public AuditCaptureLevel CaptureLevel { get; set; } #Gets or sets the linked package capture level.
public String CustomerLabel { get; set; } #Gets or sets the customer label from the linked package.
public String EnvironmentLabel { get; set; } #Gets or sets the environment label from the linked package.
public String Label { get; set; } #Gets or sets the user-facing label from the linked package.
public DateTimeOffset LinkedAt { get; set; } #Gets or sets the UTC timestamp when the package was linked into the workspace.