UploadCredentialsDetails

class oci.data_catalog.models.UploadCredentialsDetails(**kwargs)

Bases: object

Upload credential file and connection metadata.

Methods

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

Attributes

connection_detail Gets the connection_detail of this UploadCredentialsDetails.
credential_payload [Required] Gets the credential_payload of this UploadCredentialsDetails.
__init__(**kwargs)

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

Parameters:
  • connection_detail (oci.data_catalog.models.UpdateConnectionDetails) – The value to assign to the connection_detail property of this UploadCredentialsDetails.
  • credential_payload (str) – The value to assign to the credential_payload property of this UploadCredentialsDetails.
connection_detail

Gets the connection_detail of this UploadCredentialsDetails.

Returns:The connection_detail of this UploadCredentialsDetails.
Return type:oci.data_catalog.models.UpdateConnectionDetails
credential_payload

[Required] Gets the credential_payload of this UploadCredentialsDetails. Information used in updating connection credentials.

Returns:The credential_payload of this UploadCredentialsDetails.
Return type:str