listOrganizationAdminAccounts
Lists the Security Hub administrator accounts. Can only be called by the organization management account.
Samples
fun main() {
//sampleStart
// The following example lists the Security Hub administrator accounts for an organization. Only the
// organization management account can call this operation.
val resp = securityHubClient.listOrganizationAdminAccounts()
//sampleEnd
}