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