MonoCloud Management SDK
    Preparing search index...

    Interface UserUsername

    Username: Represents a username associated with the user account.

    UserUsername

    interface UserUsername {
        id: string;
        source?: string | null;
        username: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier of the user's username.

    UserUsername

    source?: string | null

    Source from which the username was originally collected.

    UserUsername

    username: string

    The username used to identify the user.

    UserUsername