CredentialCollection¶
-
class
oci.stack_monitoring.models.
CredentialCollection
(**kwargs)¶ Bases:
object
List of DiscoveryJOb Credential Details.
Methods
__init__
(**kwargs)Initializes a new CredentialCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CredentialCollection. -
__init__
(**kwargs)¶ Initializes a new CredentialCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.stack_monitoring.models.CredentialDetails]) – The value to assign to the items property of this CredentialCollection.
-
items
¶ [Required] Gets the items of this CredentialCollection. List of DiscoveryJob credentials.
Returns: The items of this CredentialCollection. Return type: list[oci.stack_monitoring.models.CredentialDetails]
-