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

    Interface GetTenantUserAccountWithAttributesRequest

    interface GetTenantUserAccountWithAttributesRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.GetTenantUserAccountWithAttributesRequest";
        id: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.GetTenantUserAccountWithAttributesRequest"
    id: string

    tenant user account id like 'tenantuseraccount-{region}someuniquesuffix'