Skip to main content

ShishoTriageStatusEventTargetSubject

No description

type ShishoTriageStatusEventTargetSubject {
id: String!
provider: ShishoResourceProvider!
parentDisplayName: String!
displayName: String!
viewer: URL!
}

Fields

ShishoTriageStatusEventTargetSubject.id ● String! non-null scalar

ID in the provider.

ShishoTriageStatusEventTargetSubject.provider ● ShishoResourceProvider! non-null enum

The provider that the subject exists in.

ShishoTriageStatusEventTargetSubject.parentDisplayName ● String! non-null scalar

The account/project that the subject exists in.

  • For Google Cloud resources, this field will be the project ID.
  • For AWS resources, this field will be the account ID.

ShishoTriageStatusEventTargetSubject.displayName ● String! non-null scalar

The display name of the subject.

ShishoTriageStatusEventTargetSubject.viewer ● URL! non-null scalar

The URL of the viewer about the subject in Shisho Cloud.

Member of

ShishoTriageStatusEventTargetDecision object