Values.ServiceAccountSummarySourceA structure that contains the information about one service account.
type nonrec t = {id : String_.t option;The unique ID of the service account.
*)name : String_.t option;The name of the service account.
*)isDisabled : String_.t option;Returns true if the service account is disabled. Service accounts can be disabled and enabled in the Amazon Managed Grafana console.
*)grafanaRole : Role.t option;The role of the service account, which sets the permission level used when calling Grafana APIs.
*)}