RegulatoryComplianceAssessment interface
Regulatory compliance assessment details and state
- Extends
Properties
| assessment |
Link to more detailed assessment results data. The response type will be according to the assessmentType field |
| assessment |
The expected type of assessment contained in the AssessmentDetailsLink |
| description | The description of the regulatory compliance assessment |
| failed |
The given assessment's related resources count with failed state. |
| passed |
The given assessment's related resources count with passed state. |
| skipped |
The given assessment's related resources count with skipped state. |
| state | Aggregative state based on the assessment's scanned resources states |
| unsupported |
The given assessment's related resources count with unsupported state. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
assessmentDetailsLink
Link to more detailed assessment results data. The response type will be according to the assessmentType field
assessmentDetailsLink?: string
Property Value
string
assessmentType
The expected type of assessment contained in the AssessmentDetailsLink
assessmentType?: string
Property Value
string
description
The description of the regulatory compliance assessment
description?: string
Property Value
string
failedResources
The given assessment's related resources count with failed state.
failedResources?: number
Property Value
number
passedResources
The given assessment's related resources count with passed state.
passedResources?: number
Property Value
number
skippedResources
The given assessment's related resources count with skipped state.
skippedResources?: number
Property Value
number
state
Aggregative state based on the assessment's scanned resources states
state?: string
Property Value
string
unsupportedResources
The given assessment's related resources count with unsupported state.
unsupportedResources?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type