Advertisement
fkeles

create-auth-token.sh

May 17th, 2023
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | Source Code | 0 0
  1. oci iam auth-token create --description 'user-auth-token' --user-id ocid1.user.oc1..<user-id>                                          
  2. {
  3.   "data": {
  4.     "description": "user-auth-token",
  5.     "id": "ocid1.credential.oc1..<id>",
  6.     "inactive-status": null,
  7.     "lifecycle-state": "ACTIVE",
  8.     "time-created": "2023-05-17T12:34:16.922000+00:00",
  9.     "time-expires": null,
  10.     "token": ">m.5L5imFg0)4J)zAj8z",
  11.     "user-id": "ocid1.user.oc1..<user-id>"
  12.   },
  13.   "etag": "c64522e656184dad90c7194d63ec80e6"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement