Skip to main content

Create an authentication profile

POST 

/authentication-profiles

Create an authentication profile.

Request

Body

Created

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    The name of the authentication profile

    allow_list string[]

    Default value: all

    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
    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

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

Responses

Created

Loading...