Skip to main content

List Login IP Allow Lists

GET 

/ip_allow_list_login

Returns a list of data objects that contain the CIDRs in the allow list to access the Prisma Cloud tenant.

Responses

successful operation

Schema
  • Array [
  • 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...