Skip to main content

Update a URL access Profile

PUT 

/url-access-profiles/:id

Update an existing URL access Profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired
    alert string[]
    allow string[]
    block string[]
    continue string[]
    cloud_inline_cat boolean
    credential_enforcement object
    alert string[]
    allow string[]
    block string[]
    continue string[]
    log_severity string

    Default value: medium

    mode object
    disabled object
    domain_credentials object
    ip_user object
    group_mapping string
    description string

    Possible values: <= 255 characters

    mlav_category_exception string[]
    local_inline_cat boolean
    log_container_page_only boolean

    Default value: true

    log_http_hdr_referer boolean
    log_http_hdr_user_agent boolean
    log_http_hdr_xff boolean
    safe_search_enforcement boolean

Responses

OK

Loading...