INPUT_OBJECT

SecurityCreateFrameworkInput

link GraphQL Schema definition

  • input SecurityCreateFrameworkInput {
  • # Organization who authored this compliance framework. e.g. CIS
  • author: String!
  • # Brief description about this framework
  • description: String
  • # Indicated the framework is enabled for this organization
  • enabled: Boolean!
  • # Name of this framework
  • name: String!
  • # Date when this framework was published. e.g. 2018-02-20
  • publicationDate: Date
  • # Reference to the resource name
  • resourceName: String
  • # Notes for change log in case of updates
  • revisionNotes: String
  • # Source of the generated finding. Accepted only Native and Custom.
  • source: SecurityComplianceSource!
  • # Documentation reference url for this framework. e.g. https://www.cisecurity.org
  • url: String
  • # Version of the this framework. e.g. 1.0.0, Rev. 2
  • version: String!
  • }