Get Delegated Admin Account
inspector2_get_delegated_admin_account | R Documentation |
Retrieves information about the Amazon Inspector delegated administrator for your organization¶
Description¶
Retrieves information about the Amazon Inspector delegated administrator for your organization.
Usage¶
Value¶
A list with the following syntax:
list(
delegatedAdmin = list(
accountId = "string",
relationshipStatus = "CREATED"|"INVITED"|"DISABLED"|"ENABLED"|"REMOVED"|"RESIGNED"|"DELETED"|"EMAIL_VERIFICATION_IN_PROGRESS"|"EMAIL_VERIFICATION_FAILED"|"REGION_DISABLED"|"ACCOUNT_SUSPENDED"|"CANNOT_CREATE_DETECTOR_IN_ORG_MASTER"
)
)