Describe Fraudster
voiceid_describe_fraudster | R Documentation |
Describes the specified fraudster¶
Description¶
Describes the specified fraudster.
Usage¶
voiceid_describe_fraudster(DomainId, FraudsterId)
Arguments¶
DomainId |
[required] The identifier of the domain that contains the fraudster. |
FraudsterId |
[required] The identifier of the fraudster you are describing. |
Value¶
A list with the following syntax:
list(
Fraudster = list(
CreatedAt = as.POSIXct(
"2015-01-01"
),
DomainId = "string",
GeneratedFraudsterId = "string",
WatchlistIds = list(
"string"
)
)
)
Request syntax¶
svc$describe_fraudster(
DomainId = "string",
FraudsterId = "string"
)