CredentialExecuteGranteeSummary¶
-
class
oci.database_tools_runtime.models.CredentialExecuteGranteeSummary(**kwargs)¶ Bases:
objectSpecifies the database user, the grantee, who is granted the execute privilege on the credential.
Methods
__init__(**kwargs)Initializes a new CredentialExecuteGranteeSummary object with values from keyword arguments. Attributes
key[Required] Gets the key of this CredentialExecuteGranteeSummary. -
__init__(**kwargs)¶ Initializes a new CredentialExecuteGranteeSummary 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 CredentialExecuteGranteeSummary.
-
key¶ [Required] Gets the key of this CredentialExecuteGranteeSummary. The name of the user to grant the EXECUTE privilege on the credential.
Returns: The key of this CredentialExecuteGranteeSummary. Return type: str
-