Application Credential
data class ApplicationCredential(val credentialType: ApplicationCredentialCredentialType? = null, val databaseName: String? = null, val secretId: String? = null)
Constructors
Link copied to clipboard
constructor(credentialType: ApplicationCredentialCredentialType? = null, databaseName: String? = null, secretId: String? = null)