OracleAuthModelResponse

data class OracleAuthModelResponse(val pemFile: String, val publicFingerprint: String, val tenantId: String, val type: String, val userId: String)

Model for API authentication for Oracle.

Constructors

Link copied to clipboard
constructor(pemFile: String, publicFingerprint: String, tenantId: String, type: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Content of the PRM file

Link copied to clipboard

Public Fingerprint

Link copied to clipboard

Oracle tenant ID

Link copied to clipboard

Type of paging Expected value is 'Oracle'.

Link copied to clipboard

Oracle user ID