OracleAuthModel interface
Model for API authentication for Oracle.
- Extends
Properties
| pem |
Content of the PRM file |
| public |
Public Fingerprint |
| tenant |
Oracle tenant ID |
| type | The auth type |
| user |
Oracle user ID |
Property Details
pemFile
Content of the PRM file
pemFile: string
Property Value
string
publicFingerprint
Public Fingerprint
publicFingerprint: string
Property Value
string
tenantId
Oracle tenant ID
tenantId: string
Property Value
string
type
The auth type
type: "Oracle"
Property Value
"Oracle"
userId
Oracle user ID
userId: string
Property Value
string