ComplianceReportItem interface
Object that includes all the content for single compliance result.
Properties
category |
The category name. NOTE: This property will not be serialized. It can only be populated by the server. |
control |
The control family name. NOTE: This property will not be serialized. It can only be populated by the server. |
control |
The control Id - e.g. "1". NOTE: This property will not be serialized. It can only be populated by the server. |
control |
The control name. NOTE: This property will not be serialized. It can only be populated by the server. |
control |
Control status. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource origin. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The status change date for the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The type of the resource. e.g. "Microsoft.SignalRService/SignalR" NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The description of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The title of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
categoryName
The category name. NOTE: This property will not be serialized. It can only be populated by the server.
categoryName?: string
Property Value
string
controlFamilyName
The control family name. NOTE: This property will not be serialized. It can only be populated by the server.
controlFamilyName?: string
Property Value
string
controlId
The control Id - e.g. "1". NOTE: This property will not be serialized. It can only be populated by the server.
controlId?: string
Property Value
string
controlName
The control name. NOTE: This property will not be serialized. It can only be populated by the server.
controlName?: string
Property Value
string
controlStatus
Control status. NOTE: This property will not be serialized. It can only be populated by the server.
controlStatus?: string
Property Value
string
resourceId
The Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string
resourceOrigin
Resource origin. NOTE: This property will not be serialized. It can only be populated by the server.
resourceOrigin?: string
Property Value
string
resourceStatus
Resource status. NOTE: This property will not be serialized. It can only be populated by the server.
resourceStatus?: string
Property Value
string
resourceStatusChangeDate
The status change date for the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceStatusChangeDate?: Date
Property Value
Date
resourceType
The type of the resource. e.g. "Microsoft.SignalRService/SignalR" NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
responsibilityDescription
The description of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityDescription?: string
Property Value
string
responsibilityTitle
The title of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityTitle?: string
Property Value
string