Class UpstConfigurationDetails
Details for activating/updating UPST config on the cluster
Inherited Members
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 |