CredentialPublicSynonymSummary¶
-
class
oci.database_tools_runtime.models.CredentialPublicSynonymSummary(**kwargs)¶ Bases:
objectThe public synonym information
Methods
__init__(**kwargs)Initializes a new CredentialPublicSynonymSummary object with values from keyword arguments. Attributes
key[Required] Gets the key of this CredentialPublicSynonymSummary. -
__init__(**kwargs)¶ Initializes a new CredentialPublicSynonymSummary 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 CredentialPublicSynonymSummary.
-
key¶ [Required] Gets the key of this CredentialPublicSynonymSummary. The name of the public synonym for the credential
Returns: The key of this CredentialPublicSynonymSummary. Return type: str
-