SecureScoreControlDefinitionItem interface
Information about the security control.
- Extends
Properties
assessment |
Array of assessments metadata IDs that are included in this security control NOTE: This property will not be serialized. It can only be populated by the server. |
description | User friendly description of the control NOTE: This property will not be serialized. It can only be populated by the server. |
display |
User friendly display name of the control NOTE: This property will not be serialized. It can only be populated by the server. |
max |
Maximum control score (0..10) NOTE: This property will not be serialized. It can only be populated by the server. |
source | Source object from which the control was created NOTE: This property will not be serialized. It can only be populated by the server. |
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
assessmentDefinitions
Array of assessments metadata IDs that are included in this security control NOTE: This property will not be serialized. It can only be populated by the server.
assessmentDefinitions?: AzureResourceLink[]
Property Value
description
User friendly description of the control NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
displayName
User friendly display name of the control NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
maxScore
Maximum control score (0..10) NOTE: This property will not be serialized. It can only be populated by the server.
maxScore?: number
Property Value
number
source
Source object from which the control was created NOTE: This property will not be serialized. It can only be populated by the server.
source?: SecureScoreControlDefinitionSource
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