Class SecretList
Represents a collection of API secrets associated with an account.
public class SecretList
- Inheritance
-
SecretList
- Inherited Members
Properties
Secrets
The array of secrets associated with the account. A maximum of two secrets can exist per API key.
[JsonProperty("secrets")]
public Secret[] Secrets { get; set; }
Property Value
- Secret[]