Show / Hide Table of Contents

Class AccessContextAttributeCollection

Contains context attribute entries defined while creating or updating a lockbox.

Inheritance
object
AccessContextAttributeCollection
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 AccessContextAttributeCollection

Properties

Items

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

List of context attributes.

Remarks

Required

In this article
Back to top