Azure Sql Database Section Response
data class AzureSqlDatabaseSectionResponse(val authorityUrl: String? = null, val certificate: String? = null, val clientId: String? = null, val clientSecret: String? = null, val credentialType: String? = null, val databaseName: String? = null, val endpoint: String? = null, val isCertAuth: Boolean? = null, val portNumber: String? = null, val resourceGroup: String? = null, val resourceUri: String? = null, val serverName: String? = null, val serviceDataAccessAuthIdentity: String? = null, val subscriptionId: String? = null, val tenantId: String? = null, val thumbprint: String? = null, val userId: String? = null, val userPassword: String? = null)
Constructors
Link copied to clipboard
constructor(authorityUrl: String? = null, certificate: String? = null, clientId: String? = null, clientSecret: String? = null, credentialType: String? = null, databaseName: String? = null, endpoint: String? = null, isCertAuth: Boolean? = null, portNumber: String? = null, resourceGroup: String? = null, resourceUri: String? = null, serverName: String? = null, serviceDataAccessAuthIdentity: String? = null, subscriptionId: String? = null, tenantId: String? = null, thumbprint: String? = null, userId: String? = null, userPassword: String? = null)
Properties
Link copied to clipboard
The authority URL used for authentication.
Link copied to clipboard
The content of the certificate used for authentication.
Link copied to clipboard
The client secret.
Link copied to clipboard
Sql Authentication type.
Link copied to clipboard
The Azure SQL database name.
Link copied to clipboard
Is it using certificate to authenticate. If false then use client secret.
Link copied to clipboard
/ The Azure SQL port number.
Link copied to clipboard
Resource Group.
Link copied to clipboard
The resource the service principal/app has access to.
Link copied to clipboard
The Azure SQL server name.
Link copied to clipboard
Indicates which identity to use to authenticate service data access to customer's storage.
Link copied to clipboard
Subscription ID.
Link copied to clipboard
The thumbprint of the certificate above.
Link copied to clipboard
The Azure SQL user password.