CredentialPublicSynonym

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

Bases: object

The public synonym information

Methods

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

Attributes

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

Initializes a new CredentialPublicSynonym 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 CredentialPublicSynonym.
key

[Required] Gets the key of this CredentialPublicSynonym. The name of the public synonym for the credential

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