Skip to main content

Update security network configuration.

PATCH 

/auth-org/network-config

This API updates an existing network configuration for an org using PATCH Requires security scope of: 'sp:auth-org:update'

Request

Body

arrayrequired

A list of auth org network configuration update operations according to the JSON Patch standard. Ensures that the patched Network Config conforms to certain logical guidelines, which are:

  1. Each string element in the range array must be a valid ip address or ip subnet mask.
  2. Each string element in the geolocation array must be 2 characters, and they can only be uppercase letters.
  • Array [
  • op stringrequired

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

    path stringrequired

    A string JSON Pointer representing the target path to an element to be affected by the operation

    value object

    The value to be used for the operation, required for "add" and "replace" operations

    oneOf

    string

  • ]

Responses

Updated Auth Org network configuration.

Schema
    range string[]nullable

    The collection of ip ranges.

    geolocation string[]nullable

    The collection of country codes.

    whitelisted boolean

    Default value: false

    Denotes whether the provided lists are whitelisted or blacklisted for geo location.

Loading...