Get Administrator Account
securityhub_get_administrator_account | R Documentation |
Provides the details for the Security Hub administrator account for the current member account¶
Description¶
Provides the details for the Security Hub administrator account for the current member account.
Can be used by both member accounts that are managed using Organizations and accounts that were invited manually.
Usage¶
Value¶
A list with the following syntax:
list(
Administrator = list(
AccountId = "string",
InvitationId = "string",
InvitedAt = as.POSIXct(
"2015-01-01"
),
MemberStatus = "string"
)
)