MonoCloud Management SDK
    Preparing search index...

    Interface PatchSignUpOptionsRequest

    Patch Sign-up Options Request: Used to update the sign-up configuration.

    PatchSignUpOptionsRequest

    interface PatchSignUpOptionsRequest {
        allowlist?: PatchSignUpRestrictionsOptionsRequest;
        blocklist?: PatchSignUpRestrictionsOptionsRequest;
        privacy_url?: string | null;
        require_explicit_user_agreement?: boolean;
        show_terms_and_privacy_policy?: boolean;
        terms_url?: string | null;
    }
    Index

    Properties

    Allowlist of identifiers permitted during sign-up.

    PatchSignUpOptionsRequest

    Blocklist of identifiers disallowed during sign-up.

    PatchSignUpOptionsRequest

    privacy_url?: string | null

    The URL of the Privacy Policy shown during sign-up.

    PatchSignUpOptionsRequest

    require_explicit_user_agreement?: boolean

    Require the user to explicitly agree to the Terms and/or Privacy Policy.

    PatchSignUpOptionsRequest

    show_terms_and_privacy_policy?: boolean

    Show Terms and/or Privacy Policy on the sign-up screen.

    Pro plan required to enable Terms and/or Privacy Policy.

    PatchSignUpOptionsRequest

    terms_url?: string | null

    The URL of the Terms of Service shown during sign-up.

    PatchSignUpOptionsRequest