CredentialExecuteGrantee

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

Bases: object

Specifies the database user, the grantee, who is granted the execute privilege on the credential.

Methods

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

Attributes

key [Required] Gets the key of this CredentialExecuteGrantee.
__init__(**kwargs)

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

Parameters:key (str) – The value to assign to the key property of this CredentialExecuteGrantee.
key

[Required] Gets the key of this CredentialExecuteGrantee. The name of the user to grant the EXECUTE privilege on the credential.

Returns:The key of this CredentialExecuteGrantee.
Return type:str