Skip to main content

List authentication rules

GET 

/authentication-rules

Retrieve a list of authentication rules.

Request

Query Parameters

    name string

    The name of the configuration resource

    position anyrequired

    The relative position of the rule

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • 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

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...