BasicAuthConfig
Import this model from the entry point of its package:
import { BasicAuthConfig } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| userName | (optional) string | The username to authenticate. | [default to undefined] |
| password | (optional) string | The password to authenticate. On response, this field is set to null as to not return secrets. | [default to undefined] |