Class Base64SecretContentDetails
Base64-encoded secret content.
Inherited Members
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class Base64SecretContentDetails : SecretContentDetailsProperties
Content
Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The base64-encoded content of the secret. |