Class ModifyDatabaseManagementDetails
  Data to update one or more attributes of the Database Management configuration for the database.
    Inheritance
    
    ModifyDatabaseManagementDetails
   
  
  
  Assembly: OCI.DotNetSDK.Database.dll
  Syntax
  
    public class ModifyDatabaseManagementDetails
   
  Properties
  
  CredentialDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "credentialDetails")]
public DatabaseCredentialDetails CredentialDetails { get; set; }
   
  Property Value
  
  
  ManagementType
  
  
  Declaration
  
    [JsonProperty(PropertyName = "managementType")]
[JsonConverter(typeof(StringEnumConverter))]
public ModifyDatabaseManagementDetails.ManagementTypeEnum? ManagementType { get; set; }
   
  Property Value
  
  
  Port
  
  
  Declaration
  
    [JsonProperty(PropertyName = "port")]
public int? Port { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | int? | The port used to connect to the database. | 
    
  
  
  PrivateEndPointId
  
  
  Declaration
  
    [JsonProperty(PropertyName = "privateEndPointId")]
public string PrivateEndPointId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The OCID of the private endpoint. | 
    
  
  
  Protocol
  
  
  Declaration
  
    [JsonProperty(PropertyName = "protocol")]
[JsonConverter(typeof(StringEnumConverter))]
public ModifyDatabaseManagementDetails.ProtocolEnum? Protocol { get; set; }
   
  Property Value
  
  
  Role
  
  
  Declaration
  
    [JsonProperty(PropertyName = "role")]
[JsonConverter(typeof(StringEnumConverter))]
public ModifyDatabaseManagementDetails.RoleEnum? Role { get; set; }
   
  Property Value
  
  
  ServiceName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "serviceName")]
public string ServiceName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The name of the Oracle Database service that will be used to connect to the database. | 
    
  
  
  SslSecretId
  
  
  Declaration
  
    [JsonProperty(PropertyName = "sslSecretId")]
public string SslSecretId { get; set; }
   
  Property Value