OBJECT
SecurityControl
Describes a security control
link GraphQL Schema definition
- type SecurityControl implements HyperLinked, Node {
- # Steps necessary to audit compliance for an environment for this control
- LocalizedString :
- # log of all the changes that were made to the SecurityControl
- SecurityChangeLogConnection! :
- # Unique identifier of the control
- String! :
- # The time this control was created
- DateTime! :
- # Brief description that explains the specific vulnerabilities targeted by this
- # security control.
- LocalizedString! :
- # Frameworks related to this control
- SecurityFrameworksConnection :
- # Documentation reference url(s) for this compliance control.
- HyperLink!] : [
- # Node-compatible opaque global identifier
- ID! :
- # Impact statements for this control
- LocalizedString :
- # The last time this control was successfully updated
- DateTime! :
- # Name of the control
- String! :
- # Opaque version string for this graph node instance
- ID! :
- # Notes for the Control
- LocalizedString :
- # Describes the importance and rationale for implementing this compliance control
- LocalizedString :
- # Lists steps necessary to remediate vulnerabilities detected by this compliance
- # control
- LocalizedString :
- # Rules related to this control
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # filter: Optional filter
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- # sort: Sort order for results in the connection
- (
- String, :
- SecurityRulesFilterInput, :
- Int, :
- QuerySort!] : [
- ): SecurityRulesConnection
- # Section of this control
- String :
- # Source of this Control
- SecurityComplianceSource! :
- # Short title that describes this control
- LocalizedString! :
- }