Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/BasicAuthConfig.yaml
2022-09-26 21:59:54 -04:00

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.