AccessContextAttributeCollection¶
-
class
oci.lockbox.models.
AccessContextAttributeCollection
(**kwargs)¶ Bases:
object
Contains context attribute entries defined while creating or updating a lockbox.
Methods
__init__
(**kwargs)Initializes a new AccessContextAttributeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AccessContextAttributeCollection. -
__init__
(**kwargs)¶ Initializes a new AccessContextAttributeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.lockbox.models.AccessContextAttribute]) – The value to assign to the items property of this AccessContextAttributeCollection.
-
items
¶ [Required] Gets the items of this AccessContextAttributeCollection. List of context attributes.
Returns: The items of this AccessContextAttributeCollection. Return type: list[oci.lockbox.models.AccessContextAttribute]
-