Values.LatestRevokeRequestSourceContains information about the latest request to revoke access to a backup vault.
type nonrec t = {mpaSessionArn : string option;The ARN of the MPA session associated with this revoke request.
*)status : MpaRevokeSessionStatus.t option;The current status of the revoke request.
*)statusMessage : string option;A message describing the current status of the revoke request.
*)initiationDate : string option;The date and time when the revoke request was initiated.
*)expiryDate : string option;The date and time when the revoke request will expire.
*)}