MonoCloud Management SDK
    Preparing search index...

    Interface PatchAccountProtectionOptionsRequest

    Patch Account Protection Options Request: Used to update user account protection settings.

    PatchAccountProtectionOptionsRequest

    interface PatchAccountProtectionOptionsRequest {
        user_lockout?: PatchAccountProtectionUserLockoutOptionsRequest;
    }
    Index

    Properties

    Properties

    User account protection settings used to safeguard accounts from abuse.

    PatchAccountProtectionOptionsRequest