ENUM

PrincipalRiskySummaryPrincipalType

Description

Principal type for risk summary.

link GraphQL Schema definition

  • enum PrincipalRiskySummaryPrincipalType {
  • # Principal of the assumable identity type.
  • ASSUMABLE_IDENTITY
  • # Principal of the external account type.
  • EXTERNAL_ACCOUNT
  • # Principal of the external principal type.
  • EXTERNAL_PRINCIPAL
  • # Principal of the group type.
  • GROUP
  • # Principal of the org-wide identity type.
  • ORG_WIDE
  • # Principal of the public identity type.
  • PUBLIC
  • # Principal of the service account type.
  • SERVICE_ACCOUNT
  • # Principal of the unknown type.
  • UNKNOWN
  • # Principal of the user type.
  • USER
  • }