Show / Hide Table of Contents

Class AccessPolicyCollection

Results of an access policy search. Contains both AccessPolicySummary items and other information such as metadata.

Inheritance
object
AccessPolicyCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicemeshService.Models
Assembly: OCI.DotNetSDK.Servicemesh.dll
Syntax
public class AccessPolicyCollection

Properties

Items

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

List of access policies.

Remarks

Required

In this article
Back to top