Commit 9114e1d
authored
feat: [google-cloud-iap] Identity-aware Proxy (IAP) released a feature
- [ ] Regenerate this pull request now.
feat: [google-cloud-iap] Identity-aware Proxy (IAP) released a feature
`Use IAP with Workforce Identity
Federation`(https://cloud.google.com/iap/docs/use-workforce-identity-federation)
at Feb 7, 2025. Two settings field are newly introduced in the feature
release: `AccessSettings.workforce_identity_settings` and
`AccessSettings.identity_sources`
BEGIN_COMMIT_OVERRIDE
feat: Use IAP with Workforce Identity Federation
feat: Add fields `AccessSettings.workforce_identity_settings` and
`AccessSettings.identity_sources`
docs: A comment for field `name` in message
`.google.cloud.iap.v1.TunnelDestGroup` is changed
docs: A comment for field `cidrs` in message
`.google.cloud.iap.v1.TunnelDestGroup` is changed
docs: A comment for field `fqdns` in message
`.google.cloud.iap.v1.TunnelDestGroup` is changed
docs: Mark `access_settings` in message
`.google.cloud.iap.v1.IapSettings` as optional
docs: Mark `application_settings` in message
`.google.cloud.iap.v1.IapSettings` as optional
docs: Mark `gcip_settings` in message
`.google.cloud.iap.v1.AccessSettings` as optional
docs: Mark `cors_settings` in message
`.google.cloud.iap.v1.AccessSettings` as optional
docs: Mark `oauth_settings` in message
`.google.cloud.iap.v1.AccessSettings` as optional
docs: Mark `reauth_settings` in message
`.google.cloud.iap.v1.AccessSettings` as optional
docs: Mark `allowed_domains_settings` in message
`.google.cloud.iap.v1.AccessSettings` as optional
docs: Mark `tenant_ids` in message `.google.cloud.iap.v1.GcipSettings`
as optional
docs: Mark `programmatic_clients` in message
`.google.cloud.iap.v1.OAuthSettings` as optional
docs: A comment for enum `PolicyType` is changed
docs: Mark `method` in message `.google.cloud.iap.v1.ReauthSettings` as
optional
docs: Mark `max_age` in message `.google.cloud.iap.v1.ReauthSettings` as
optional
docs: Mark `policy_type` in message
`.google.cloud.iap.v1.ReauthSettings` as optional
docs: Mark `enable` in message
`.google.cloud.iap.v1.AllowedDomainsSettings` as optional
docs: Mark `domains` in message
`.google.cloud.iap.v1.AllowedDomainsSettings` as optional
docs: Mark `csm_settings` in message
`.google.cloud.iap.v1.ApplicationSettings` as optional
docs: Mark `access_denied_page_settings` in message
`.google.cloud.iap.v1.ApplicationSettings` as optional
docs: Mark `attribute_propagation_settings` in message
`.google.cloud.iap.v1.ApplicationSettings` as optional
docs: Mark `expression` in message
`.google.cloud.iap.v1.AttributePropagationSettings` as optional
docs: Mark `output_credentials` in message
`.google.cloud.iap.v1.AttributePropagationSettings` as optional
docs: Mark `enable` in message
`.google.cloud.iap.v1.AttributePropagationSettings` as optional
END_COMMIT_OVERRIDE
PiperOrigin-RevId: 745722681
Source-Link:
googleapis/googleapis@81dd948
Source-Link:
googleapis/googleapis-gen@553184a
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWlhcC8uT3dsQm90LnlhbWwiLCJoIjoiNTUzMTg0YTdjZDdlMWM1ODI0OTVmYjFmOGNkMDBlYzBmNjZhZmY2ZCJ9
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Use IAP with Workforce Identity Federation (#13751)1 parent 5535afe commit 9114e1d
File tree
21 files changed
+1675
-114
lines changed- packages/google-cloud-iap
- google/cloud
- iap_v1
- services/identity_aware_proxy_admin_service
- transports
- types
- iap
- samples/generated_samples
- scripts
- tests/unit/gapic/iap_v1
21 files changed
+1675
-114
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
101 | 109 | | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
| |||
169 | 179 | | |
170 | 180 | | |
171 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
172 | 187 | | |
173 | 188 | | |
174 | 189 | | |
| |||
Lines changed: 90 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
820 | 910 | | |
821 | 911 | | |
822 | 912 | | |
| |||
976 | 1066 | | |
977 | 1067 | | |
978 | 1068 | | |
979 | | - | |
980 | | - | |
981 | | - | |
982 | 1069 | | |
983 | 1070 | | |
984 | | - | |
985 | 1071 | | |
986 | 1072 | | |
987 | 1073 | | |
| |||
1320 | 1406 | | |
1321 | 1407 | | |
1322 | 1408 | | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | 1409 | | |
1327 | | - | |
1328 | 1410 | | |
1329 | 1411 | | |
1330 | 1412 | | |
| |||
Lines changed: 90 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1249 | 1249 | | |
1250 | 1250 | | |
1251 | 1251 | | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
1252 | 1342 | | |
1253 | 1343 | | |
1254 | 1344 | | |
| |||
1405 | 1495 | | |
1406 | 1496 | | |
1407 | 1497 | | |
1408 | | - | |
1409 | | - | |
1410 | | - | |
1411 | 1498 | | |
1412 | 1499 | | |
1413 | | - | |
1414 | 1500 | | |
1415 | 1501 | | |
1416 | 1502 | | |
| |||
1740 | 1826 | | |
1741 | 1827 | | |
1742 | 1828 | | |
1743 | | - | |
1744 | | - | |
1745 | | - | |
1746 | 1829 | | |
1747 | | - | |
1748 | 1830 | | |
1749 | 1831 | | |
1750 | 1832 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
240 | 245 | | |
241 | 246 | | |
242 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
243 | 260 | | |
244 | 261 | | |
245 | 262 | | |
| |||
0 commit comments