Show / Hide Table of Contents

Class ActivateBdsMetastoreConfigurationDetails

The reqeust body when activating a BDS metastore configuration

Inheritance
object
ActivateBdsMetastoreConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class ActivateBdsMetastoreConfigurationDetails

Properties

BdsApiKeyPassphrase

Declaration
[JsonProperty(PropertyName = "bdsApiKeyPassphrase")]
public string BdsApiKeyPassphrase { get; set; }
Property Value
Type Description
string

Base-64 encoded passphrase of the BDS Api Key. Set only if metastore's type is EXTERNAL.

ClusterAdminPassword

Declaration
[Required(ErrorMessage = "ClusterAdminPassword is required.")]
[JsonProperty(PropertyName = "clusterAdminPassword")]
public string ClusterAdminPassword { get; set; }
Property Value
Type Description
string

Base-64 encoded password for the cluster admin user.

Remarks

Required

In this article
Back to top