Forum Discussion
doggonewater672
May 18, 2021Copper Contributor
Information barrier segments
Does anyone know if or when info barrier block policies will be able to scope more than two segments? If for example you have a group company and five child companies all within the same tenant and ...
thijoubertold
Sep 01, 2021Iron Contributor
Hello, I implemented Information Barriers with similar requirements:
To do this :
1. Create six segments : Group, Entity1, Entity2, Entity3, Entity4, Entity5
2. Create 5 block policies based on the cmdlet below:
New-InformationBarrierPolicy -Name "IB Policy - Entity1" -AssignedSegment "Entity1" -SegmentsBlocked "Entity2","Entity3","Entity4","Entity5" -State "Inactive"#-State "active"
- Block-Entity1
You can have a block policy applied to one segment with more than 1 targeted segments
To do this :
1. Create six segments : Group, Entity1, Entity2, Entity3, Entity4, Entity5
2. Create 5 block policies based on the cmdlet below:
New-InformationBarrierPolicy -Name "IB Policy - Entity1" -AssignedSegment "Entity1" -SegmentsBlocked "Entity2","Entity3","Entity4","Entity5" -State "Inactive"#-State "active"
- Block-Entity1
You can have a block policy applied to one segment with more than 1 targeted segments