OBJECT
Role assignment details.
type RoleAssignment {# Specifies whether the role is explicitly assigned to the user.isExplicitlyAssigned: Boolean! # Role assigned to the user.role: Role! }