ControlFamily interface
A class represent the control family.
Properties
control |
The name of the control family. e.g. "Malware Protection - Anti-Virus" NOTE: This property will not be serialized. It can only be populated by the server. |
control |
The control family status NOTE: This property will not be serialized. It can only be populated by the server. |
controls | List of controls. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
controlFamilyName
The name of the control family. e.g. "Malware Protection - Anti-Virus" NOTE: This property will not be serialized. It can only be populated by the server.
controlFamilyName?: string
Property Value
string
controlFamilyStatus
The control family status NOTE: This property will not be serialized. It can only be populated by the server.
controlFamilyStatus?: string
Property Value
string
controls
List of controls. NOTE: This property will not be serialized. It can only be populated by the server.
controls?: Control[]
Property Value
Control[]