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