Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- oci iam auth-token create --description 'user-auth-token' --user-id ocid1.user.oc1..<user-id>
- {
- "data": {
- "description": "user-auth-token",
- "id": "ocid1.credential.oc1..<id>",
- "inactive-status": null,
- "lifecycle-state": "ACTIVE",
- "time-created": "2023-05-17T12:34:16.922000+00:00",
- "time-expires": null,
- "token": ">m.5L5imFg0)4J)zAj8z",
- "user-id": "ocid1.user.oc1..<user-id>"
- },
- "etag": "c64522e656184dad90c7194d63ec80e6"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement