Skip to main content

Edit a authentication profile

PUT 

/sse/config/v1/authentication-profiles/:id

Modify a authentication profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The authentication profile you want to edit

    allow_list string[]
    lockout object
    failed_attempts integer

    Possible values: <= 10

    lockout_time integer

    Possible values: <= 60

    method object
    oneOf
    local_database object
    multi_factor_auth object
    factors string[]
    mfa_enable boolean
    name stringrequired
    single_sign_on object
    kerberos_keytab string

    Possible values: <= 8192 characters

    realm string

    Possible values: <= 127 characters

    user_domain string

    Possible values: <= 63 characters

    username_modifier string

    Possible values: [%USERINPUT%, %USERINPUT%@%USERDOMAIN%, %USERDOMAIN%\\%USERINPUT%]

Responses

Ok

Loading...