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