ValidateOperationResult interface
The validation operation result for a linker.
Properties
auth |
The authentication type. |
is |
A boolean value indicating whether the connection is available or not |
linker |
The linker name. |
report |
The end time of the validation report. |
report |
The start time of the validation report. |
resource |
Validated linker id. |
source |
The resource id of the linker source application. |
status | Validation operation status. |
target |
The resource Id of target service. |
validation |
The detail of validation result |
Property Details
authType
The authentication type.
authType?: string
Property Value
string
isConnectionAvailable
A boolean value indicating whether the connection is available or not
isConnectionAvailable?: boolean
Property Value
boolean
linkerName
The linker name.
linkerName?: string
Property Value
string
reportEndTimeUtc
The end time of the validation report.
reportEndTimeUtc?: Date
Property Value
Date
reportStartTimeUtc
The start time of the validation report.
reportStartTimeUtc?: Date
Property Value
Date
resourceId
Validated linker id.
resourceId?: string
Property Value
string
sourceId
The resource id of the linker source application.
sourceId?: string
Property Value
string
status
Validation operation status.
status?: string
Property Value
string
targetId
The resource Id of target service.
targetId?: string
Property Value
string
validationDetail
The detail of validation result
validationDetail?: ValidationResultItem[]