Show / Hide Table of Contents

Class GroupedSensitiveTypeSummary

Id of sensitive types present in a sensitive type group.

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

In this article
Back to top