continued from Item H.4. to H.4B.br br Bachelors degree in Computer Science or related field and 7 years of information technology leadership experience.br br Prior experience must includebr 5 years of experience with each of the followingbr Enterprise directory technologies i.e. IBM or Radiant Logic directory solutions;br Identity management Identity governance and administration IGA technologies i.e. IBM or Savyint IGA solutions;br Web Access Management WAM technologies i.e. IBM or Ping WAM solutions; and,br Identity and access management architecture, methodology, process, and system integration.br 3 years of experience with each of the followingbr Leading an information security organization; and,br Direct management of cross functional, sourced, or matrixed teams.br 1 year of experience with each of the followingbr Privileged Access Management PAM technologies i.e. Thycotic PAM solution; and,br AWS cloud technologies.br br Background check, which may include a preemployment drug test, required.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });