OCI NodeJS client for managing Identity resources (users, groups, compartments, policies) on Oracle Cloud. Current stable version is 2.132.0, released as part of the monorepo oci-typescript-sdk. The SDK is auto-generated and updated frequently to match OCI API changes. Key differentiators: official Oracle SDK, fully TypeScript-typed, supports API key and instance principal authentication. Alternatives are the OCI CLI or REST API calls.
npm install oci-identityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes IdentityClient using OCI config file and lists users in a compartment.
Change import to: import { IdentityClient } from 'oci-identity'npm install oci-common@latest
import * as models from 'oci-identity/lib/models'
Use simpleAuthProvider = new common.SimpleAuthenticationDetailsProvider(...)
import { IdentityClient } from 'oci-identity'npm install oci-common
import * as models from 'oci-identity/lib/models'