BucketServerProperties.CertificateObject Property

Definition

Gets or sets the base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner. Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.

[Newtonsoft.Json.JsonProperty(PropertyName="certificateObject")]
public string CertificateObject { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateObject")>]
member this.CertificateObject : string with get, set
Public Property CertificateObject As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to