Show / Hide Table of Contents

Class GroupedSensitiveTypeCollection

A collection of sensitive types summary objects present in a sensitive type group.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<GroupedSensitiveTypeSummary> Items { get; set; }
Property Value
Type Description
List<GroupedSensitiveTypeSummary>

List of sensitive type id summary objects present in the sensitive type group.

Remarks

Required

In this article
Back to top