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