ENUM

PrincipalOrigin

Description

Origin of principal.

link GraphQL Schema definition

  • enum PrincipalOrigin {
  • # ORIGIN_EXTERNAL represents the external origin of the principal.
  • ORIGIN_EXTERNAL
  • # ORIGIN_INTERNAL represents the internal origin of the principal.
  • ORIGIN_INTERNAL
  • # ORIGIN_UNSPECIFIED represents an unspecified origin type.
  • ORIGIN_UNSPECIFIED
  • }