Class SensitiveTypeGroupCollection
A collection of sensitive type group summary objects.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SensitiveTypeGroupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SensitiveTypeGroupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SensitiveTypeGroupSummary> | An array of sensitive type group summary objects. |
Remarks
Required