Skip to main content

BasicAuthConfig

Import this model from the entry point of its package:

import { BasicAuthConfig } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
userName(optional) stringThe username to authenticate.[default to undefined]
password(optional) stringThe password to authenticate. On response, this field is set to null as to not return secrets.[default to undefined]