Table of Contents

Class CreateSecretRequest

Namespace
Vonage.Accounts
Assembly
Vonage.dll

Represents a request to create a new API secret for an account.

public class CreateSecretRequest
Inheritance
CreateSecretRequest
Inherited Members

Properties

Secret

The new secret value. Must meet the following requirements:

  • Minimum 8 characters
  • Maximum 25 characters
  • At least 1 lowercase character
  • At least 1 uppercase character
  • At least 1 digit
[JsonProperty("secret")]
public string Secret { get; set; }

Property Value

string