|
OCI REST for ESP32
|
Contains the OCIDs and key & key related data necessary to sign the request. More...
#include <oci.h>
Public Member Functions | |
| ociProfile () | |
| Construct an instance of OciProfile. | |
| ociProfile (char *tenancyOcid, char *userOcid, char *keyFingerprint, char *privateKey, char *privateKeyPassphrase=NULL) | |
| Construct an instance of OciProfile. More... | |
Public Attributes | |
| char * | tenancyOcid |
| The tenancy OCID. | |
| char * | userOcid |
| The user OCID. | |
| char * | keyFingerprint |
| The key fingerprint. | |
| char * | privateKey |
| The private key text. must be null terminated! (have a newline at the end of the text) | |
| char * | privateKeyPassphrase |
| Optional - the private key password (for protected keys) | |
Contains the OCIDs and key & key related data necessary to sign the request.
|
inline |
Construct an instance of OciProfile.
| tenancyOcid | The tenancy OCID |
| userOcid | The user OCID |
| keyFingerprint | The key fingerprint |
| privateKey | The private key text. must be null terminated! (have a newline at the end of the text) |
| privateKeyPassphrase | Optional - the private key password (for protected keys) |