INPUT_OBJECT

SecurityCloneFrameworkInput

link GraphQL Schema definition

  • input SecurityCloneFrameworkInput {
  • # Organization who authored this compliance framework. e.g. CIS
  • author: String
  • # Brief description of new clone
  • description: String
  • # Mandatory unique identifier of the existing instance to clone.
  • frameworkId: String!
  • # Name of new clone, overrides the existing instance's name
  • name: String
  • # Reference to the resource name
  • resourceName: String
  • # Documentation reference url for this framework. e.g. https://www.cisecurity.org
  • url: String
  • # Version of cloned framework. e.g. 1.0.0, Rev. 2
  • version: String
  • }