Class SimSwapRequest
- Namespace
- Vonage.IdentityInsights.GetInsights
- Assembly
- Vonage.dll
Represents SIM swap insight configuration.
public record SimSwapRequest : IEquatable<SimSwapRequest>
- Inheritance
-
SimSwapRequest
- Implements
- Inherited Members
Constructors
SimSwapRequest(int)
Represents SIM swap insight configuration.
public SimSwapRequest(int Period)
Parameters
PeriodintThe period in hours to check for SIM swap activity. Must be between 1 and 2400 hours (100 days). For example, a value of 24 checks if the SIM was swapped in the last 24 hours.
Properties
Period
The period in hours to check for SIM swap activity. Must be between 1 and 2400 hours (100 days). For example, a value of 24 checks if the SIM was swapped in the last 24 hours.
public int Period { get; init; }