CredentialExecuteGranteeCollection

class oci.database_tools_runtime.models.CredentialExecuteGranteeCollection(**kwargs)

Bases: object

List of CredentialExecuteGranteeSummary items.

Methods

__init__(**kwargs) Initializes a new CredentialExecuteGranteeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this CredentialExecuteGranteeCollection.
__init__(**kwargs)

Initializes a new CredentialExecuteGranteeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.database_tools_runtime.models.CredentialExecuteGranteeSummary]) – The value to assign to the items property of this CredentialExecuteGranteeCollection.
items

[Required] Gets the items of this CredentialExecuteGranteeCollection. Array of CredentialExecuteGranteeSummary items.

Returns:The items of this CredentialExecuteGranteeCollection.
Return type:list[oci.database_tools_runtime.models.CredentialExecuteGranteeSummary]