Show / Hide Table of Contents

Class AccessRequestCollection

Results of access request search. Contains both AccessRequestSummary items and other information, such as metadata.

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

Properties

Items

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

List of AccessRequestSummary.

Remarks

Required

In this article
Back to top