Class SecretsRequestResult
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
Links
The HAL reference links for the secrets collection.
[JsonProperty("_links")]
public HALLinks Links { get; set; }