SecurityAssessmentProperties 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 NOTE: This property will not be serialized. It can only be populated by the server. |
links | Links relevant to the assessment NOTE: This property will not be serialized. It can only be populated by the server. |
metadata | Describes properties of an assessment metadata. |
partners |
Data regarding 3rd party partner integration |
resource |
Details of the resource that was assessed |
Property Details
status
Inherited Property Details
additionalData
Additional data regarding the assessment
additionalData?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From SecurityAssessmentPropertiesBase.additionalData
displayName
User friendly display name of the assessment NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
Inherited From SecurityAssessmentPropertiesBase.displayName
links
Links relevant to the assessment NOTE: This property will not be serialized. It can only be populated by the server.
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
Azure SDK for JavaScript