Skip to main content

Create an authentication rule

POST 

/authentication-rules

Create a new authentication rule.

Request

Query Parameters

    position anyrequired

    The relative position of the rule

Body

Created

    oneOf
    folder string
    name stringrequired

    The name of the authentication rule

    authentication_enforcement string

    The authentication profile name

    category string[]

    The destination URL categories

    description string

    The description of the authentication rule

    destination string[]required

    The destination addresses

    destination_hip string[]

    The destination Host Integrity Profile (HIP)

    disabled boolean

    Is the authentication rule disabled?

    from string[]required

    The source security zones

    group_tag string
    hip_profiles string[]

    The source Host Integrity Profile (HIP)

    log_authentication_timeout boolean

    Log authentication timeouts?

    log_setting string

    The log forwarding profile name

    negate_destination boolean

    Are the destination addresses negated?

    negate_source boolean

    Are the source addresses negated?

    service string[]required

    The destination ports

    source string[]required

    The source addresses

    source_hip string[]

    The source Host Integrity Profile (HIP)

    source_user string[]

    The source users

    tag string[]

    The authentication rule tags

    timeout integer

    Possible values: >= 1 and <= 1440

    The authentication session timeout (seconds)

    to string[]required

    The destination security zones

Responses

Created

Loading...