Values.AdministratorSourceInformation about the Detective administrator account for an organization.
type nonrec t = {accountId : AccountId.t option;The Amazon Web Services account identifier of the Detective administrator account for the organization.
*)graphArn : GraphArn.t option;The ARN of the organization behavior graph.
*)delegationTime : Timestamp.t option;The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccountId.t | `Timestamp of Timestamp.t ]) list ]