OBJECT

PrincipalAccessInfo

Description

PrincipalAccessInfo represents the principal access info.

link GraphQL Schema definition

  • type PrincipalAccessInfo {
  • # Represents the user count.
  • userCount: Long!
  • # Represents the group count.
  • groupCount: Long!
  • }

link Require by