Skip to main content

AuthProfile

Import this model from the entry point of its package:

import { AuthProfile } from '@sailpoint/angular-sdk/auth_profile';

Properties

NameTypeDescriptionNotes
name(optional) stringAuthentication Profile name.[default to undefined]
offNetwork(optional) booleanUse it to block access from off network.[default to false]
untrustedGeography(optional) booleanUse it to block access from untrusted geoographies.[default to false]
applicationId(optional) stringApplication ID.[default to undefined]
applicationName(optional) stringApplication name.[default to undefined]
type(optional) stringType of the Authentication Profile.[default to undefined]
strongAuthLogin(optional) booleanUse it to enable strong authentication.[default to false]