Values.InvitationSourceDetails about an invitation.
type nonrec t = {accountId : AccountId.t option;The account ID of the Security Hub CSPM administrator account that the invitation was sent from.
*)invitationId : NonEmptyString.t option;The ID of the invitation sent to the member account.
*)invitedAt : Timestamp.t option;The timestamp of when the invitation was sent.
*)memberStatus : NonEmptyString.t option;The current status of the association between the member and administrator accounts.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccountId.t | `Timestamp of Timestamp.t ]) list ]