MonoCloud Management SDK
    Preparing search index...

    Interface UserConnection

    User Connection: Represents the association between a user account and an identity provider.

    UserConnection

    interface UserConnection {
        connection_id: string;
        idp: IdPs;
    }
    Index

    Properties

    Properties

    connection_id: string

    Unique identifier of the user account within the connected identity provider.

    UserConnection

    idp: IdPs

    The identity provider this user account is connected to.

    UserConnection