Show / Hide Table of Contents

Class Base64SecretContentDetails

Base64-encoded secret content.

Inheritance
object
SecretContentDetails
Base64SecretContentDetails
Inherited Members
SecretContentDetails.Name
SecretContentDetails.Stage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class Base64SecretContentDetails : SecretContentDetails

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