OBJECT
GuardrailsDesiredStateRun
GuardrailsDesiredStateRun - It is a point-in-time instance of guardrails desired state run.
link GraphQL Schema definition
- type GuardrailsDesiredStateRun implements Node {
- # GuardrailsAccountState on which GuardrailsDesiredStateRun was executed
- GuardrailsAccountState!] : [
- # CSP user who created guardrail desired state run
- User! :
- # Timestamp at which guardrail desired state run is created. Expressed in UTC
- # ISO-8601 format
- DateTime! :
- # CSP project associated with guardrail desired state run
- Entity :
- # Flag indicating whether the desired state run is archived
- Boolean :
- # Guardrail DesiredState
- GuardrailsDesiredState! :
- # Guardrails EnforcedStates - result of this DesiredState run
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- # sort: Results are sorted as per fields and order specified.
- # Supported fields are createdBy, updatedBy, status, stateId, stateRef
- (
- String, :
- String, :
- Int, :
- QuerySort!] : [
- ): GuardrailsEnforcedStateConnection
- # Error message when running desired state if any
- String :
- # Unique identifier for guardrail desired state run
- 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 :
- # indicates if this run is a test run
- Boolean :
- # desired state mode as provided during run
- GuardrailsDesiredStateMode! :
- # Parameters used with this desired state run
- JSON :
- # run response that resulted in this run
- GuardrailsDesiredStateRunResponse! :
- # DesiredState run status
- GuardrailsDesiredStateRunStatus :
- # Summary of this run
- GuardrailsDesiredStateRunSummary :
- # Guardrails template instance with which the desired state was run
- GuardrailsTemplate :
- # CSP user who updated guardrail desired state run
- User :
- # Timestamp at which guardrail desired state run is updated. Expressed in UTC
- # ISO-8601 format
- DateTime :
- # worker group used for the guardrail desired state run
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- GuardrailsWorkerGroup :
- }
link Require by
- GuardrailsDesiredStateIt is a combination of a guardrail template with required input parameters as well as the credentials metadata required to create infrastructure and enforce policies on the same. Guardrails DesiredState can be run on-demand, or on a pre-defined schedule, or in response to an event
- GuardrailsDesiredStateRunConnectionGuardrails DesiredStateRun Connection Type
- GuardrailsDesiredStateRunEdgeGuardrails DesiredStateRun Edge Type
- GuardrailsEnforcedStateRepresents state that is enforced