OBJECT

SaasRbacHierarchyNode

Description

Represents a RBAC hierarchy node.

link GraphQL Schema definition

  • type SaasRbacHierarchyNode {
  • # ID for the RBAC hierarchy node.
  • id: String!
  • # Specifies the object or workload type that the RBAC hierarchy node represents.
  • objectType: String!
  • }