Skip to main content

List all authentication rules

GET 

/sse/config/v1/authentication-rules

Retrieve a list of all authentication rules.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    position stringrequired

    Possible values: [pre, post]

    Default value: pre

    The position of a security rule

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

    name string

    The name of the entry.

Responses

List of authentication rules

Schema
    data object[]
  • Array [
  • authentication_enforcement string
    category string[]
    description string
    destination string[]
    destination_hip string[]
    disabled boolean
    from string[]
    group_tag string
    hip_profiles string[]
    id string

    uuid of the resource

    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[]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...