OBJECT
GuardrailsEnforcedState
Represents state that is enforced
link GraphQL Schema definition
- type GuardrailsEnforcedState implements Node {
- # GuardrailsAccountState on which this enforced state was run
- GuardrailsAccountState :
- # Drift fixed by this EnforcedState
- JSON :
- # EnforcedState comments
- String :
- # CSP user who created guardrail desired state run
- User! :
- # Timestamp at which guardrail enforcement state run is created. Expressed in UTC
- # ISO-8601 format
- DateTime! :
- # CSP project associated with guardrail enforcement state
- Entity :
- # Error message in case of failure
- String :
- # GuardrailsDesiredStateRun object that produced this EnforcedState
- GuardrailsDesiredStateRun :
- ID! :
- # Required for backward compatibility, will be removed in future
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- String! :
- # EnforcedState result
- Object :
- # Unique identifier for state
- ID! :
- # State reference name - Eg aws.iam.policy, aws.ec2.instance
- String! :
- # State reference Human readable Name - Eg Aws Iam Policy
- String :
- # Status for this EnforcedState
- GuardrailsEnforcedStateStatus! :
- # tags on this enforced state
- Tag!] : [
- # Target Entities
- Entity!] : [
- # CSP user who updated guardrail desired state run
- User :
- # Timestamp at which guardrail enforcement state is updated. Expressed in UTC
- # ISO-8601 format
- DateTime :
- }