OBJECT
SecurityFramework
Describes a security framework
link GraphQL Schema definition
- type SecurityFramework implements HyperLinked, Node {
- # Organization who authored this compliance framework. e.g. CIS
- String! :
- # log of all the changes that were made to the SecurityFramework
- SecurityChangeLogConnection! :
- # Get list of controls related to this framework.
- SecurityControlsConnection :
- # The time this framework was created
- DateTime! :
- # Brief description about this framework
- LocalizedString :
- # Name of this framework
- LocalizedString! :
- # Indicated the framework is enabled for this organization
- Boolean! :
- # Unique identifier of the framework
- String! :
- # Get list of groups related to this framework.
- SecurityGroupsConnection :
- # Optional hyperlink(s) to visualize specific framework data in detail
- HyperLink!] : [
- # Node-compatible opaque global identifier
- ID! :
- # The last time this framework was successfully updated
- DateTime! :
- # Indicates if the framework is locked for this organization. e.g Free Tier
- # The value of the field is not persisted but rather generated on the fly on
- # request
- Boolean :
- # Opaque version string for this graph node instance
- ID! :
- # Date when this framework was published. e.g. 2018-02-20
- String :
- # Get list of rules related to this framework.
- SecurityRulesConnection :
- # Source of the generated finding. Accepted only Native and Custom.
- SecurityComplianceSource! :
- # Version of the this framework. e.g. 1.0.0, Rev. 2
- String! :
- }