Values.RemovePermissionRequestSourceThe structure representing the <code>removePermissionRequest</code>.</p>
type nonrec t = {actionGroup : ActionGroup.t;Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.
*)profilingGroupName : ProfilingGroupName.t;The name of the profiling group.
*)revisionId : RevisionId.t;A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.
*)}val make :
actionGroup:ActionGroup.t ->
profilingGroupName:ProfilingGroupName.t ->
revisionId:RevisionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ProfilingGroupName.t ]) list ]