API Reference
AuditDeliveryReadinessDocument
Represents a delivery-readiness assessment for an audit workspace.
Inheritance
- Object
- AuditDeliveryReadinessDocument
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
Accepted by parameters
Constructors
public AuditDeliveryReadinessDocument() #Inherited Methods
Properties
public String Version { get; set; } #Gets or sets the readiness schema version.
public String WorkspaceId { get; set; } #Gets or sets the workspace identifier.
public String PackageId { get; set; } #Gets or sets the source package identifier.
public String RunId { get; set; } #Gets or sets the source run identifier.
public String Label { get; set; } #Gets or sets the audit label.
public String CustomerLabel { get; set; } #Gets or sets the customer label.
public String EnvironmentLabel { get; set; } #Gets or sets the environment label.
public String Analyst { get; set; } #Gets or sets the analyst label.
public String Audience { get; set; } #Gets or sets the target delivery audience.
public DateTimeOffset GeneratedAt { get; set; } #Gets or sets the UTC timestamp when the readiness assessment was generated.
public Boolean ReadyForDelivery { get; set; } #Gets or sets a value indicating whether the workspace is ready for delivery to the target audience.
public String Summary { get; set; } #Gets or sets the generated readiness summary text.
public AuditDeliveryReadinessOverview Overview { get; set; } #Gets or sets the readiness overview counts.
public List<AuditDeliveryReadinessIssue> Issues { get; set; } #Gets or sets the readiness issues detected for the target audience.