GCP - Cloud IAM Advanced
Given this Access Context Manager policy snippet, what will happen if a user from IP 172.16.5.10 tries to access a resource?
{
"accessLevels": {
"levelAlpha": {
"basic": {
"conditions": [
{"ipSubnetworks": ["172.16.0.0/16"]}
]
}
}
}
}
