MonoCloud Management SDK
    Preparing search index...

    Interface AccountProtectionOptions

    Account Protection Options Response: Represents configuration used to protect user accounts from abuse.

    AccountProtectionOptions

    interface AccountProtectionOptions {
        user_lockout: AccountProtectionUserLockoutOptions;
    }
    Index

    Properties

    Properties

    User account protection settings used to safeguard accounts from abuse.

    AccountProtectionOptions