Show / Hide Table of Contents

Class OciVaultSecretConfig

Properties used for specifying OCI vault configuration

Inheritance
object
SecretConfig
OciVaultSecretConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class OciVaultSecretConfig : SecretConfig

Properties

SecretId

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

OCID of the OCI vault secret

In this article
Back to top