Skip to main content

Edit a authentication rule

PUT 

/sse/config/v1/authentication-rules/:id

Modify a authentication rule.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The authentication rule you want to edit

    authentication_enforcement string
    category string[]
    description string
    destination string[]
    destination_hip string[]
    disabled boolean
    from string[]
    group_tag string
    hip_profiles string[]
    log_authentication_timeout boolean
    log_setting string
    name string
    negate_destination boolean
    negate_source boolean
    service string[]
    source string[]
    source_hip string[]
    source_user string[]
    tag string[]
    timeout integer

    Possible values: >= 1 and <= 1440

    to string[]

Responses

Ok

Loading...