Values.PermissionGroupByUserSourceThe structure of a permission group associated with a user.
type nonrec t = {permissionGroupId : PermissionGroupId.t option;The unique identifier for the permission group.
*)name : PermissionGroupName.t option;The name of the permission group.
*)membershipStatus : PermissionGroupMembershipStatus.t option;Indicates the status of the user within a permission group. ADDITION_IN_PROGRESS – The user is currently being added to the permission group. ADDITION_SUCCESS – The user is successfully added to the permission group. REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PermissionGroupId.t ]) list ]