Table of Contents

Class Secret

Namespace
Vonage.Accounts
Assembly
Vonage.dll

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

string

Id

The unique identifier for this secret.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

The HAL reference links for the secret resource.

[JsonProperty("_links")]
public HALLinks Links { get; set; }

Property Value

HALLinks