PrivateKey
The private key provided for OAuth authentication.
データ型
string
デフォルト値
""
解説
The path to the certificate you downloaded when you registered your OAuth Client Application, or the base64-encoded content of the certificate.
If providing the base64-encoded content, the PrivateKeyType needs to be set to PEMKEY_BLOB.
The certificate should contain the private key between --BEGIN ENCRYPTED PRIVATE KEY-- and --END ENCRYPTED PRIVATE KEY--.