Skip to main content

Get Login IP Allow List

GET 

/ip_allow_list_login/:id

Returns a data object that contains a list of CIDRs that are in allow list for login access, for the specified login IP allow list ID.

Request

Path Parameters

    id stringrequired

    Login IP Allow List ID

Responses

successful operation

Schema
    cidr string[]

    List of CIDR blocks (IP addresses) from which access is allowed when Login IP Allow List is enabled.

    description string

    Description

    id string

    Login IP allow list ID

    lastModifiedTs int64

    Timestamp for last modification of CIDR block list

    name string

    Name of the list of CIDR blocks that are in allow list for access

Loading...