Skip to main content

Get an authentication rule

GET 

/authentication-rules/:id

Get an existing authentication rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder string
    id stringrequired

    The UUID of the authentication rule

    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

Loading...