我正在开发一些 Pythons 程序并想测试 Oracle NoSQL 数据库云服务。我在计算某些参数时遇到问题。这是我的连接代码的一部分:
provider = SignatureProvider(
tenant_id='My tenant OCI',
user_id='My user OCID',
private_key='A fully qualified path to my key file',
fingerprint='The fingerprint for my key pair',
pass_phrase='The pass phrase for your key')
您能否就如何查找或创建这些参数提出建议?