@googleapis/sasportal 4.1.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -276,6 +276,10 @@ export declare namespace sasportal_v1alpha1 {
276
276
  * Grant Id.
277
277
  */
278
278
  grantId?: string | null;
279
+ /**
280
+ * The transmit expiration time of the last heartbeat.
281
+ */
282
+ lastHeartbeatTransmitExpireTime?: string | null;
279
283
  /**
280
284
  * Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
281
285
  */
@@ -357,7 +361,7 @@ export declare namespace sasportal_v1alpha1 {
357
361
  frequencyRange?: Schema$SasPortalFrequencyRange;
358
362
  }
359
363
  /**
360
- * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \} The JSON representation for `Empty` is empty JSON object `{\}`.
364
+ * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
361
365
  */
362
366
  export interface Schema$SasPortalEmpty {
363
367
  }
@@ -555,7 +559,7 @@ export declare namespace sasportal_v1alpha1 {
555
559
  sasUserIds?: string[] | null;
556
560
  }
557
561
  /**
558
- * Information about National Radio Quiet Zone validation. The presence of the field indicates the device has been validated.
562
+ * Information about National Radio Quiet Zone validation.
559
563
  */
560
564
  export interface Schema$SasPortalNrqzValidation {
561
565
  /**
@@ -574,6 +578,10 @@ export declare namespace sasportal_v1alpha1 {
574
578
  * Device longitude associated with the validation.
575
579
  */
576
580
  longitude?: number | null;
581
+ /**
582
+ * State of the NRQZ validation info.
583
+ */
584
+ state?: string | null;
577
585
  }
578
586
  /**
579
587
  * This resource represents a long-running operation that is the result of a network API call.
@@ -743,7 +751,10 @@ export declare namespace sasportal_v1alpha1 {
743
751
  * async function main() {
744
752
  * const auth = new google.auth.GoogleAuth({
745
753
  * // Scopes can be specified either as an array or as a single, space-delimited string.
746
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
754
+ * scopes: [
755
+ * 'https://www.googleapis.com/auth/sasportal',
756
+ * 'https://www.googleapis.com/auth/userinfo.email',
757
+ * ],
747
758
  * });
748
759
  *
749
760
  * // Acquire an auth client, and bind it to all future calls
@@ -801,7 +812,10 @@ export declare namespace sasportal_v1alpha1 {
801
812
  * async function main() {
802
813
  * const auth = new google.auth.GoogleAuth({
803
814
  * // Scopes can be specified either as an array or as a single, space-delimited string.
804
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
815
+ * scopes: [
816
+ * 'https://www.googleapis.com/auth/sasportal',
817
+ * 'https://www.googleapis.com/auth/userinfo.email',
818
+ * ],
805
819
  * });
806
820
  *
807
821
  * // Acquire an auth client, and bind it to all future calls
@@ -860,7 +874,10 @@ export declare namespace sasportal_v1alpha1 {
860
874
  * async function main() {
861
875
  * const auth = new google.auth.GoogleAuth({
862
876
  * // Scopes can be specified either as an array or as a single, space-delimited string.
863
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
877
+ * scopes: [
878
+ * 'https://www.googleapis.com/auth/sasportal',
879
+ * 'https://www.googleapis.com/auth/userinfo.email',
880
+ * ],
864
881
  * });
865
882
  *
866
883
  * // Acquire an auth client, and bind it to all future calls
@@ -965,7 +982,10 @@ export declare namespace sasportal_v1alpha1 {
965
982
  * async function main() {
966
983
  * const auth = new google.auth.GoogleAuth({
967
984
  * // Scopes can be specified either as an array or as a single, space-delimited string.
968
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
985
+ * scopes: [
986
+ * 'https://www.googleapis.com/auth/sasportal',
987
+ * 'https://www.googleapis.com/auth/userinfo.email',
988
+ * ],
969
989
  * });
970
990
  *
971
991
  * // Acquire an auth client, and bind it to all future calls
@@ -1035,7 +1055,10 @@ export declare namespace sasportal_v1alpha1 {
1035
1055
  * async function main() {
1036
1056
  * const auth = new google.auth.GoogleAuth({
1037
1057
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1038
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1058
+ * scopes: [
1059
+ * 'https://www.googleapis.com/auth/sasportal',
1060
+ * 'https://www.googleapis.com/auth/userinfo.email',
1061
+ * ],
1039
1062
  * });
1040
1063
  *
1041
1064
  * // Acquire an auth client, and bind it to all future calls
@@ -1089,7 +1112,10 @@ export declare namespace sasportal_v1alpha1 {
1089
1112
  * async function main() {
1090
1113
  * const auth = new google.auth.GoogleAuth({
1091
1114
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1092
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1115
+ * scopes: [
1116
+ * 'https://www.googleapis.com/auth/sasportal',
1117
+ * 'https://www.googleapis.com/auth/userinfo.email',
1118
+ * ],
1093
1119
  * });
1094
1120
  *
1095
1121
  * // Acquire an auth client, and bind it to all future calls
@@ -1148,7 +1174,10 @@ export declare namespace sasportal_v1alpha1 {
1148
1174
  * async function main() {
1149
1175
  * const auth = new google.auth.GoogleAuth({
1150
1176
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1151
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1177
+ * scopes: [
1178
+ * 'https://www.googleapis.com/auth/sasportal',
1179
+ * 'https://www.googleapis.com/auth/userinfo.email',
1180
+ * ],
1152
1181
  * });
1153
1182
  *
1154
1183
  * // Acquire an auth client, and bind it to all future calls
@@ -1211,7 +1240,10 @@ export declare namespace sasportal_v1alpha1 {
1211
1240
  * async function main() {
1212
1241
  * const auth = new google.auth.GoogleAuth({
1213
1242
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1214
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1243
+ * scopes: [
1244
+ * 'https://www.googleapis.com/auth/sasportal',
1245
+ * 'https://www.googleapis.com/auth/userinfo.email',
1246
+ * ],
1215
1247
  * });
1216
1248
  *
1217
1249
  * // Acquire an auth client, and bind it to all future calls
@@ -1279,7 +1311,10 @@ export declare namespace sasportal_v1alpha1 {
1279
1311
  * async function main() {
1280
1312
  * const auth = new google.auth.GoogleAuth({
1281
1313
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1282
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1314
+ * scopes: [
1315
+ * 'https://www.googleapis.com/auth/sasportal',
1316
+ * 'https://www.googleapis.com/auth/userinfo.email',
1317
+ * ],
1283
1318
  * });
1284
1319
  *
1285
1320
  * // Acquire an auth client, and bind it to all future calls
@@ -1419,7 +1454,10 @@ export declare namespace sasportal_v1alpha1 {
1419
1454
  * async function main() {
1420
1455
  * const auth = new google.auth.GoogleAuth({
1421
1456
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1422
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1457
+ * scopes: [
1458
+ * 'https://www.googleapis.com/auth/sasportal',
1459
+ * 'https://www.googleapis.com/auth/userinfo.email',
1460
+ * ],
1423
1461
  * });
1424
1462
  *
1425
1463
  * // Acquire an auth client, and bind it to all future calls
@@ -1503,7 +1541,10 @@ export declare namespace sasportal_v1alpha1 {
1503
1541
  * async function main() {
1504
1542
  * const auth = new google.auth.GoogleAuth({
1505
1543
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1506
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1544
+ * scopes: [
1545
+ * 'https://www.googleapis.com/auth/sasportal',
1546
+ * 'https://www.googleapis.com/auth/userinfo.email',
1547
+ * ],
1507
1548
  * });
1508
1549
  *
1509
1550
  * // Acquire an auth client, and bind it to all future calls
@@ -1578,7 +1619,10 @@ export declare namespace sasportal_v1alpha1 {
1578
1619
  * async function main() {
1579
1620
  * const auth = new google.auth.GoogleAuth({
1580
1621
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1581
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1622
+ * scopes: [
1623
+ * 'https://www.googleapis.com/auth/sasportal',
1624
+ * 'https://www.googleapis.com/auth/userinfo.email',
1625
+ * ],
1582
1626
  * });
1583
1627
  *
1584
1628
  * // Acquire an auth client, and bind it to all future calls
@@ -1683,7 +1727,10 @@ export declare namespace sasportal_v1alpha1 {
1683
1727
  * async function main() {
1684
1728
  * const auth = new google.auth.GoogleAuth({
1685
1729
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1686
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1730
+ * scopes: [
1731
+ * 'https://www.googleapis.com/auth/sasportal',
1732
+ * 'https://www.googleapis.com/auth/userinfo.email',
1733
+ * ],
1687
1734
  * });
1688
1735
  *
1689
1736
  * // Acquire an auth client, and bind it to all future calls
@@ -1767,7 +1814,10 @@ export declare namespace sasportal_v1alpha1 {
1767
1814
  * async function main() {
1768
1815
  * const auth = new google.auth.GoogleAuth({
1769
1816
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1770
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1817
+ * scopes: [
1818
+ * 'https://www.googleapis.com/auth/sasportal',
1819
+ * 'https://www.googleapis.com/auth/userinfo.email',
1820
+ * ],
1771
1821
  * });
1772
1822
  *
1773
1823
  * // Acquire an auth client, and bind it to all future calls
@@ -1842,7 +1892,10 @@ export declare namespace sasportal_v1alpha1 {
1842
1892
  * async function main() {
1843
1893
  * const auth = new google.auth.GoogleAuth({
1844
1894
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1845
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1895
+ * scopes: [
1896
+ * 'https://www.googleapis.com/auth/sasportal',
1897
+ * 'https://www.googleapis.com/auth/userinfo.email',
1898
+ * ],
1846
1899
  * });
1847
1900
  *
1848
1901
  * // Acquire an auth client, and bind it to all future calls
@@ -1896,7 +1949,10 @@ export declare namespace sasportal_v1alpha1 {
1896
1949
  * async function main() {
1897
1950
  * const auth = new google.auth.GoogleAuth({
1898
1951
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1899
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1952
+ * scopes: [
1953
+ * 'https://www.googleapis.com/auth/sasportal',
1954
+ * 'https://www.googleapis.com/auth/userinfo.email',
1955
+ * ],
1900
1956
  * });
1901
1957
  *
1902
1958
  * // Acquire an auth client, and bind it to all future calls
@@ -1962,7 +2018,10 @@ export declare namespace sasportal_v1alpha1 {
1962
2018
  * async function main() {
1963
2019
  * const auth = new google.auth.GoogleAuth({
1964
2020
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1965
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2021
+ * scopes: [
2022
+ * 'https://www.googleapis.com/auth/sasportal',
2023
+ * 'https://www.googleapis.com/auth/userinfo.email',
2024
+ * ],
1966
2025
  * });
1967
2026
  *
1968
2027
  * // Acquire an auth client, and bind it to all future calls
@@ -2025,7 +2084,10 @@ export declare namespace sasportal_v1alpha1 {
2025
2084
  * async function main() {
2026
2085
  * const auth = new google.auth.GoogleAuth({
2027
2086
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2028
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2087
+ * scopes: [
2088
+ * 'https://www.googleapis.com/auth/sasportal',
2089
+ * 'https://www.googleapis.com/auth/userinfo.email',
2090
+ * ],
2029
2091
  * });
2030
2092
  *
2031
2093
  * // Acquire an auth client, and bind it to all future calls
@@ -2093,7 +2155,10 @@ export declare namespace sasportal_v1alpha1 {
2093
2155
  * async function main() {
2094
2156
  * const auth = new google.auth.GoogleAuth({
2095
2157
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2096
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2158
+ * scopes: [
2159
+ * 'https://www.googleapis.com/auth/sasportal',
2160
+ * 'https://www.googleapis.com/auth/userinfo.email',
2161
+ * ],
2097
2162
  * });
2098
2163
  *
2099
2164
  * // Acquire an auth client, and bind it to all future calls
@@ -2179,7 +2244,10 @@ export declare namespace sasportal_v1alpha1 {
2179
2244
  * async function main() {
2180
2245
  * const auth = new google.auth.GoogleAuth({
2181
2246
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2182
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2247
+ * scopes: [
2248
+ * 'https://www.googleapis.com/auth/sasportal',
2249
+ * 'https://www.googleapis.com/auth/userinfo.email',
2250
+ * ],
2183
2251
  * });
2184
2252
  *
2185
2253
  * // Acquire an auth client, and bind it to all future calls
@@ -2241,7 +2309,10 @@ export declare namespace sasportal_v1alpha1 {
2241
2309
  * async function main() {
2242
2310
  * const auth = new google.auth.GoogleAuth({
2243
2311
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2244
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2312
+ * scopes: [
2313
+ * 'https://www.googleapis.com/auth/sasportal',
2314
+ * 'https://www.googleapis.com/auth/userinfo.email',
2315
+ * ],
2245
2316
  * });
2246
2317
  *
2247
2318
  * // Acquire an auth client, and bind it to all future calls
@@ -2417,7 +2488,10 @@ export declare namespace sasportal_v1alpha1 {
2417
2488
  * async function main() {
2418
2489
  * const auth = new google.auth.GoogleAuth({
2419
2490
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2420
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2491
+ * scopes: [
2492
+ * 'https://www.googleapis.com/auth/sasportal',
2493
+ * 'https://www.googleapis.com/auth/userinfo.email',
2494
+ * ],
2421
2495
  * });
2422
2496
  *
2423
2497
  * // Acquire an auth client, and bind it to all future calls
@@ -2485,7 +2559,10 @@ export declare namespace sasportal_v1alpha1 {
2485
2559
  * async function main() {
2486
2560
  * const auth = new google.auth.GoogleAuth({
2487
2561
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2488
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2562
+ * scopes: [
2563
+ * 'https://www.googleapis.com/auth/sasportal',
2564
+ * 'https://www.googleapis.com/auth/userinfo.email',
2565
+ * ],
2489
2566
  * });
2490
2567
  *
2491
2568
  * // Acquire an auth client, and bind it to all future calls
@@ -2539,7 +2616,10 @@ export declare namespace sasportal_v1alpha1 {
2539
2616
  * async function main() {
2540
2617
  * const auth = new google.auth.GoogleAuth({
2541
2618
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2542
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2619
+ * scopes: [
2620
+ * 'https://www.googleapis.com/auth/sasportal',
2621
+ * 'https://www.googleapis.com/auth/userinfo.email',
2622
+ * ],
2543
2623
  * });
2544
2624
  *
2545
2625
  * // Acquire an auth client, and bind it to all future calls
@@ -2597,7 +2677,10 @@ export declare namespace sasportal_v1alpha1 {
2597
2677
  * async function main() {
2598
2678
  * const auth = new google.auth.GoogleAuth({
2599
2679
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2600
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2680
+ * scopes: [
2681
+ * 'https://www.googleapis.com/auth/sasportal',
2682
+ * 'https://www.googleapis.com/auth/userinfo.email',
2683
+ * ],
2601
2684
  * });
2602
2685
  *
2603
2686
  * // Acquire an auth client, and bind it to all future calls
@@ -2660,7 +2743,10 @@ export declare namespace sasportal_v1alpha1 {
2660
2743
  * async function main() {
2661
2744
  * const auth = new google.auth.GoogleAuth({
2662
2745
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2663
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2746
+ * scopes: [
2747
+ * 'https://www.googleapis.com/auth/sasportal',
2748
+ * 'https://www.googleapis.com/auth/userinfo.email',
2749
+ * ],
2664
2750
  * });
2665
2751
  *
2666
2752
  * // Acquire an auth client, and bind it to all future calls
@@ -2728,7 +2814,10 @@ export declare namespace sasportal_v1alpha1 {
2728
2814
  * async function main() {
2729
2815
  * const auth = new google.auth.GoogleAuth({
2730
2816
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2731
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2817
+ * scopes: [
2818
+ * 'https://www.googleapis.com/auth/sasportal',
2819
+ * 'https://www.googleapis.com/auth/userinfo.email',
2820
+ * ],
2732
2821
  * });
2733
2822
  *
2734
2823
  * // Acquire an auth client, and bind it to all future calls
@@ -2866,7 +2955,10 @@ export declare namespace sasportal_v1alpha1 {
2866
2955
  * async function main() {
2867
2956
  * const auth = new google.auth.GoogleAuth({
2868
2957
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2869
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2958
+ * scopes: [
2959
+ * 'https://www.googleapis.com/auth/sasportal',
2960
+ * 'https://www.googleapis.com/auth/userinfo.email',
2961
+ * ],
2870
2962
  * });
2871
2963
  *
2872
2964
  * // Acquire an auth client, and bind it to all future calls
@@ -2936,7 +3028,10 @@ export declare namespace sasportal_v1alpha1 {
2936
3028
  * async function main() {
2937
3029
  * const auth = new google.auth.GoogleAuth({
2938
3030
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2939
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3031
+ * scopes: [
3032
+ * 'https://www.googleapis.com/auth/sasportal',
3033
+ * 'https://www.googleapis.com/auth/userinfo.email',
3034
+ * ],
2940
3035
  * });
2941
3036
  *
2942
3037
  * // Acquire an auth client, and bind it to all future calls
@@ -3031,7 +3126,10 @@ export declare namespace sasportal_v1alpha1 {
3031
3126
  * async function main() {
3032
3127
  * const auth = new google.auth.GoogleAuth({
3033
3128
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3034
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3129
+ * scopes: [
3130
+ * 'https://www.googleapis.com/auth/sasportal',
3131
+ * 'https://www.googleapis.com/auth/userinfo.email',
3132
+ * ],
3035
3133
  * });
3036
3134
  *
3037
3135
  * // Acquire an auth client, and bind it to all future calls
@@ -3115,7 +3213,10 @@ export declare namespace sasportal_v1alpha1 {
3115
3213
  * async function main() {
3116
3214
  * const auth = new google.auth.GoogleAuth({
3117
3215
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3118
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3216
+ * scopes: [
3217
+ * 'https://www.googleapis.com/auth/sasportal',
3218
+ * 'https://www.googleapis.com/auth/userinfo.email',
3219
+ * ],
3119
3220
  * });
3120
3221
  *
3121
3222
  * // Acquire an auth client, and bind it to all future calls
@@ -3190,7 +3291,10 @@ export declare namespace sasportal_v1alpha1 {
3190
3291
  * async function main() {
3191
3292
  * const auth = new google.auth.GoogleAuth({
3192
3293
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3193
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3294
+ * scopes: [
3295
+ * 'https://www.googleapis.com/auth/sasportal',
3296
+ * 'https://www.googleapis.com/auth/userinfo.email',
3297
+ * ],
3194
3298
  * });
3195
3299
  *
3196
3300
  * // Acquire an auth client, and bind it to all future calls
@@ -3295,7 +3399,10 @@ export declare namespace sasportal_v1alpha1 {
3295
3399
  * async function main() {
3296
3400
  * const auth = new google.auth.GoogleAuth({
3297
3401
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3298
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3402
+ * scopes: [
3403
+ * 'https://www.googleapis.com/auth/sasportal',
3404
+ * 'https://www.googleapis.com/auth/userinfo.email',
3405
+ * ],
3299
3406
  * });
3300
3407
  *
3301
3408
  * // Acquire an auth client, and bind it to all future calls
@@ -3363,7 +3470,10 @@ export declare namespace sasportal_v1alpha1 {
3363
3470
  * async function main() {
3364
3471
  * const auth = new google.auth.GoogleAuth({
3365
3472
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3366
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3473
+ * scopes: [
3474
+ * 'https://www.googleapis.com/auth/sasportal',
3475
+ * 'https://www.googleapis.com/auth/userinfo.email',
3476
+ * ],
3367
3477
  * });
3368
3478
  *
3369
3479
  * // Acquire an auth client, and bind it to all future calls
@@ -3459,7 +3569,10 @@ export declare namespace sasportal_v1alpha1 {
3459
3569
  * async function main() {
3460
3570
  * const auth = new google.auth.GoogleAuth({
3461
3571
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3462
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3572
+ * scopes: [
3573
+ * 'https://www.googleapis.com/auth/sasportal',
3574
+ * 'https://www.googleapis.com/auth/userinfo.email',
3575
+ * ],
3463
3576
  * });
3464
3577
  *
3465
3578
  * // Acquire an auth client, and bind it to all future calls
@@ -3528,7 +3641,10 @@ export declare namespace sasportal_v1alpha1 {
3528
3641
  * async function main() {
3529
3642
  * const auth = new google.auth.GoogleAuth({
3530
3643
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3531
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3644
+ * scopes: [
3645
+ * 'https://www.googleapis.com/auth/sasportal',
3646
+ * 'https://www.googleapis.com/auth/userinfo.email',
3647
+ * ],
3532
3648
  * });
3533
3649
  *
3534
3650
  * // Acquire an auth client, and bind it to all future calls
@@ -3582,7 +3698,10 @@ export declare namespace sasportal_v1alpha1 {
3582
3698
  * async function main() {
3583
3699
  * const auth = new google.auth.GoogleAuth({
3584
3700
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3585
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3701
+ * scopes: [
3702
+ * 'https://www.googleapis.com/auth/sasportal',
3703
+ * 'https://www.googleapis.com/auth/userinfo.email',
3704
+ * ],
3586
3705
  * });
3587
3706
  *
3588
3707
  * // Acquire an auth client, and bind it to all future calls
@@ -3648,7 +3767,10 @@ export declare namespace sasportal_v1alpha1 {
3648
3767
  * async function main() {
3649
3768
  * const auth = new google.auth.GoogleAuth({
3650
3769
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3651
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3770
+ * scopes: [
3771
+ * 'https://www.googleapis.com/auth/sasportal',
3772
+ * 'https://www.googleapis.com/auth/userinfo.email',
3773
+ * ],
3652
3774
  * });
3653
3775
  *
3654
3776
  * // Acquire an auth client, and bind it to all future calls
@@ -3716,7 +3838,10 @@ export declare namespace sasportal_v1alpha1 {
3716
3838
  * async function main() {
3717
3839
  * const auth = new google.auth.GoogleAuth({
3718
3840
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3719
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3841
+ * scopes: [
3842
+ * 'https://www.googleapis.com/auth/sasportal',
3843
+ * 'https://www.googleapis.com/auth/userinfo.email',
3844
+ * ],
3720
3845
  * });
3721
3846
  *
3722
3847
  * // Acquire an auth client, and bind it to all future calls
@@ -3802,7 +3927,10 @@ export declare namespace sasportal_v1alpha1 {
3802
3927
  * async function main() {
3803
3928
  * const auth = new google.auth.GoogleAuth({
3804
3929
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3805
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3930
+ * scopes: [
3931
+ * 'https://www.googleapis.com/auth/sasportal',
3932
+ * 'https://www.googleapis.com/auth/userinfo.email',
3933
+ * ],
3806
3934
  * });
3807
3935
  *
3808
3936
  * // Acquire an auth client, and bind it to all future calls
@@ -3864,7 +3992,10 @@ export declare namespace sasportal_v1alpha1 {
3864
3992
  * async function main() {
3865
3993
  * const auth = new google.auth.GoogleAuth({
3866
3994
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3867
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3995
+ * scopes: [
3996
+ * 'https://www.googleapis.com/auth/sasportal',
3997
+ * 'https://www.googleapis.com/auth/userinfo.email',
3998
+ * ],
3868
3999
  * });
3869
4000
  *
3870
4001
  * // Acquire an auth client, and bind it to all future calls
@@ -3999,7 +4130,10 @@ export declare namespace sasportal_v1alpha1 {
3999
4130
  * async function main() {
4000
4131
  * const auth = new google.auth.GoogleAuth({
4001
4132
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4002
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4133
+ * scopes: [
4134
+ * 'https://www.googleapis.com/auth/sasportal',
4135
+ * 'https://www.googleapis.com/auth/userinfo.email',
4136
+ * ],
4003
4137
  * });
4004
4138
  *
4005
4139
  * // Acquire an auth client, and bind it to all future calls
@@ -4058,7 +4192,10 @@ export declare namespace sasportal_v1alpha1 {
4058
4192
  * async function main() {
4059
4193
  * const auth = new google.auth.GoogleAuth({
4060
4194
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4061
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4195
+ * scopes: [
4196
+ * 'https://www.googleapis.com/auth/sasportal',
4197
+ * 'https://www.googleapis.com/auth/userinfo.email',
4198
+ * ],
4062
4199
  * });
4063
4200
  *
4064
4201
  * // Acquire an auth client, and bind it to all future calls
@@ -4138,7 +4275,10 @@ export declare namespace sasportal_v1alpha1 {
4138
4275
  * async function main() {
4139
4276
  * const auth = new google.auth.GoogleAuth({
4140
4277
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4141
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4278
+ * scopes: [
4279
+ * 'https://www.googleapis.com/auth/sasportal',
4280
+ * 'https://www.googleapis.com/auth/userinfo.email',
4281
+ * ],
4142
4282
  * });
4143
4283
  *
4144
4284
  * // Acquire an auth client, and bind it to all future calls
@@ -4207,7 +4347,10 @@ export declare namespace sasportal_v1alpha1 {
4207
4347
  * async function main() {
4208
4348
  * const auth = new google.auth.GoogleAuth({
4209
4349
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4210
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4350
+ * scopes: [
4351
+ * 'https://www.googleapis.com/auth/sasportal',
4352
+ * 'https://www.googleapis.com/auth/userinfo.email',
4353
+ * ],
4211
4354
  * });
4212
4355
  *
4213
4356
  * // Acquire an auth client, and bind it to all future calls
@@ -4261,7 +4404,10 @@ export declare namespace sasportal_v1alpha1 {
4261
4404
  * async function main() {
4262
4405
  * const auth = new google.auth.GoogleAuth({
4263
4406
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4264
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4407
+ * scopes: [
4408
+ * 'https://www.googleapis.com/auth/sasportal',
4409
+ * 'https://www.googleapis.com/auth/userinfo.email',
4410
+ * ],
4265
4411
  * });
4266
4412
  *
4267
4413
  * // Acquire an auth client, and bind it to all future calls
@@ -4320,7 +4466,10 @@ export declare namespace sasportal_v1alpha1 {
4320
4466
  * async function main() {
4321
4467
  * const auth = new google.auth.GoogleAuth({
4322
4468
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4323
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4469
+ * scopes: [
4470
+ * 'https://www.googleapis.com/auth/sasportal',
4471
+ * 'https://www.googleapis.com/auth/userinfo.email',
4472
+ * ],
4324
4473
  * });
4325
4474
  *
4326
4475
  * // Acquire an auth client, and bind it to all future calls
@@ -4383,7 +4532,10 @@ export declare namespace sasportal_v1alpha1 {
4383
4532
  * async function main() {
4384
4533
  * const auth = new google.auth.GoogleAuth({
4385
4534
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4386
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4535
+ * scopes: [
4536
+ * 'https://www.googleapis.com/auth/sasportal',
4537
+ * 'https://www.googleapis.com/auth/userinfo.email',
4538
+ * ],
4387
4539
  * });
4388
4540
  *
4389
4541
  * // Acquire an auth client, and bind it to all future calls
@@ -4451,7 +4603,10 @@ export declare namespace sasportal_v1alpha1 {
4451
4603
  * async function main() {
4452
4604
  * const auth = new google.auth.GoogleAuth({
4453
4605
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4454
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4606
+ * scopes: [
4607
+ * 'https://www.googleapis.com/auth/sasportal',
4608
+ * 'https://www.googleapis.com/auth/userinfo.email',
4609
+ * ],
4455
4610
  * });
4456
4611
  *
4457
4612
  * // Acquire an auth client, and bind it to all future calls
@@ -4581,7 +4736,10 @@ export declare namespace sasportal_v1alpha1 {
4581
4736
  * async function main() {
4582
4737
  * const auth = new google.auth.GoogleAuth({
4583
4738
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4584
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4739
+ * scopes: [
4740
+ * 'https://www.googleapis.com/auth/sasportal',
4741
+ * 'https://www.googleapis.com/auth/userinfo.email',
4742
+ * ],
4585
4743
  * });
4586
4744
  *
4587
4745
  * // Acquire an auth client, and bind it to all future calls
@@ -4665,7 +4823,10 @@ export declare namespace sasportal_v1alpha1 {
4665
4823
  * async function main() {
4666
4824
  * const auth = new google.auth.GoogleAuth({
4667
4825
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4668
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4826
+ * scopes: [
4827
+ * 'https://www.googleapis.com/auth/sasportal',
4828
+ * 'https://www.googleapis.com/auth/userinfo.email',
4829
+ * ],
4669
4830
  * });
4670
4831
  *
4671
4832
  * // Acquire an auth client, and bind it to all future calls
@@ -4740,7 +4901,10 @@ export declare namespace sasportal_v1alpha1 {
4740
4901
  * async function main() {
4741
4902
  * const auth = new google.auth.GoogleAuth({
4742
4903
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4743
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4904
+ * scopes: [
4905
+ * 'https://www.googleapis.com/auth/sasportal',
4906
+ * 'https://www.googleapis.com/auth/userinfo.email',
4907
+ * ],
4744
4908
  * });
4745
4909
  *
4746
4910
  * // Acquire an auth client, and bind it to all future calls
@@ -4845,7 +5009,10 @@ export declare namespace sasportal_v1alpha1 {
4845
5009
  * async function main() {
4846
5010
  * const auth = new google.auth.GoogleAuth({
4847
5011
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4848
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5012
+ * scopes: [
5013
+ * 'https://www.googleapis.com/auth/sasportal',
5014
+ * 'https://www.googleapis.com/auth/userinfo.email',
5015
+ * ],
4849
5016
  * });
4850
5017
  *
4851
5018
  * // Acquire an auth client, and bind it to all future calls
@@ -4929,7 +5096,10 @@ export declare namespace sasportal_v1alpha1 {
4929
5096
  * async function main() {
4930
5097
  * const auth = new google.auth.GoogleAuth({
4931
5098
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4932
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5099
+ * scopes: [
5100
+ * 'https://www.googleapis.com/auth/sasportal',
5101
+ * 'https://www.googleapis.com/auth/userinfo.email',
5102
+ * ],
4933
5103
  * });
4934
5104
  *
4935
5105
  * // Acquire an auth client, and bind it to all future calls
@@ -5004,7 +5174,10 @@ export declare namespace sasportal_v1alpha1 {
5004
5174
  * async function main() {
5005
5175
  * const auth = new google.auth.GoogleAuth({
5006
5176
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5007
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5177
+ * scopes: [
5178
+ * 'https://www.googleapis.com/auth/sasportal',
5179
+ * 'https://www.googleapis.com/auth/userinfo.email',
5180
+ * ],
5008
5181
  * });
5009
5182
  *
5010
5183
  * // Acquire an auth client, and bind it to all future calls
@@ -5058,7 +5231,10 @@ export declare namespace sasportal_v1alpha1 {
5058
5231
  * async function main() {
5059
5232
  * const auth = new google.auth.GoogleAuth({
5060
5233
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5061
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5234
+ * scopes: [
5235
+ * 'https://www.googleapis.com/auth/sasportal',
5236
+ * 'https://www.googleapis.com/auth/userinfo.email',
5237
+ * ],
5062
5238
  * });
5063
5239
  *
5064
5240
  * // Acquire an auth client, and bind it to all future calls
@@ -5124,7 +5300,10 @@ export declare namespace sasportal_v1alpha1 {
5124
5300
  * async function main() {
5125
5301
  * const auth = new google.auth.GoogleAuth({
5126
5302
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5127
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5303
+ * scopes: [
5304
+ * 'https://www.googleapis.com/auth/sasportal',
5305
+ * 'https://www.googleapis.com/auth/userinfo.email',
5306
+ * ],
5128
5307
  * });
5129
5308
  *
5130
5309
  * // Acquire an auth client, and bind it to all future calls
@@ -5187,7 +5366,10 @@ export declare namespace sasportal_v1alpha1 {
5187
5366
  * async function main() {
5188
5367
  * const auth = new google.auth.GoogleAuth({
5189
5368
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5190
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5369
+ * scopes: [
5370
+ * 'https://www.googleapis.com/auth/sasportal',
5371
+ * 'https://www.googleapis.com/auth/userinfo.email',
5372
+ * ],
5191
5373
  * });
5192
5374
  *
5193
5375
  * // Acquire an auth client, and bind it to all future calls
@@ -5255,7 +5437,10 @@ export declare namespace sasportal_v1alpha1 {
5255
5437
  * async function main() {
5256
5438
  * const auth = new google.auth.GoogleAuth({
5257
5439
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5258
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5440
+ * scopes: [
5441
+ * 'https://www.googleapis.com/auth/sasportal',
5442
+ * 'https://www.googleapis.com/auth/userinfo.email',
5443
+ * ],
5259
5444
  * });
5260
5445
  *
5261
5446
  * // Acquire an auth client, and bind it to all future calls
@@ -5341,7 +5526,10 @@ export declare namespace sasportal_v1alpha1 {
5341
5526
  * async function main() {
5342
5527
  * const auth = new google.auth.GoogleAuth({
5343
5528
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5344
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5529
+ * scopes: [
5530
+ * 'https://www.googleapis.com/auth/sasportal',
5531
+ * 'https://www.googleapis.com/auth/userinfo.email',
5532
+ * ],
5345
5533
  * });
5346
5534
  *
5347
5535
  * // Acquire an auth client, and bind it to all future calls
@@ -5403,7 +5591,10 @@ export declare namespace sasportal_v1alpha1 {
5403
5591
  * async function main() {
5404
5592
  * const auth = new google.auth.GoogleAuth({
5405
5593
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5406
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5594
+ * scopes: [
5595
+ * 'https://www.googleapis.com/auth/sasportal',
5596
+ * 'https://www.googleapis.com/auth/userinfo.email',
5597
+ * ],
5407
5598
  * });
5408
5599
  *
5409
5600
  * // Acquire an auth client, and bind it to all future calls
@@ -5579,7 +5770,10 @@ export declare namespace sasportal_v1alpha1 {
5579
5770
  * async function main() {
5580
5771
  * const auth = new google.auth.GoogleAuth({
5581
5772
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5582
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5773
+ * scopes: [
5774
+ * 'https://www.googleapis.com/auth/sasportal',
5775
+ * 'https://www.googleapis.com/auth/userinfo.email',
5776
+ * ],
5583
5777
  * });
5584
5778
  *
5585
5779
  * // Acquire an auth client, and bind it to all future calls
@@ -5647,7 +5841,10 @@ export declare namespace sasportal_v1alpha1 {
5647
5841
  * async function main() {
5648
5842
  * const auth = new google.auth.GoogleAuth({
5649
5843
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5650
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5844
+ * scopes: [
5845
+ * 'https://www.googleapis.com/auth/sasportal',
5846
+ * 'https://www.googleapis.com/auth/userinfo.email',
5847
+ * ],
5651
5848
  * });
5652
5849
  *
5653
5850
  * // Acquire an auth client, and bind it to all future calls
@@ -5701,7 +5898,10 @@ export declare namespace sasportal_v1alpha1 {
5701
5898
  * async function main() {
5702
5899
  * const auth = new google.auth.GoogleAuth({
5703
5900
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5704
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5901
+ * scopes: [
5902
+ * 'https://www.googleapis.com/auth/sasportal',
5903
+ * 'https://www.googleapis.com/auth/userinfo.email',
5904
+ * ],
5705
5905
  * });
5706
5906
  *
5707
5907
  * // Acquire an auth client, and bind it to all future calls
@@ -5759,7 +5959,10 @@ export declare namespace sasportal_v1alpha1 {
5759
5959
  * async function main() {
5760
5960
  * const auth = new google.auth.GoogleAuth({
5761
5961
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5762
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5962
+ * scopes: [
5963
+ * 'https://www.googleapis.com/auth/sasportal',
5964
+ * 'https://www.googleapis.com/auth/userinfo.email',
5965
+ * ],
5763
5966
  * });
5764
5967
  *
5765
5968
  * // Acquire an auth client, and bind it to all future calls
@@ -5822,7 +6025,10 @@ export declare namespace sasportal_v1alpha1 {
5822
6025
  * async function main() {
5823
6026
  * const auth = new google.auth.GoogleAuth({
5824
6027
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5825
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6028
+ * scopes: [
6029
+ * 'https://www.googleapis.com/auth/sasportal',
6030
+ * 'https://www.googleapis.com/auth/userinfo.email',
6031
+ * ],
5826
6032
  * });
5827
6033
  *
5828
6034
  * // Acquire an auth client, and bind it to all future calls
@@ -5890,7 +6096,10 @@ export declare namespace sasportal_v1alpha1 {
5890
6096
  * async function main() {
5891
6097
  * const auth = new google.auth.GoogleAuth({
5892
6098
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5893
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6099
+ * scopes: [
6100
+ * 'https://www.googleapis.com/auth/sasportal',
6101
+ * 'https://www.googleapis.com/auth/userinfo.email',
6102
+ * ],
5894
6103
  * });
5895
6104
  *
5896
6105
  * // Acquire an auth client, and bind it to all future calls
@@ -6028,7 +6237,10 @@ export declare namespace sasportal_v1alpha1 {
6028
6237
  * async function main() {
6029
6238
  * const auth = new google.auth.GoogleAuth({
6030
6239
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6031
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6240
+ * scopes: [
6241
+ * 'https://www.googleapis.com/auth/sasportal',
6242
+ * 'https://www.googleapis.com/auth/userinfo.email',
6243
+ * ],
6032
6244
  * });
6033
6245
  *
6034
6246
  * // Acquire an auth client, and bind it to all future calls
@@ -6098,7 +6310,10 @@ export declare namespace sasportal_v1alpha1 {
6098
6310
  * async function main() {
6099
6311
  * const auth = new google.auth.GoogleAuth({
6100
6312
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6101
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6313
+ * scopes: [
6314
+ * 'https://www.googleapis.com/auth/sasportal',
6315
+ * 'https://www.googleapis.com/auth/userinfo.email',
6316
+ * ],
6102
6317
  * });
6103
6318
  *
6104
6319
  * // Acquire an auth client, and bind it to all future calls
@@ -6193,7 +6408,10 @@ export declare namespace sasportal_v1alpha1 {
6193
6408
  * async function main() {
6194
6409
  * const auth = new google.auth.GoogleAuth({
6195
6410
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6196
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6411
+ * scopes: [
6412
+ * 'https://www.googleapis.com/auth/sasportal',
6413
+ * 'https://www.googleapis.com/auth/userinfo.email',
6414
+ * ],
6197
6415
  * });
6198
6416
  *
6199
6417
  * // Acquire an auth client, and bind it to all future calls
@@ -6277,7 +6495,10 @@ export declare namespace sasportal_v1alpha1 {
6277
6495
  * async function main() {
6278
6496
  * const auth = new google.auth.GoogleAuth({
6279
6497
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6280
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6498
+ * scopes: [
6499
+ * 'https://www.googleapis.com/auth/sasportal',
6500
+ * 'https://www.googleapis.com/auth/userinfo.email',
6501
+ * ],
6281
6502
  * });
6282
6503
  *
6283
6504
  * // Acquire an auth client, and bind it to all future calls
@@ -6352,7 +6573,10 @@ export declare namespace sasportal_v1alpha1 {
6352
6573
  * async function main() {
6353
6574
  * const auth = new google.auth.GoogleAuth({
6354
6575
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6355
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6576
+ * scopes: [
6577
+ * 'https://www.googleapis.com/auth/sasportal',
6578
+ * 'https://www.googleapis.com/auth/userinfo.email',
6579
+ * ],
6356
6580
  * });
6357
6581
  *
6358
6582
  * // Acquire an auth client, and bind it to all future calls
@@ -6457,7 +6681,10 @@ export declare namespace sasportal_v1alpha1 {
6457
6681
  * async function main() {
6458
6682
  * const auth = new google.auth.GoogleAuth({
6459
6683
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6460
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6684
+ * scopes: [
6685
+ * 'https://www.googleapis.com/auth/sasportal',
6686
+ * 'https://www.googleapis.com/auth/userinfo.email',
6687
+ * ],
6461
6688
  * });
6462
6689
  *
6463
6690
  * // Acquire an auth client, and bind it to all future calls
@@ -6525,7 +6752,10 @@ export declare namespace sasportal_v1alpha1 {
6525
6752
  * async function main() {
6526
6753
  * const auth = new google.auth.GoogleAuth({
6527
6754
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6528
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6755
+ * scopes: [
6756
+ * 'https://www.googleapis.com/auth/sasportal',
6757
+ * 'https://www.googleapis.com/auth/userinfo.email',
6758
+ * ],
6529
6759
  * });
6530
6760
  *
6531
6761
  * // Acquire an auth client, and bind it to all future calls
@@ -6620,7 +6850,10 @@ export declare namespace sasportal_v1alpha1 {
6620
6850
  * async function main() {
6621
6851
  * const auth = new google.auth.GoogleAuth({
6622
6852
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6623
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6853
+ * scopes: [
6854
+ * 'https://www.googleapis.com/auth/sasportal',
6855
+ * 'https://www.googleapis.com/auth/userinfo.email',
6856
+ * ],
6624
6857
  * });
6625
6858
  *
6626
6859
  * // Acquire an auth client, and bind it to all future calls
@@ -6682,7 +6915,10 @@ export declare namespace sasportal_v1alpha1 {
6682
6915
  * async function main() {
6683
6916
  * const auth = new google.auth.GoogleAuth({
6684
6917
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6685
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6918
+ * scopes: [
6919
+ * 'https://www.googleapis.com/auth/sasportal',
6920
+ * 'https://www.googleapis.com/auth/userinfo.email',
6921
+ * ],
6686
6922
  * });
6687
6923
  *
6688
6924
  * // Acquire an auth client, and bind it to all future calls
@@ -6746,7 +6982,10 @@ export declare namespace sasportal_v1alpha1 {
6746
6982
  * async function main() {
6747
6983
  * const auth = new google.auth.GoogleAuth({
6748
6984
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6749
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6985
+ * scopes: [
6986
+ * 'https://www.googleapis.com/auth/sasportal',
6987
+ * 'https://www.googleapis.com/auth/userinfo.email',
6988
+ * ],
6750
6989
  * });
6751
6990
  *
6752
6991
  * // Acquire an auth client, and bind it to all future calls