ApplicationCredential

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the application credentials.

Link copied to clipboard
val databaseName: String? = null

The name of the SAP HANA database.

Link copied to clipboard
val secretId: String? = null

The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.