bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux{
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "name" : "adpowershell",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "connectorRef" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "connectorHostRef" : "dotnet",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "bundleName" : "MsPowerShell.Connector",
64625af9ac7299436ece4c8b9b37d7b08f9ed04eAlin Brici "bundleVersion" : "1.4.2.0"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "poolConfigOption" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "maxObjects" : 10,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "maxIdle" : 10,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "maxWait" : 150000,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "minEvictableIdleTimeMillis" : 120000,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "minIdle" : 1
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "resultsHandlerConfig" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "enableNormalizingResultsHandler" : true,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "enableFilteredResultsHandler" : false,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "enableCaseInsensitiveFilter" : false,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "enableAttributesToGetSearchResultsHandler" : true
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationTimeout" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "CREATE" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "UPDATE" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "DELETE" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "TEST" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SCRIPT_ON_CONNECTOR" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SCRIPT_ON_RESOURCE" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "GET" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "RESOLVEUSERNAME" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "AUTHENTICATE" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SEARCH" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "VALIDATE" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SYNC" : -1,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SCHEMA" : -1
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "configurationProperties" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "AuthenticateScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADAuthenticate.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "CreateScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADCreate.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "DeleteScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADDelete.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "ResolveUsernameScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADResolveUsername.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SchemaScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADSchema.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SearchScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADSearch.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SyncScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADSync.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "TestScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADTest.ps1",
a2df62869ab1d81dab7cca492ab8ecc1cc0ccff3Laurent Bristiel "UpdateScriptFileName" : "C:/openidm/samples/powershell2AD/tools/ADUpdate.ps1",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "VariablesPrefix" : "Connector",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "QueryFilterType" : "AdPsModule",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "ReloadScriptOnExecution" : true,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "UseInterpretersPool" : true,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SubstituteUidAndNameInQueryFilter" : true,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "UidAttributeName" : "ObjectGUID",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "NameAttributeName" : "DistinguishedName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "PsModulesToImport" : [ "ActiveDirectory" ],
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "Host" : "",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "Port" : null,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "Login" : "",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "Password" : null
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectTypes" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "group" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "__GROUP__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "__GROUP__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "distinguishedName" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "type" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "required" : true,
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeName" : "__NAME__",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string"
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux },
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "groupScope" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "type" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeName" : "groupScope",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string"
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "member" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "member",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "cn" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "type" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeName" : "cn",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "modifyTimeStamp" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "modifyTimeStamp",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "mail" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "mail",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "sAMAccountName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "sAMAccountName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "managedBy" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "managedBy",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "directReports" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "directReports",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "memberOf" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "memberOf",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "groupCategory" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "groupCategory",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "whenCreated" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "whenCreated",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "wWWHomePage" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "wWWHomePage",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "secretary" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "secretary",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "info" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "info",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "uSNCreated" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "uSNCreated",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectGUID" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "objectGUID",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "name" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "name",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "displayNamePrintable" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "displayNamePrintable",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "createTimeStamp" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "createTimeStamp",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "whenChanged" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "whenChanged",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "description" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "description",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "uSNChanged" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "uSNChanged",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "displayName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "displayName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "telephoneNumber" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "telephoneNumber",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "account" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "__ACCOUNT__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "__ACCOUNT__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "distinguishedName" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "type" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "required" : true,
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeName" : "__NAME__",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string"
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux },
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "cn" : {
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "type" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeName" : "cn",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "seeAlso" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "seeAlso",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "scriptPath" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "scriptPath",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "otherMailbox" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "otherMailbox",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "passwordNeverExpires" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "passwordNeverExpires",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "employeeNumber" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "employeeNumber",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "allowReversiblePasswordEncryption" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "allowReversiblePasswordEncryption",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "userSharedFolder" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "userSharedFolder",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "enabled" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeName" : "enabled",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "mail" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "mail",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "sAMAccountName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "required" : true,
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "sAMAccountName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "directReports" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "directReports",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "memberOf" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "memberOf",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "middleName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "middleName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "lastLogon" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "lastLogon",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "whenCreated" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "whenCreated",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "wWWHomePage" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "wWWHomePage",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "pwdLastSet" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "pwdLastSet",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "otherTelephone" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "otherTelephone",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "badPasswordTime" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "badPasswordTime",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "postalAddress" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "postalAddress",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "company" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "company",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "name" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "name",
b8aa7e6d17645dcf3891d827cf4d21e150bf4e7fGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "displayNamePrintable" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "displayNamePrintable",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "createTimeStamp" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "createTimeStamp",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "description" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "description",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "uSNChanged" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "uSNChanged",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "otherLoginWorkstations" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "otherLoginWorkstations",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "division" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "division",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "primaryInternationalISDNNumber" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "primaryInternationalISDNNumber",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "displayName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "displayName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "changePasswordAtLogon" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "changePasswordAtLogon",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "ipPhone" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "ipPhone",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "otherMobile" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "otherMobile",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "comment" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "comment",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "homePostalAddress" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "homePostalAddress",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "otherHomePhone" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "otherHomePhone",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "facsimileTelephoneNumber" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "facsimileTelephoneNumber",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "homePhone" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "homePhone",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "logonCount" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "logonCount",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "accountExpirationDate" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "accountExpirationDate",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "personalTitle" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "personalTitle",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "passwordNotRequired" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "passwordNotRequired",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "modifyTimeStamp" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "modifyTimeStamp",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "c" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "c",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "l" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "l",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "o" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "o",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "trustedForDelegation" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "trustedForDelegation",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "street" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "street",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "logonWorkstation" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "logonWorkstation",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "homeDirectory" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "homeDirectory",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "homeDrive" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "homeDrive",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "postOfficeBox" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "postOfficeBox",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "postalCode" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "postalCode",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "st" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "st",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "manager" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "manager",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "userWorkstations" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "userWorkstations",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__PASSWORD__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "__PASSWORD__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_GUARDEDSTRING",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_READABLE", "NOT_RETURNED_BY_DEFAULT" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "url" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "url",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "info" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "info",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "department" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "department",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "lockoutTime" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "lockoutTime",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "uSNCreated" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "uSNCreated",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectGUID" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "objectGUID",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "assistant" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "assistant",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "whenChanged" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "whenChanged",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "internationalISDNNumber" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "internationalISDNNumber",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "employeeType" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "employeeType",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "initials" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "initials",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "sn" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "sn",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "ou" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "array",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "items" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "ou",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__PASSWORD_EXPIRED__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "__PASSWORD_EXPIRED__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__LOCK_OUT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "__LOCK_OUT__",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "userAccountControl" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "integer",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "userAccountControl",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_INT"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "streetAddress" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "streetAddress",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "smartcardLogonRequired" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "smartcardLogonRequired",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "lastLogonTimestamp" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "lastLogonTimestamp",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "mobile" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "mobile",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "givenName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "givenName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "userPrincipalName" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "userPrincipalName",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "employeeID" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "employeeID",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "badPwdCount" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "badPwdCount",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ]
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "co" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "co",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "telephoneNumber" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "telephoneNumber",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "cannotChangePassword" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "boolean",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "cannotChangePassword",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "JAVA_TYPE_PRIMITIVE_BOOLEAN"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "title" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "string",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeName" : "title",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "nativeType" : "string"
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptions" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "CREATE" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "UPDATE" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "DELETE" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "TEST" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SCRIPT_ON_CONNECTOR" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SCRIPT_ON_RESOURCE" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "GET" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "RESOLVEUSERNAME" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "AUTHENTICATE" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SEARCH" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "VALIDATE" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SYNC" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__GROUP__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "__ACCOUNT__" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "operationOptionInfo" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "$schema" : "http://json-schema.org/draft-03/schema",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "id" : "FIX_ME",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "type" : "object",
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "properties" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux },
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "SCHEMA" : {
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux "objectFeatures" : { }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux }
77720c51bdbde6a23d14566ed9444ac109a5fa2dLaurent Bristiel }
bc499945adebf5119f2ce2dfa63a2cb497a357ebGael Allioux}