Skip to content

Commit be93da1

Browse files
authored
Update authentication.rst
1 parent 837f155 commit be93da1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/user_guide/cli/authentication.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ More signers can be created using the ``create_signer()`` method. With the ``aut
148148
-----END RSA PRIVATE KEY-----
149149
"""
150150
signer_kwargs = dict(
151-
"user": "ocid1.user.oc1..xxx",
152-
"fingerprint": "35:67:25:90:89:87:45:78:bf:4h:g5:13:16:32:4d:f4",
153-
"tenancy": "ocid1.tenancy.oc1..xxx",
154-
"region": "us-ashburn-1",
155-
"key_content": private_key_content,
151+
user="ocid1.user.oc1..xxx",
152+
fingerprint="35:67:25:90:89:87:45:78:bf:4h:g5:13:16:32:4d:f4",
153+
tenancy="ocid1.tenancy.oc1..xxx",
154+
region="us-ashburn-1",
155+
key_content=private_key_content,
156156
)
157157
auth = ads.auth.create_signer(signer_kwargs=signer_kwargs)
158158

0 commit comments

Comments
 (0)