Files
api-specs/idn/beta/schemas/BasicAuthConfig.yaml
GitHub Action Bot 7bdff85618 Automated commit 'PLTIN-3917: Updated API scopes (#1242)
PLTIN-3917: Updated API scopes' by github action: 4810361098
2023-04-26 15:12:47 +00:00

14 lines
378 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
nullable: true
description: Config required if BASIC_AUTH is used.