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

    Interface UserAttributes

    Represents the nebius.iam.v1.UserAttributes protobuf message.

    interface UserAttributes {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.UserAttributes";
        email?: string;
        emailVerified?: boolean;
        familyName?: string;
        givenName?: string;
        locale?: string;
        name?: string;
        phoneNumber?: string;
        phoneNumberVerified?: boolean;
        picture?: string;
        preferredUsername?: string;
        sub?: string;
        zoneinfo?: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.iam.v1.UserAttributes protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v1.UserAttributes protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.iam.v1.UserAttributes"

    Contains the fully qualified protobuf type name.

    email?: string

    Contains the email protobuf field.

    emailVerified?: boolean

    Deprecated.

    familyName?: string

    Contains the family_name protobuf field.

    givenName?: string

    Contains the given_name protobuf field.

    locale?: string

    Contains the locale protobuf field.

    name?: string

    Contains the name protobuf field.

    phoneNumber?: string

    Contains the phone_number protobuf field.

    phoneNumberVerified?: boolean

    Deprecated.

    picture?: string

    Contains the picture protobuf field.

    preferredUsername?: string

    Contains the preferred_username protobuf field.

    sub?: string

    Contains the sub protobuf field.

    zoneinfo?: string

    Deprecated.