MonoCloud Management SDK
    Preparing search index...

    Interface SignUpRestrictionsOptions

    Sign-Up Restrictions Options Response: Represents identifier-based allowlist or blocklist configuration applied during sign-up.

    SignUpRestrictionsOptions

    interface SignUpRestrictionsOptions {
        enabled: boolean;
        identifiers: string[];
    }
    Index

    Properties

    Properties

    enabled: boolean

    Indicates whether the identifier restriction list is active.

    Pro plan subscription required to use sign-up restrictions.

    SignUpRestrictionsOptions

    identifiers: string[]

    A set of identifiers (email addresses, phone numbers, or domains) used for sign-up access control.

    Pro plan subscription required to use sign-up restrictions.

    SignUpRestrictionsOptions