@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface GroupStatus

    interface GroupStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.GroupStatus";
        membersCount: number;
        serviceAccountsCount: number;
        state: GroupStatus_State;
        tenantUserAccountsCount: number;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.GroupStatus"
    membersCount: number
    serviceAccountsCount: number
    tenantUserAccountsCount: number