Show / Hide Table of Contents

Class SensitiveAttribute

The sensitive attribute to be used for sensitive content (for password/wallet).

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

Properties

SecretConfig

Declaration
[JsonProperty(PropertyName = "secretConfig")]
public SecretConfig SecretConfig { get; set; }
Property Value
Type Description
SecretConfig

Value

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

Attribute to provide sensitive content.

In this article
Back to top