EncryptionKeyInfoCollection¶
- 
class oci.log_analytics.models.EncryptionKeyInfoCollection(**kwargs)¶
- Bases: - object- This is a list of encryption key info. - Methods - __init__(**kwargs)- Initializes a new EncryptionKeyInfoCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this EncryptionKeyInfoCollection. - 
__init__(**kwargs)¶
- Initializes a new EncryptionKeyInfoCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.log_analytics.models.EncryptionKeyInfoSummary]) – The value to assign to the items property of this EncryptionKeyInfoCollection. 
 - 
items¶
- [Required] Gets the items of this EncryptionKeyInfoCollection. This is an array of encryption key info. There are at most 2 items in the list. - Returns: - The items of this EncryptionKeyInfoCollection. - Return type: - list[oci.log_analytics.models.EncryptionKeyInfoSummary] 
 
-