aaa.block_user_logins_policy

This MO stores config for blocking users that fail login continuously

ACI class

aaaBlockLoginProfile

RN

blockloginp

Cursor

BlockUserLoginsPolicyCursor

Parent

aaa

Atomic

Attributes

Accepted as keyword arguments of .block_user_logins_policy() and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name

name

str

The name of the AAA definition object.

block_duration

blockDuration

int

60

Duration in minutes for which future logins should be blocked

description

descr

str

Specifies a description of the policy definition.

enable_login_block

enableLoginBlock

AaaBoolState

disable, enable

disable

max_failed_attempts

maxFailedAttempts

int

5

max failed login attempts before blocking user login

max_failed_attempts_window

maxFailedAttemptsWindow

int

5

times in minutes for max login failures to occur before blocking the user

owner_key

ownerKey

str

The key for enabling clients to own their data for entity correlation.

owner_tag

ownerTag

str

A tag for enabling clients to add their own data. For example, to indicate who created this object.