Show / Hide Table of Contents

Class Base64SecretBundleContentDetails

The contents of the secret.

Inheritance
object
SecretBundleContentDetails
Base64SecretBundleContentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top