Class SensitiveDataModelSensitiveTypeSummary
Summary of sensitive types present in a sensitive data model.
Inherited Members
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