Following is the HTML code for which I need a unique XPath.
Type
You can use index as below to get the expected node if multiple matching nodes are returned.
(label[text() = 'White List'])[N]
'N' would be the index of node you want to work upon.