Show / Hide Table of Contents

Class UpstConfigurationDetails

Details for activating/updating UPST config on the cluster

Inheritance
object
UpstConfigurationDetails
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 UpstConfigurationDetails

Properties

MasterEncryptionKeyId

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

OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config

VaultId

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

OCID of the vault to store token exchange service principal keyta, required for activating UPST config

In this article
Back to top