Class UpdateDatabaseToolsConnectionMySqlDetails
  The update details for a Database Tools MySQL Server connection.
    Inheritance
    
    
    UpdateDatabaseToolsConnectionMySqlDetails
   
  
  
  Assembly: OCI.DotNetSDK.Databasetools.dll
  
  
    public class UpdateDatabaseToolsConnectionMySqlDetails : UpdateDatabaseToolsConnectionDetails
   
  Properties
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "advancedProperties")]
public Dictionary<string, string> AdvancedProperties { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | Dictionary<string, string> | The advanced connection properties key-value pair (e.g., sslMode). | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "connectionString")]
public string ConnectionString { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The connection string used to connect to the MySQL Server. | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "keyStores")]
public List<DatabaseToolsKeyStoreMySqlDetails> KeyStores { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<DatabaseToolsKeyStoreMySqlDetails> | The CA certificate to verify the server's certificate and
the client private key and associated certificate required for client authentication. | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The OCID of the Database Tools private endpoint used to access the database in the Customer VCN. | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "relatedResource")]
public UpdateDatabaseToolsRelatedResourceMySqlDetails RelatedResource { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The database user name. | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "userPassword")]
public DatabaseToolsUserPasswordDetails UserPassword { get; set; }
   
  Property Value