# oci-identity

> OCI NodeJS client for Identity

Latest version **2.140.2** (published 2026-09-15) · (UPL-1.0 OR Apache-2.0) license · 0 weekly downloads

## Install

```sh
npm install oci-identity
pnpm add oci-identity
yarn add oci-identity
bun add oci-identity
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.140.2 |
| Published | 2026-09-15 |
| First published | 2020-05-29 |
| Weekly downloads | 0 |
| License | (UPL-1.0 OR Apache-2.0) |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 100 |
| Author | Oracle Cloud Infrastructure |
| Maintainers | jsaini, waruto, yashchan, oci-dex-release-bot |

## Links

- npm: https://www.npmjs.com/package/oci-identity
- Repository: https://github.com/oracle/oci-typescript-sdk
- Homepage: https://github.com/oracle/oci-typescript-sdk#readme
- Issues: https://github.com/oracle/oci-typescript-sdk/issues
- npm.io page: https://npm.io/package/oci-identity

## Recent versions

- 2.140.2 (latest) — 2026-09-15
- 2.141.0 — 2026-09-15
- 2.140.1 — 2026-09-01
- 2.140.0 — 2026-08-25
- 2.139.2 — 2026-08-18
- 2.139.1 — 2026-08-11
- 2.139.0 — 2026-08-04
- 2.138.0 — 2026-07-28
- 2.137.1 — 2026-07-21
- 2.137.0 — 2026-07-14
- 2.136.1 — 2026-07-07
- 2.136.0 — 2026-06-30
- 2.135.1 — 2026-06-23
- 2.135.0 — 2026-06-16
- 2.134.1 — 2026-06-09
- … 267 more at https://npm.io/package/oci-identity/versions

## README

# OCI NodeJS client for Identity Service

This module enables you to write code to manage resources for Identity Service.

## Requirements

To use this module, you must have the following:

- An Oracle Cloud Infrastructure account.
- A user created in that account, in a group with a policy that grants the desired permissions. This can be a user for yourself, or another person/system that needs to call the API. For an example of how to set up a new user, group, compartment, and policy, see [Adding Users](https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Tasks/addingusers.htm). For a list of typical policies you may want to use, see [Common Policies](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Concepts/commonpolicies.htm).
- A key pair used for signing API requests, with the public key uploaded to Oracle. Only the user calling the API should be in possession of the private key. For more information, see [Configuring Credentials](https://docs.cloud.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdkgettingstarted.htm#Configure)

## Installing

Use the following command to install this module:

```
npm install oci-identity
```

Alternatively you can git clone this repo.

---
_Source: https://npm.io/package/oci-identity · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
