MonoCloud Management SDK
    Preparing search index...

    Interface PatchAccountProtectionUserUnblockEmailOptionsRequest

    Patch Account Protection User Unblock Email Options Request: Used to update email-based user unblock configuration.

    PatchAccountProtectionUserUnblockEmailOptionsRequest

    interface PatchAccountProtectionUserUnblockEmailOptionsRequest {
        expiry?: number;
    }
    Index

    Properties

    Properties

    expiry?: number

    Specifies the validity period of the unblock email link (in seconds).

    PatchAccountProtectionUserUnblockEmailOptionsRequest