SecurityAssessmentResponse interface
Security assessment on a resource - response format
- Extends
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 |
status | The result of the assessment |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalData
Additional data regarding the assessment
additionalData?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
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
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
metadata
Describes properties of an assessment metadata.
metadata?: SecurityAssessmentMetadataProperties
Property Value
partnersData
Data regarding 3rd party partner integration
partnersData?: SecurityAssessmentPartnerData
Property Value
resourceDetails
Details of the resource that was assessed
resourceDetails?: ResourceDetailsUnion
Property Value
status
The result of the assessment
status?: AssessmentStatusResponse
Property Value
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript