Skip to main content

List authentication profiles

GET 

/authentication-profiles

Retrieve a list of authentication profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    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 profile

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

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...