Disassociate Member
inspector2_disassociate_member | R Documentation |
Disassociates a member account from an Amazon Inspector delegated administrator¶
Description¶
Disassociates a member account from an Amazon Inspector delegated administrator.
Usage¶
inspector2_disassociate_member(accountId)
Arguments¶
accountId |
[required] The Amazon Web Services account ID of the member account to disassociate. |
Value¶
A list with the following syntax:
list(
accountId = "string"
)
Request syntax¶
svc$disassociate_member(
accountId = "string"
)