Class TargetAlertPolicyUnassociatedCollection
Collection of unassociated target alert policy association summary.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class TargetAlertPolicyUnassociatedCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TargetAlertPolicyUnassociatedSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TargetAlertPolicyUnassociatedSummary> | Array of unassociated target alert policy association summary. |
Remarks
Required