OBJECT
GuardrailsRemediationRule
Guardrails Remediation Rules type
link GraphQL Schema definition
- type GuardrailsRemediationRule implements Node {
- # category of rules
- String :
- # Unique identifier of the Compliance Framework.
- String] : [
- # Username of user who add new Rule
- User :
- DateTime! :
- # Documentation reference url to the KB Article for this Rule.
- String :
- # Name of this Rule.
- String :
- # documentation link for rule
- String :
- String :
- # Unique identifier for a Rule.
- ID! :
- # Deprecated - do not use. R/O: we ignore incoming value and return only
- # 'inventory-service' Specifies the target pipeline for this rule's queries.
- String :
- # Date when this rule was last updated for this organization.
- DateTime :
- # Level/Severity of the Violations that are detected by this Rule. E.g. High,
- # Medium, Low. example: High
- String :
- # Short Name of this Rule.
- String :
- # Provider of this Rule. example: aws
- String :
- # Query used to detect violations in customer's cloud account inventory state.
- String :
- # Resource type applicable for this rule
- String!] : [
- # Specific cloud provider service that is monitored by this Rule. example: ec2
- String :
- # Source of this Rule. example: VSS Native
- String :
- # Status of this Rule, if it's been enabled or disabled.
- String :
- # Suggested action to remediate the vulnerabilities caught by this rule.
- String :
- # Type of this Rule. Example: Violation :
- String :
- # Query used to retrieve the object Graph that is violating this rule.
- String :
- }