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

    Interface UserProfile

    interface UserProfile {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.UserProfile";
        attributesOptional?:
            | { $case: "attributes"; attributes: UserAttributes }
            | { $case: "retrievingError"; retrievingError: Error };
        federationInfo?: UserAccountExternalId;
        id: string;
        tenants: UserTenantInfo[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.UserProfile"
    attributesOptional?:
        | { $case: "attributes"; attributes: UserAttributes }
        | { $case: "retrievingError"; retrievingError: Error }
    federationInfo?: UserAccountExternalId
    id: string
    tenants: UserTenantInfo[]