Frodo Library - v4.7.0
    Preparing search index...

    Interface IdmFeatureInterface

    A single IDM tenant-configuration feature (e.g. groups, aiagent, am/2fa/profiles), distinct from cloud.feature's environment-level entitlement/licensing flags (e.g. identity-cloud, workforce, service-accounts) -- confirmed live to be two entirely separate REST resources sharing similar terminology, not the same one. See IdmFeatureOps.ts's header comment for the full distinction.

    interface IdmFeatureInterface {
        _id?: string;
        _rev?: string;
        availableVersions: string[];
        installedVersion: string;
        [k: string]:
            | string
            | number
            | boolean
            | object
            | string[]
            | IdObjectSkeletonInterface;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    _id?: string
    _rev?: string
    availableVersions: string[]
    installedVersion: string