INPUT_OBJECT

SecurityUpdateFrameworkInput

link GraphQL Schema definition

  • input SecurityUpdateFrameworkInput {
  • # 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
  • # Mandatory frameworkId to update an existing record, the correct ID needs to be
  • # provided.
  • frameworkId: String!
  • # Name of this framework
  • name: String
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # 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
  • }