Category interface
A class represent the compliance category.
Properties
category |
The name of the compliance category. e.g. "Operational Security" NOTE: This property will not be serialized. It can only be populated by the server. |
category |
Category status. NOTE: This property will not be serialized. It can only be populated by the server. |
control |
List of control families. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
categoryName
The name of the compliance category. e.g. "Operational Security" NOTE: This property will not be serialized. It can only be populated by the server.
categoryName?: string
Property Value
string
categoryStatus
Category status. NOTE: This property will not be serialized. It can only be populated by the server.
categoryStatus?: string
Property Value
string
controlFamilies
List of control families. NOTE: This property will not be serialized. It can only be populated by the server.
controlFamilies?: ControlFamily[]