Class CompliancePolicyRuleCollection
Results of a compliancePolicyRule search. Contains both CompliancePolicyRuleSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CompliancePolicyRuleCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CompliancePolicyRuleSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<CompliancePolicyRuleSummary> | List of complianePolicyRules. |
Remarks
Required