API Reference
Class
AuditWorkspaceManifest
Describes an offline analyst workspace linked to an audit package.
Inheritance
- Object
- AuditWorkspaceManifest
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
- Property AuditWorkspaceDocumentSet.Manifest
Constructors
public AuditWorkspaceManifest() #Inherited Methods
Properties
public String WorkspaceId { get; set; } #Gets or sets the workspace identifier.
public DateTimeOffset CreatedAt { get; set; } #Gets or sets the UTC timestamp when the workspace was created.
public DateTimeOffset UpdatedAt { get; set; } #Gets or sets the UTC timestamp when the workspace was last updated.
public String Analyst { get; set; } #Gets or sets the analyst label for the workspace.
public String SourcePackageId { get; set; } #Gets or sets the source package identifier.
public String SourceRunId { get; set; } #Gets or sets the source run identifier.
public String WorkspaceVersion { get; set; } #Gets or sets the workspace schema version.
public String Status { get; set; } #Gets or sets the workspace lifecycle status.
public String DefaultOutputMode { get; set; } #Gets or sets the preferred export mode for the workspace.