Class Secret
Represents an API secret associated with a Vonage account. Secrets are used for authenticating API requests and should be rotated periodically for security.
public class Secret
- Inheritance
-
Secret
- Inherited Members
Properties
CreatedAt
The timestamp when this secret was created, in ISO 8601 format.
[JsonProperty("created_at")]
public string CreatedAt { get; set; }
Property Value
Id
The unique identifier for this secret.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Links
The HAL reference links for the secret resource.
[JsonProperty("_links")]
public HALLinks Links { get; set; }