@aurahelper/xml-definitions
Version:
Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini
49 lines • 2.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserProvisioningConfig = void 0;
var core_1 = require("@aurahelper/core");
exports.UserProvisioningConfig = {
approvalRequired: new core_1.BooleanXMLField('approvalRequired', 'Approval Required')
.setMinApi(49)
.setEditable(),
connectedApp: new core_1.StringXMLField('connectedApp', 'Connected App')
.setMinApi(49)
.setEditable()
.setMetadataType(core_1.MetadataTypes.CONNECTED_APP),
enabled: new core_1.BooleanXMLField('enabled', 'Enabled')
.setMinApi(49)
.setEditable(),
enabledOperations: new core_1.EnumXMLField('enabledOperations', 'Enabled Operations')
.setMinApi(49)
.setEditable()
.addEnumValue('Create', 'Create')
.addEnumValue('Update', 'Update')
.addEnumValue('Enable And Disable', 'EnableAndDisable')
.addEnumValue('Suspend And Restore', 'SuspendAndRestore'),
flow: new core_1.StringXMLField('flow', 'Flow')
.setMinApi(49)
.setEditable(),
masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label')
.setMinApi(49)
.setEditable()
.setRequired(),
namedCredential: new core_1.StringXMLField('namedCredential', 'Named Credential')
.setMinApi(49)
.setEditable()
.setMetadataType(core_1.MetadataTypes.NAMED_CREDENTIAL),
notes: new core_1.StringXMLField('notes', 'Notes')
.setMinApi(49)
.setEditable(),
onUpdateAttributes: new core_1.StringXMLField('onUpdateAttributes', 'On Update Attributes')
.setMinApi(49)
.setEditable()
.setCSV(),
reconFilter: new core_1.StringXMLField('reconFilter', 'Recon Filter')
.setMinApi(49)
.setEditable(),
userAccountMapping: new core_1.StringXMLField('userAccountMapping', 'User Account Mapping')
.setMinApi(49)
.setEditable()
.setJSON(),
};
//# sourceMappingURL=userProvisioningConfig.js.map