Skip to main content

Create an authentication rule

POST 

/sse/config/v1/authentication-rules

Create an authentication rule.

Request

Query Parameters

    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.

Body

The authentication rule you want to create

    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

Created

Loading...