Skip to content
Docs

    Security

    Get User Security Settings
    $ nirvana user:security get
    GET/v1/user/security
    Update User Security Settings
    $ nirvana user:security update
    PATCH/v1/user/security
    ModelsExpand Collapse
    user_security: object { source_ip_rule, created_at, updated_at }

    User security settings response.

    source_ip_rule: object { allowed, blocked }

    IP filter rules.

    allowed: array of string

    List of IPv4 CIDR addresses to allow.

    blocked: array of string

    List of IPv4 CIDR addresses to deny.

    created_at: optional string

    When the user security settings were created.

    updated_at: optional string

    When the user security settings were updated.