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