MonoCloud Management SDK
    Preparing search index...

    Interface AccountProtectionUserUnblockOptions

    Account Protection User Unblock Options Response: Represents configuration that controls how locked user accounts can be unblocked.

    AccountProtectionUserUnblockOptions

    interface AccountProtectionUserUnblockOptions {
        email: AccountProtectionUserUnblockEmailOptions;
    }
    Index

    Properties

    Properties

    Email-based user unblock configuration.

    AccountProtectionUserUnblockOptions