Skip to main content

V3ConnectorDto

Import this model from the entry point of its package:

import { V3ConnectorDto } from '@sailpoint/angular-sdk/connectors';

Properties

NameTypeDescriptionNotes
name(optional) stringThe connector name[default to undefined]
type(optional) stringThe connector type[default to undefined]
scriptName(optional) stringThe connector script name[default to undefined]
className(optional) stringThe connector class name.[default to undefined]
features(optional) Array<string>The list of features supported by the connector[default to undefined]
directConnect(optional) booleantrue if the source is a direct connect source[default to false]
connectorMetadata(optional)A map containing metadata pertinent to the connector[default to undefined]
status(optional) stringThe connector status[default to undefined]