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

    Interface Resource

    interface Resource {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.Resource";
        hierarchy: ResourceMetadata[];
        metadata?: ResourceMetadata;
        state?: ResourceState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.audit.v2.Resource"
    hierarchy: ResourceMetadata[]

    Top-down resources hierarchy from tenant to resource.

    metadata?: ResourceMetadata

    Provides basic information about the resource.

    Gives an understanding of how the resource was changed in the call.