MonoCloud Management SDK
    Preparing search index...

    Interface UserExternalProviderSummary

    External Provider Summary: Represents a linked identity provider account for the user.

    UserExternalProviderSummary

    interface UserExternalProviderSummary {
        authenticator: ExternalAuthenticators;
        provider_user_id: string;
    }
    Index

    Properties

    authenticator: ExternalAuthenticators

    The authenticator associated with this connection.

    UserExternalProviderSummary

    provider_user_id: string

    The user identifier assigned by the identity provider.

    UserExternalProviderSummary