AI-generated Key Takeaways
- 
          The UserRolePermission resource contains properties of a user role permission. 
- 
          Key fields of the UserRolePermission include ID, name, permission group ID, availability, and kind. 
- 
          Methods available for UserRolePermission are getto retrieve a single permission by ID andlistto retrieve a filtered list of permissions.
Resource: UserRolePermission
Contains properties of a user role permission.
| JSON representation | 
|---|
| {
  "id": string,
  "name": string,
  "permissionGroupId": string,
  "availability": enum ( | 
| Fields | |
|---|---|
| id | 
 ID of this user role permission. | 
| name | 
 Name of this user role permission. | 
| permissionGroupId | 
 ID of the permission group that this user role permission belongs to. | 
| availability | 
 Levels of availability for a user role permission. | 
| kind | 
 Identifies what kind of resource this is. Value: the fixed string 
 . | 
| Methods | |
|---|---|
| 
 | Gets one user role permission by ID. | 
| 
 | Gets a list of user role permissions, possibly filtered. |