Values.PermissionSetSourceAn entity that contains IAM policies.
type nonrec t = {name : PermissionSetName.t option;The name of the permission set.
*)permissionSetArn : PermissionSetArn.t option;The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
*)description : PermissionSetDescription.t option;The description of the PermissionSet.
*)createdDate : Date.t option;The date that the permission set was created.
*)sessionDuration : Duration.t option;The length of time that the application user sessions are valid for in the ISO-8601 standard.
*)relayState : RelayState.t option;Used to redirect users within the application during the federation authentication process.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PermissionSetName.t | `Timestamp of Date.t ])
list ]