Values.MemberSourceProvides information about an account that's associated with an Amazon Macie administrator account.
type nonrec t = {accountId : string option;The Amazon Web Services account ID for the account.
*)administratorAccountId : string option;The Amazon Web Services account ID for the administrator account.
*)arn : string option;The Amazon Resource Name (ARN) of the account.
*)email : string option;The email address for the account. This value is null if the account is associated with the administrator account through Organizations.
*)invitedAt : string option;The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.
*)masterAccountId : string option;(Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
*)relationshipStatus : RelationshipStatus.t option;The current status of the relationship between the account and the administrator account.
*)updatedAt : string option;The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.
*)}