Table of Contents

Class SecretsRequestResult

Namespace
Vonage.Accounts
Assembly
Vonage.dll

Represents the response from retrieving API secrets for an account.

public class SecretsRequestResult
Inheritance
SecretsRequestResult
Inherited Members

Properties

Embedded

The embedded collection of secrets. Access the secrets via Secrets.

[JsonProperty("_embedded")]
public SecretList Embedded { get; set; }

Property Value

SecretList

The HAL reference links for the secrets collection.

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

Property Value

HALLinks