Access information for a given resource @beta
- type AccessInfo {
- # Email associated with the shared user.
- : String
- # ID of the resource
- : String!
- # Name of the resource
- : String!
- # Permission sets associated with the shared resource
- : [PermissionSet!]
- # Name of the role
- : String
- # Type of the resource access is given to
- : SharedResource!
- # ID of the user group associated with the shared resource
- : ID
- }