WorkspaceDiscoveryProperties interface
Model that represents the properties of the workspace discovery.
Properties
| end |
The discovery UTC end time. |
| errors | System or infrastructure errors encountered during discovery. |
| resource |
The resource snapshot ID produced by this discovery. |
| start |
The discovery UTC start time. |
| status | The discovery status. |
| workspace |
The workspace ID this discovery belongs to. |
Property Details
endTime
The discovery UTC end time.
endTime?: Date
Property Value
Date
errors
System or infrastructure errors encountered during discovery.
errors?: OperationError[]
Property Value
resourceSnapshotId
The resource snapshot ID produced by this discovery.
resourceSnapshotId?: string
Property Value
string
startTime
The discovery UTC start time.
startTime?: Date
Property Value
Date
status
The discovery status.
status: string
Property Value
string
workspaceId
The workspace ID this discovery belongs to.
workspaceId: string
Property Value
string