GetStandardsControlAssociationsResult

data class GetStandardsControlAssociationsResult(val id: String, val securityControlId: String, val standardsControlAssociations: List<GetStandardsControlAssociationsStandardsControlAssociation>)

A collection of values returned by getStandardsControlAssociations.

Constructors

Link copied to clipboard
constructor(id: String, securityControlId: String, standardsControlAssociations: List<GetStandardsControlAssociationsStandardsControlAssociation>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

ID of the security control.

Link copied to clipboard

A list that provides the status and other details for each security control that applies to each enabled standard. See standards_control_associations below.