[{"data":1,"prerenderedAt":1309},["ShallowReactive",2],{"layout-article-sidebar-en-vpc_iam_gcp":3,"similar-articles-en-vpc_iam_gcp":572,"article-en-vpc_iam_gcp":941},{"id":4,"title":5,"body":6,"date":554,"description":555,"extension":556,"image":557,"meta":558,"navigation":559,"path":560,"seo":561,"stem":562,"tags":563,"type":569,"updatedAt":570,"__hash__":571},"articlesEn\u002Farticles\u002Fen\u002FVpc_iam_gcp.md","Mastering Networking and Security on GCP: VPC & IAM",{"type":7,"value":8,"toc":529},"minimark",[9,13,34,37,40,45,50,57,67,71,78,91,102,104,108,115,119,122,246,250,257,272,294,296,300,304,311,315,322,353,355,359,365,369,389,393,418,424,426,430,437,441,492,507,509,513,522],[10,11,5],"h1",{"id":12},"mastering-networking-and-security-on-gcp-vpc-iam",[14,15,16,17,21,22,25,26,29,30,33],"p",{},"Moving to the Cloud requires a solid understanding of two fundamental pillars: ",[18,19,20],"strong",{},"the network"," (where your resources live) and ",[18,23,24],{},"identity"," (who can access them). On Google Cloud Platform (GCP), this translates to the ",[18,27,28],{},"Virtual Private Cloud (VPC)"," and ",[18,31,32],{},"Identity and Access Management (IAM)",".",[14,35,36],{},"In this guide, we will break down these concepts to build a robust, isolated, and secure infrastructure.",[38,39],"hr",{},[41,42,44],"h2",{"id":43},"_1-the-vpc-your-network-foundation","1. The VPC: Your Network Foundation",[46,47,49],"h3",{"id":48},"what-is-a-vpc","What is a VPC?",[14,51,52,53,56],{},"A ",[18,54,55],{},"VPC (Virtual Private Cloud)"," is your private virtual network within GCP. It is an isolated space where you deploy your resources (VMs, Kubernetes clusters, databases).",[14,58,59,62,63,66],{},[18,60,61],{},"The City Analogy:","\nImagine GCP is a massive metropolis like London or New York. Your ",[18,64,65],{},"VPC"," is a private neighborhood within this city. This neighborhood has its own streets (subnets), houses (resources), and checkpoints (firewalls). Everything happening inside the neighborhood is invisible to the rest of the city unless you decide to open a door.",[46,68,70],{"id":69},"why-use-a-vpc","Why use a VPC?",[14,72,73,74,77],{},"The primary goal is ",[18,75,76],{},"isolation",". Without a VPC, your resources would be directly exposed to the public internet. A VPC allows you to:",[79,80,81,85,88],"ul",{},[82,83,84],"li",{},"Define your own IP address ranges.",[82,86,87],{},"Finely control inbound and outbound traffic.",[82,89,90],{},"Securely connect your internal resources.",[92,93,95],"note",{"title":94},"Stateful Firewall",[14,96,97,98,101],{},"The GCP firewall is ",[18,99,100],{},"stateful",". This means that if you allow an inbound connection, the return traffic is automatically authorized without needing an extra rule. It \"remembers\" the session.",[38,103],{},[41,105,107],{"id":106},"_2-architecture-and-segmentation","2. Architecture and Segmentation",[14,109,110,111,114],{},"For a modern application (Frontend, Backend, DB), it is crucial not to mix everything. We use ",[18,112,113],{},"subnets"," for this purpose.",[46,116,118],{"id":117},"ip-addressing-plan-cidr","IP Addressing Plan (CIDR)",[14,120,121],{},"Let's take an example of a multi-environment architecture (Staging & Production):",[123,124,125,145],"table",{},[126,127,128],"thead",{},[129,130,131,136,139,142],"tr",{},[132,133,135],"th",{"align":134},"left","Service",[132,137,138],{"align":134},"Environment",[132,140,141],{"align":134},"IP Range (CIDR)",[132,143,144],{"align":134},"Capacity",[146,147,148,168,184,200,215,231],"tbody",{},[129,149,150,156,159,165],{},[151,152,153],"td",{"align":134},[18,154,155],{},"Frontend",[151,157,158],{"align":134},"Staging",[151,160,161],{"align":134},[162,163,164],"code",{},"10.10.10.0\u002F26",[151,166,167],{"align":134},"60 usable IPs",[129,169,170,174,177,182],{},[151,171,172],{"align":134},[18,173,155],{},[151,175,176],{"align":134},"Production",[151,178,179],{"align":134},[162,180,181],{},"10.20.10.0\u002F26",[151,183,167],{"align":134},[129,185,186,191,193,198],{},[151,187,188],{"align":134},[18,189,190],{},"Backend",[151,192,158],{"align":134},[151,194,195],{"align":134},[162,196,197],{},"10.10.20.0\u002F26",[151,199,167],{"align":134},[129,201,202,206,208,213],{},[151,203,204],{"align":134},[18,205,190],{},[151,207,176],{"align":134},[151,209,210],{"align":134},[162,211,212],{},"10.20.20.0\u002F26",[151,214,167],{"align":134},[129,216,217,222,224,229],{},[151,218,219],{"align":134},[18,220,221],{},"Database",[151,223,158],{"align":134},[151,225,226],{"align":134},[162,227,228],{},"10.10.30.0\u002F26",[151,230,167],{"align":134},[129,232,233,237,239,244],{},[151,234,235],{"align":134},[18,236,221],{},[151,238,176],{"align":134},[151,240,241],{"align":134},[162,242,243],{},"10.20.30.0\u002F26",[151,245,167],{"align":134},[46,247,249],{"id":248},"understanding-ip-calculation","Understanding IP Calculation",[14,251,252,253,256],{},"The ",[162,254,255],{},"\u002F26"," mask determines the size of your subnet.",[79,258,259,262],{},[82,260,261],{},"The formula: $2^{(32 - 26)} = 2^6 = 64$ total addresses.",[82,263,264,267,268,271],{},[18,265,266],{},"Note:"," GCP always reserves ",[18,269,270],{},"4 addresses"," (network, gateway, DNS, broadcast). This leaves 60 IPs for your machines.",[273,274,276],"tips",{"title":275},"Scalability",[14,277,278,279,282,283,285,286,289,290,293],{},"On GCP, you can ",[18,280,281],{},"expand"," a subnet on the fly (e.g., from ",[162,284,255],{}," to ",[162,287,288],{},"\u002F24","), but you can never ",[18,291,292],{},"shrink"," it. Always plan for some growth.",[38,295],{},[41,297,299],{"id":298},"_3-connectivity-and-security","3. Connectivity and Security",[46,301,303],{"id":302},"cloud-nat-discreet-internet-access","Cloud NAT: Discreet Internet Access",[14,305,306,307,310],{},"By default, a machine without a public IP is totally isolated. To allow it to download updates without being exposed, we use ",[18,308,309],{},"Cloud NAT",".\nIt acts as an intermediary: it allows your servers to reach the internet but prevents anyone from the outside from initiating a connection to your servers.",[46,312,314],{"id":313},"firewall-rules","Firewall Rules",[14,316,317,318,321],{},"This is where you define who talks to whom.\n",[18,319,320],{},"Example:"," Allowing the Frontend to communicate with the Backend.",[79,323,324,338,347],{},[82,325,326,329,330,333,334,337],{},[18,327,328],{},"Source:"," Frontend IP range or ",[162,331,332],{},"Network Tag"," (e.g., ",[162,335,336],{},"tag-frontend",").",[82,339,340,343,344,33],{},[18,341,342],{},"Destination:"," Machines with the tag ",[162,345,346],{},"tag-backend",[82,348,349,352],{},[18,350,351],{},"Protocol\u002FPort:"," TCP 8080.",[38,354],{},[41,356,358],{"id":357},"_4-vpc-peering-connecting-worlds","4. VPC Peering: Connecting Worlds",[14,360,361,364],{},[18,362,363],{},"VPC Peering"," allows you to connect two different VPC networks (for example, between two GCP projects or two different organizations) so they can communicate using internal IP addresses.",[46,366,368],{"id":367},"why-use-it","Why use it?",[79,370,371,377,383],{},[82,372,373,376],{},[18,374,375],{},"Performance:"," Traffic stays on Google's private network (low latency, high throughput).",[82,378,379,382],{},[18,380,381],{},"Security:"," No need to go through the public internet or a VPN.",[82,384,385,388],{},[18,386,387],{},"Cost:"," Less expensive than using public IPs.",[46,390,392],{"id":391},"golden-rules-of-peering","Golden Rules of Peering",[394,395,396,402,412],"ol",{},[82,397,398,401],{},[18,399,400],{},"No Overlapping:"," The IP ranges of the two VPCs must not overlap.",[82,403,404,407,408,411],{},[18,405,406],{},"Non-Transitivity:"," If VPC A is peered with VPC B, and VPC B is peered with VPC C, VPC A ",[18,409,410],{},"cannot"," talk to VPC C directly through VPC B.",[82,413,414,417],{},[18,415,416],{},"Simple Management:"," Once configured, routing is handled automatically by GCP.",[92,419,421],{"title":420},"Soft Usage",[14,422,423],{},"VPC Peering is ideal for sharing common services (like a log server or a central database) between multiple teams without complicating the infrastructure.",[38,425],{},[41,427,429],{"id":428},"_5-iam-who-does-what","5. IAM: Who Does What?",[14,431,432,433,436],{},"If the VPC is the envelope, ",[18,434,435],{},"IAM (Identity and Access Management)"," is the key that opens the doors.",[46,438,440],{"id":439},"the-3-pillars-of-iam","The 3 Pillars of IAM",[394,442,443,465,486],{},[82,444,445,448],{},[18,446,447],{},"The \"WHO\" (The Principal):",[79,449,450,453,459],{},[82,451,452],{},"A user (email).",[82,454,455,456,337],{},"A group (e.g., ",[162,457,458],{},"devs@company.com",[82,460,52,461,464],{},[18,462,463],{},"Service Account",": An identity for a machine or a script.",[82,466,467,470,471],{},[18,468,469],{},"The \"WHAT\" (The Role):"," A collection of permissions.\n",[79,472,473,480],{},[82,474,475,479],{},[476,477,478],"em",{},"Predefined:"," Storage Admin, Compute Viewer, etc.",[82,481,482,485],{},[476,483,484],{},"Custom:"," Your own tailor-made roles.",[82,487,488,491],{},[18,489,490],{},"The \"ON WHAT\" (The Resource):"," The project, the bucket, or the specific instance.",[493,494,496],"danger",{"title":495},"Principle of Least Privilege",[14,497,498,499,502,503,506],{},"Never grant the ",[162,500,501],{},"Owner"," or ",[162,504,505],{},"Editor"," role by default. Always apply the principle of least privilege: give only the necessary rights, to the right person, on the right resource, and for the minimum duration.",[38,508],{},[41,510,512],{"id":511},"conclusion","Conclusion",[14,514,515,516,29,518,521],{},"Mastering ",[18,517,65],{},[18,519,520],{},"IAM"," on GCP ensures that your infrastructure is both flexible and impenetrable. By correctly segmenting your networks and locking down access via dedicated service accounts, you build a healthy foundation for your production applications.",[14,523,524,525,528],{},"Need to go further? The next step is often automating these resources via ",[18,526,527],{},"Terraform","!",{"title":530,"searchDepth":531,"depth":531,"links":532},"",2,[533,538,542,546,550,553],{"id":43,"depth":531,"text":44,"children":534},[535,537],{"id":48,"depth":536,"text":49},3,{"id":69,"depth":536,"text":70},{"id":106,"depth":531,"text":107,"children":539},[540,541],{"id":117,"depth":536,"text":118},{"id":248,"depth":536,"text":249},{"id":298,"depth":531,"text":299,"children":543},[544,545],{"id":302,"depth":536,"text":303},{"id":313,"depth":536,"text":314},{"id":357,"depth":531,"text":358,"children":547},[548,549],{"id":367,"depth":536,"text":368},{"id":391,"depth":536,"text":392},{"id":428,"depth":531,"text":429,"children":551},[552],{"id":439,"depth":536,"text":440},{"id":511,"depth":531,"text":512},"2026-05-04","Dive into the fundamentals of Google Cloud Platform by learning how to structure your networks with VPCs and secure your access with IAM. A complete guide, from IP segmentation to VPC Peering.","md","\u002Farticles\u002Fvpc_iam_gcp\u002Fheader.png",{},true,"\u002Farticles\u002Fen\u002Fvpc_iam_gcp",{"title":5,"description":555},"articles\u002Fen\u002FVpc_iam_gcp",[564,565,566,567,568,569],"gcp","vpc","iam","network","security","cloud",null,"hnpDZnO-8mNZc5PORFKV2jvwrPn7_Dq9Kq-8ILZkWO0",[573],{"id":4,"title":5,"body":574,"date":554,"description":555,"extension":556,"image":557,"meta":938,"navigation":559,"path":560,"seo":939,"stem":562,"tags":940,"type":569,"updatedAt":570,"__hash__":571},{"type":7,"value":575,"toc":916},[576,578,588,590,592,594,596,600,606,608,612,620,626,628,630,634,636,638,738,740,744,754,766,768,770,772,776,778,782,802,804,806,810,812,826,828,844,848,850,852,856,858,894,902,904,906,912],[10,577,5],{"id":12},[14,579,16,580,21,582,25,584,29,586,33],{},[18,581,20],{},[18,583,24],{},[18,585,28],{},[18,587,32],{},[14,589,36],{},[38,591],{},[41,593,44],{"id":43},[46,595,49],{"id":48},[14,597,52,598,56],{},[18,599,55],{},[14,601,602,62,604,66],{},[18,603,61],{},[18,605,65],{},[46,607,70],{"id":69},[14,609,73,610,77],{},[18,611,76],{},[79,613,614,616,618],{},[82,615,84],{},[82,617,87],{},[82,619,90],{},[92,621,622],{"title":94},[14,623,97,624,101],{},[18,625,100],{},[38,627],{},[41,629,107],{"id":106},[14,631,110,632,114],{},[18,633,113],{},[46,635,118],{"id":117},[14,637,121],{},[123,639,640,652],{},[126,641,642],{},[129,643,644,646,648,650],{},[132,645,135],{"align":134},[132,647,138],{"align":134},[132,649,141],{"align":134},[132,651,144],{"align":134},[146,653,654,668,682,696,710,724],{},[129,655,656,660,662,666],{},[151,657,658],{"align":134},[18,659,155],{},[151,661,158],{"align":134},[151,663,664],{"align":134},[162,665,164],{},[151,667,167],{"align":134},[129,669,670,674,676,680],{},[151,671,672],{"align":134},[18,673,155],{},[151,675,176],{"align":134},[151,677,678],{"align":134},[162,679,181],{},[151,681,167],{"align":134},[129,683,684,688,690,694],{},[151,685,686],{"align":134},[18,687,190],{},[151,689,158],{"align":134},[151,691,692],{"align":134},[162,693,197],{},[151,695,167],{"align":134},[129,697,698,702,704,708],{},[151,699,700],{"align":134},[18,701,190],{},[151,703,176],{"align":134},[151,705,706],{"align":134},[162,707,212],{},[151,709,167],{"align":134},[129,711,712,716,718,722],{},[151,713,714],{"align":134},[18,715,221],{},[151,717,158],{"align":134},[151,719,720],{"align":134},[162,721,228],{},[151,723,167],{"align":134},[129,725,726,730,732,736],{},[151,727,728],{"align":134},[18,729,221],{},[151,731,176],{"align":134},[151,733,734],{"align":134},[162,735,243],{},[151,737,167],{"align":134},[46,739,249],{"id":248},[14,741,252,742,256],{},[162,743,255],{},[79,745,746,748],{},[82,747,261],{},[82,749,750,267,752,271],{},[18,751,266],{},[18,753,270],{},[273,755,756],{"title":275},[14,757,278,758,282,760,285,762,289,764,293],{},[18,759,281],{},[162,761,255],{},[162,763,288],{},[18,765,292],{},[38,767],{},[41,769,299],{"id":298},[46,771,303],{"id":302},[14,773,306,774,310],{},[18,775,309],{},[46,777,314],{"id":313},[14,779,317,780,321],{},[18,781,320],{},[79,783,784,792,798],{},[82,785,786,329,788,333,790,337],{},[18,787,328],{},[162,789,332],{},[162,791,336],{},[82,793,794,343,796,33],{},[18,795,342],{},[162,797,346],{},[82,799,800,352],{},[18,801,351],{},[38,803],{},[41,805,358],{"id":357},[14,807,808,364],{},[18,809,363],{},[46,811,368],{"id":367},[79,813,814,818,822],{},[82,815,816,376],{},[18,817,375],{},[82,819,820,382],{},[18,821,381],{},[82,823,824,388],{},[18,825,387],{},[46,827,392],{"id":391},[394,829,830,834,840],{},[82,831,832,401],{},[18,833,400],{},[82,835,836,407,838,411],{},[18,837,406],{},[18,839,410],{},[82,841,842,417],{},[18,843,416],{},[92,845,846],{"title":420},[14,847,423],{},[38,849],{},[41,851,429],{"id":428},[14,853,432,854,436],{},[18,855,435],{},[46,857,440],{"id":439},[394,859,860,876,890],{},[82,861,862,864],{},[18,863,447],{},[79,865,866,868,872],{},[82,867,452],{},[82,869,455,870,337],{},[162,871,458],{},[82,873,52,874,464],{},[18,875,463],{},[82,877,878,470,880],{},[18,879,469],{},[79,881,882,886],{},[82,883,884,479],{},[476,885,478],{},[82,887,888,485],{},[476,889,484],{},[82,891,892,491],{},[18,893,490],{},[493,895,896],{"title":495},[14,897,498,898,502,900,506],{},[162,899,501],{},[162,901,505],{},[38,903],{},[41,905,512],{"id":511},[14,907,515,908,29,910,521],{},[18,909,65],{},[18,911,520],{},[14,913,524,914,528],{},[18,915,527],{},{"title":530,"searchDepth":531,"depth":531,"links":917},[918,922,926,930,934,937],{"id":43,"depth":531,"text":44,"children":919},[920,921],{"id":48,"depth":536,"text":49},{"id":69,"depth":536,"text":70},{"id":106,"depth":531,"text":107,"children":923},[924,925],{"id":117,"depth":536,"text":118},{"id":248,"depth":536,"text":249},{"id":298,"depth":531,"text":299,"children":927},[928,929],{"id":302,"depth":536,"text":303},{"id":313,"depth":536,"text":314},{"id":357,"depth":531,"text":358,"children":931},[932,933],{"id":367,"depth":536,"text":368},{"id":391,"depth":536,"text":392},{"id":428,"depth":531,"text":429,"children":935},[936],{"id":439,"depth":536,"text":440},{"id":511,"depth":531,"text":512},{},{"title":5,"description":555},[564,565,566,567,568,569],{"id":4,"title":5,"body":942,"date":554,"description":555,"extension":556,"image":557,"meta":1306,"navigation":559,"path":560,"seo":1307,"stem":562,"tags":1308,"type":569,"updatedAt":570,"__hash__":571},{"type":7,"value":943,"toc":1284},[944,946,956,958,960,962,964,968,974,976,980,988,994,996,998,1002,1004,1006,1106,1108,1112,1122,1134,1136,1138,1140,1144,1146,1150,1170,1172,1174,1178,1180,1194,1196,1212,1216,1218,1220,1224,1226,1262,1270,1272,1274,1280],[10,945,5],{"id":12},[14,947,16,948,21,950,25,952,29,954,33],{},[18,949,20],{},[18,951,24],{},[18,953,28],{},[18,955,32],{},[14,957,36],{},[38,959],{},[41,961,44],{"id":43},[46,963,49],{"id":48},[14,965,52,966,56],{},[18,967,55],{},[14,969,970,62,972,66],{},[18,971,61],{},[18,973,65],{},[46,975,70],{"id":69},[14,977,73,978,77],{},[18,979,76],{},[79,981,982,984,986],{},[82,983,84],{},[82,985,87],{},[82,987,90],{},[92,989,990],{"title":94},[14,991,97,992,101],{},[18,993,100],{},[38,995],{},[41,997,107],{"id":106},[14,999,110,1000,114],{},[18,1001,113],{},[46,1003,118],{"id":117},[14,1005,121],{},[123,1007,1008,1020],{},[126,1009,1010],{},[129,1011,1012,1014,1016,1018],{},[132,1013,135],{"align":134},[132,1015,138],{"align":134},[132,1017,141],{"align":134},[132,1019,144],{"align":134},[146,1021,1022,1036,1050,1064,1078,1092],{},[129,1023,1024,1028,1030,1034],{},[151,1025,1026],{"align":134},[18,1027,155],{},[151,1029,158],{"align":134},[151,1031,1032],{"align":134},[162,1033,164],{},[151,1035,167],{"align":134},[129,1037,1038,1042,1044,1048],{},[151,1039,1040],{"align":134},[18,1041,155],{},[151,1043,176],{"align":134},[151,1045,1046],{"align":134},[162,1047,181],{},[151,1049,167],{"align":134},[129,1051,1052,1056,1058,1062],{},[151,1053,1054],{"align":134},[18,1055,190],{},[151,1057,158],{"align":134},[151,1059,1060],{"align":134},[162,1061,197],{},[151,1063,167],{"align":134},[129,1065,1066,1070,1072,1076],{},[151,1067,1068],{"align":134},[18,1069,190],{},[151,1071,176],{"align":134},[151,1073,1074],{"align":134},[162,1075,212],{},[151,1077,167],{"align":134},[129,1079,1080,1084,1086,1090],{},[151,1081,1082],{"align":134},[18,1083,221],{},[151,1085,158],{"align":134},[151,1087,1088],{"align":134},[162,1089,228],{},[151,1091,167],{"align":134},[129,1093,1094,1098,1100,1104],{},[151,1095,1096],{"align":134},[18,1097,221],{},[151,1099,176],{"align":134},[151,1101,1102],{"align":134},[162,1103,243],{},[151,1105,167],{"align":134},[46,1107,249],{"id":248},[14,1109,252,1110,256],{},[162,1111,255],{},[79,1113,1114,1116],{},[82,1115,261],{},[82,1117,1118,267,1120,271],{},[18,1119,266],{},[18,1121,270],{},[273,1123,1124],{"title":275},[14,1125,278,1126,282,1128,285,1130,289,1132,293],{},[18,1127,281],{},[162,1129,255],{},[162,1131,288],{},[18,1133,292],{},[38,1135],{},[41,1137,299],{"id":298},[46,1139,303],{"id":302},[14,1141,306,1142,310],{},[18,1143,309],{},[46,1145,314],{"id":313},[14,1147,317,1148,321],{},[18,1149,320],{},[79,1151,1152,1160,1166],{},[82,1153,1154,329,1156,333,1158,337],{},[18,1155,328],{},[162,1157,332],{},[162,1159,336],{},[82,1161,1162,343,1164,33],{},[18,1163,342],{},[162,1165,346],{},[82,1167,1168,352],{},[18,1169,351],{},[38,1171],{},[41,1173,358],{"id":357},[14,1175,1176,364],{},[18,1177,363],{},[46,1179,368],{"id":367},[79,1181,1182,1186,1190],{},[82,1183,1184,376],{},[18,1185,375],{},[82,1187,1188,382],{},[18,1189,381],{},[82,1191,1192,388],{},[18,1193,387],{},[46,1195,392],{"id":391},[394,1197,1198,1202,1208],{},[82,1199,1200,401],{},[18,1201,400],{},[82,1203,1204,407,1206,411],{},[18,1205,406],{},[18,1207,410],{},[82,1209,1210,417],{},[18,1211,416],{},[92,1213,1214],{"title":420},[14,1215,423],{},[38,1217],{},[41,1219,429],{"id":428},[14,1221,432,1222,436],{},[18,1223,435],{},[46,1225,440],{"id":439},[394,1227,1228,1244,1258],{},[82,1229,1230,1232],{},[18,1231,447],{},[79,1233,1234,1236,1240],{},[82,1235,452],{},[82,1237,455,1238,337],{},[162,1239,458],{},[82,1241,52,1242,464],{},[18,1243,463],{},[82,1245,1246,470,1248],{},[18,1247,469],{},[79,1249,1250,1254],{},[82,1251,1252,479],{},[476,1253,478],{},[82,1255,1256,485],{},[476,1257,484],{},[82,1259,1260,491],{},[18,1261,490],{},[493,1263,1264],{"title":495},[14,1265,498,1266,502,1268,506],{},[162,1267,501],{},[162,1269,505],{},[38,1271],{},[41,1273,512],{"id":511},[14,1275,515,1276,29,1278,521],{},[18,1277,65],{},[18,1279,520],{},[14,1281,524,1282,528],{},[18,1283,527],{},{"title":530,"searchDepth":531,"depth":531,"links":1285},[1286,1290,1294,1298,1302,1305],{"id":43,"depth":531,"text":44,"children":1287},[1288,1289],{"id":48,"depth":536,"text":49},{"id":69,"depth":536,"text":70},{"id":106,"depth":531,"text":107,"children":1291},[1292,1293],{"id":117,"depth":536,"text":118},{"id":248,"depth":536,"text":249},{"id":298,"depth":531,"text":299,"children":1295},[1296,1297],{"id":302,"depth":536,"text":303},{"id":313,"depth":536,"text":314},{"id":357,"depth":531,"text":358,"children":1299},[1300,1301],{"id":367,"depth":536,"text":368},{"id":391,"depth":536,"text":392},{"id":428,"depth":531,"text":429,"children":1303},[1304],{"id":439,"depth":536,"text":440},{"id":511,"depth":531,"text":512},{},{"title":5,"description":555},[564,565,566,567,568,569],1777912144129]