| ProvisioningConfigurationControllerEnableProvisioning Method |
This method enables provisioning for a system to the passed method
If OPS it will read the default configuration and apply that
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool EnableProvisioning(
int systemId,
Guid methodAccounts,
Guid methodAssignments,
bool enableProvisioningIdentitySystem,
int connectorObjectId,
bool connectorIsTemplate,
string connectorName,
string connectorId,
bool overwriteSettings
)
Parameters
- systemId
- Type: SystemInt32
Data object id on system - methodAccounts
- Type: SystemGuid
Provisioning method UId - methodAssignments
- Type: SystemGuid
Provisioning method UId - enableProvisioningIdentitySystem
- Type: SystemBoolean
Is provisioning enabled (identity system only) - connectorObjectId
- Type: SystemInt32
Data object id on OPS Connector - connectorIsTemplate
- Type: SystemBoolean
We base on a template connector - connectorName
- Type: SystemString
Name of new connector - connectorId
- Type: SystemString
Connector ID for new connector - overwriteSettings
- Type: SystemBoolean
Use default OPS configuration
Return Value
Type:
Boolean
See Also