Skip to main content

List all authentication profiles

GET 

/sse/config/v1/authentication-profiles

Retrieve a list of all authentication profiles.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    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 profiles

Schema
    data object[]
  • Array [
  • allow_list string[]
    id string

    uuid of the resource

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

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...