ts-mailcow-api
    Preparing search index...

    Interface IdentityProviderEndpoints

    Interface for the external Identity Provider endpoint.

    Mailcow has a single global identity-provider configuration -- there is no add or delete, only edit -- so this group exposes a single method.

    interface IdentityProviderEndpoints {
        edit(attr: IdentityProviderAttributes): Promise<MailcowResponse>;
    }
    Index

    Methods

    Methods