Show / Hide Table of Contents

Class SensitiveDataModelSensitiveTypeSummary

Summary of sensitive types present in a sensitive data model.

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

Properties

Count

Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public long? Count { get; set; }
Property Value
Type Description
long?

The total number of sensitive columns linked to this specific sensitive type .

Remarks

Required

SensitiveTypeId

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

The OCID of the sensitive type.

Remarks

Required

In this article
Back to top