Delete Trusted Entity Set
| guardduty_delete_trusted_entity_set | R Documentation |
Deletes the trusted entity set that is associated with the specified trustedEntitySetId¶
Description¶
Deletes the trusted entity set that is associated with the specified
trustedEntitySetId.
Usage¶
guardduty_delete_trusted_entity_set(DetectorId, TrustedEntitySetId)
Arguments¶
DetectorId |
[required] The unique ID of the detector associated with the trusted entity set resource. To find the |
TrustedEntitySetId |
[required] The unique ID that helps GuardDuty identify which trusted entity set needs to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_trusted_entity_set(
DetectorId = "string",
TrustedEntitySetId = "string"
)