@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface Scope {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1alpha1.Scope";
        metadata?: ResourceMetadata;
        spec?: ScopeSpec;
        status?: ScopeStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1alpha1.Scope"
    metadata?: ResourceMetadata

    Metadata associated with the Scope. metadata.parent_id represents the parent IAM container.

    spec?: ScopeSpec

    Specification of the Scope.

    status?: ScopeStatus

    Status information for the Scope.