SecurityAssessmentPropertiesResponse interface
Describes properties of an assessment.
- Extends
Properties
| status | The result of the assessment |
Inherited Properties
| additional |
Additional data regarding the assessment |
| display |
User friendly display name of the assessment |
| links | Links relevant to the assessment |
| metadata | Describes properties of an assessment metadata. |
| partners |
Data regarding 3rd party partner integration |
| resource |
Details of the resource that was assessed |
| risk | External model of risk result |
Property Details
status
The result of the assessment
status: AssessmentStatusResponse
Property Value
Inherited Property Details
additionalData
Additional data regarding the assessment
additionalData?: Record<string, string>
Property Value
Record<string, string>
Inherited From SecurityAssessmentPropertiesBase.additionalData
displayName
User friendly display name of the assessment
displayName?: string
Property Value
string
Inherited From SecurityAssessmentPropertiesBase.displayName
links
Links relevant to the assessment
links?: AssessmentLinks
Property Value
Inherited From SecurityAssessmentPropertiesBase.links
metadata
Describes properties of an assessment metadata.
metadata?: SecurityAssessmentMetadataProperties
Property Value
Inherited From SecurityAssessmentPropertiesBase.metadata
partnersData
Data regarding 3rd party partner integration
partnersData?: SecurityAssessmentPartnerData
Property Value
Inherited From SecurityAssessmentPropertiesBase.partnersData
resourceDetails
Details of the resource that was assessed
resourceDetails: ResourceDetailsUnion
Property Value
Inherited From SecurityAssessmentPropertiesBase.resourceDetails
risk
External model of risk result
risk?: SecurityAssessmentPropertiesBaseRisk
Property Value
Inherited From SecurityAssessmentPropertiesBase.risk