mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
13 lines
363 B
YAML
13 lines
363 B
YAML
type: object
|
|
properties:
|
|
userName:
|
|
type: string
|
|
description: The username to authenticate.
|
|
example: "user@example.com"
|
|
password:
|
|
type: string
|
|
nullable: true
|
|
description: The password to authenticate. On response, this field is set to null as to not return secrets.
|
|
example: null
|
|
description: Config required if BASIC_AUTH is used.
|