Skip to main content

ProvisioningConfig

Import this model from the entry point of its package:

import { ProvisioningConfig } from '@sailpoint/angular-sdk/sim_integrations';

Properties

NameTypeDescriptionNotes
universalManager(optional) booleanSpecifies whether this configuration is used to manage provisioning requests for all sources from the org. If true, no managedResourceRefs are allowed.[readonly] [default to false]
managedResourceRefs(optional) Array<ServiceDeskSource>References to sources for the Service Desk integration template. May only be specified if universalManager is false.[default to undefined]
planInitializerScript(optional) ProvisioningConfigPlanInitializerScript[default to undefined]
noProvisioningRequests(optional) booleanName of an attribute that when true disables the saving of ProvisioningRequest objects whenever plans are sent through this integration.[default to false]
provisioningRequestExpiration(optional) numberWhen saving pending requests is enabled, this defines the number of hours the request is allowed to live before it is considered expired and no longer affects plan compilation.[default to undefined]