Role Mining or Role Engineering or Role Discovery all are same. Role Mining means how the users are mapped to resources of the organization. It defines the mapping of the users to the company’s resources. As we Know SailPoint Role Read More …
gkindia
Sailpoint Terminology
Sailpoint IIQ : Sailpoint IIQ refer to Sailpoint Identity IQ. Identity Cube: Identity cube store all the information about an Identity. Identity cube refer to each unique identity stored in SailPoint Identity IIQ. Application: Application is refer to target resource Read More …
Create Excel file in Python
In this Post we will see that how we can deal with Microsoft excel in Python. Excel is very popular tool which we deal in our daily office life. Lots of problems can be solved with excel with very ease. Read More …
Convert Python List to Tuple with example
In our Previous Python tutorials for beginners, we study about Python list and Python tuples with examples. In this post of Python examples, we will see that how we can convert Python list to Python Tuple. Below is the steps Read More …
Python sum() function
In this post of Python tutorial for beginners, we will study another sum() function of Python built-in functions. we will study what is sum() function, why it is used, its syntax and few example of Python sum() function. Introduction Read More …