ApplicationCredential

data class ApplicationCredential(val credentialType: ApplicationCredentialCredentialType? = null, val databaseName: String? = null, val secretId: String? = null)

Constructors

Link copied to clipboard
fun ApplicationCredential(credentialType: ApplicationCredentialCredentialType? = null, databaseName: String? = null, secretId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val databaseName: String? = null
Link copied to clipboard
val secretId: String? = null