Class GroupedSensitiveTypeSummary
Id of sensitive types present in a sensitive type group.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class GroupedSensitiveTypeSummary
Properties
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