Skip to main content

Get an authentication profile

Get an authentication profile by ID.

Path Parameters
  • id string required

    The resource's unique identifier.

Responses

Get authentication profile by id


Schema
  • 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 string required
  • 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%]

  • ]
  • Loading...