ShishoTriageStatusEventTargetDecision
Metadata for a decision that the triage event mentions to.
type ShishoTriageStatusEventTargetDecision {
apiVersion: String!
kind: String!
subject: ShishoTriageStatusEventTargetSubject!
locator: String!
severity: ShishoDecisionSeverity!
type: ShishoDecisionType!
viewer: URL!
createdBy: ShishoWorkflowSnapshot!
explanation(
locale: ShishoLocale
): ShishoTriageStatusEventTargetDecisionExplanation
}
Fields
ShishoTriageStatusEventTargetDecision.apiVersion
● String!
non-null scalar
The API version of the decision.
ShishoTriageStatusEventTargetDecision.kind
● String!
non-null scalar
The kind of the decision.
ShishoTriageStatusEventTargetDecision.subject
● ShishoTriageStatusEventTargetSubject!
non-null object
The subject of the event.
ShishoTriageStatusEventTargetDecision.locator
● String!
non-null scalar
The locator in the subject resource.
ShishoTriageStatusEventTargetDecision.severity
● ShishoDecisionSeverity!
non-null enum
The severity of the decision.
ShishoTriageStatusEventTargetDecision.type
● ShishoDecisionType!
non-null enum
The type of the decision.
ShishoTriageStatusEventTargetDecision.viewer
● URL!
non-null scalar
The URL of the viewer about the decision in Shisho Cloud.
ShishoTriageStatusEventTargetDecision.createdBy
● ShishoWorkflowSnapshot!
non-null object
The workflow snapshot that created the decision.
ShishoTriageStatusEventTargetDecision.explanation
● ShishoTriageStatusEventTargetDecisionExplanation
object
The explanation of the decision.
ShishoTriageStatusEventTargetDecision.explanation.locale
●ShishoLocale
enum
Member of
ShishoTriageStatusEvent
object