AccessInfo

open_in_new

Access information for a given resource @beta

GraphQL Schema definition

  • type AccessInfo {
  • # Email associated with the shared user.
  • email: String
  • # Type of the resource access is given to
  • type: SharedResource!
  • # Name of the resource
  • name: String!
  • # ID of the resource
  • id: String!
  • # Name of the role
  • role: String
  • # Permission sets associated with the shared resource
  • permissionSets: [PermissionSet!]
  • # ID of the user group associated with the shared resource
  • userGroupId: ID
  • }

Require by