@descope/access-key-management-widget 0.1.9 → 0.1.10
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.
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +94 -47
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -8,9 +8,10 @@ type AccessKey = {
|
|
|
8
8
|
name: string;
|
|
9
9
|
roleNames: string[];
|
|
10
10
|
status: string;
|
|
11
|
-
createdTime:
|
|
11
|
+
createdTime: number;
|
|
12
12
|
expireTime: number;
|
|
13
13
|
expireTimeFormatted?: string;
|
|
14
|
+
createdTimeFormatted?: string;
|
|
14
15
|
createdBy: string;
|
|
15
16
|
clientId: string;
|
|
16
17
|
editable: boolean;
|
|
@@ -1470,9 +1471,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
1470
1471
|
name: string;
|
|
1471
1472
|
roleNames: string[];
|
|
1472
1473
|
status: string;
|
|
1473
|
-
createdTime:
|
|
1474
|
+
createdTime: number;
|
|
1474
1475
|
expireTime: number;
|
|
1475
1476
|
expireTimeFormatted?: string;
|
|
1477
|
+
createdTimeFormatted?: string;
|
|
1476
1478
|
createdBy: string;
|
|
1477
1479
|
clientId: string;
|
|
1478
1480
|
editable: boolean;
|
|
@@ -1530,9 +1532,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
1530
1532
|
name: string;
|
|
1531
1533
|
roleNames: string[];
|
|
1532
1534
|
status: string;
|
|
1533
|
-
createdTime:
|
|
1535
|
+
createdTime: number;
|
|
1534
1536
|
expireTime: number;
|
|
1535
1537
|
expireTimeFormatted?: string;
|
|
1538
|
+
createdTimeFormatted?: string;
|
|
1536
1539
|
createdBy: string;
|
|
1537
1540
|
clientId: string;
|
|
1538
1541
|
editable: boolean;
|
|
@@ -1757,9 +1760,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
1757
1760
|
name: string;
|
|
1758
1761
|
roleNames: string[];
|
|
1759
1762
|
status: string;
|
|
1760
|
-
createdTime:
|
|
1763
|
+
createdTime: number;
|
|
1761
1764
|
expireTime: number;
|
|
1762
1765
|
expireTimeFormatted?: string;
|
|
1766
|
+
createdTimeFormatted?: string;
|
|
1763
1767
|
createdBy: string;
|
|
1764
1768
|
clientId: string;
|
|
1765
1769
|
editable: boolean;
|
|
@@ -1817,9 +1821,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
1817
1821
|
name: string;
|
|
1818
1822
|
roleNames: string[];
|
|
1819
1823
|
status: string;
|
|
1820
|
-
createdTime:
|
|
1824
|
+
createdTime: number;
|
|
1821
1825
|
expireTime: number;
|
|
1822
1826
|
expireTimeFormatted?: string;
|
|
1827
|
+
createdTimeFormatted?: string;
|
|
1823
1828
|
createdBy: string;
|
|
1824
1829
|
clientId: string;
|
|
1825
1830
|
editable: boolean;
|
|
@@ -2044,9 +2049,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2044
2049
|
name: string;
|
|
2045
2050
|
roleNames: string[];
|
|
2046
2051
|
status: string;
|
|
2047
|
-
createdTime:
|
|
2052
|
+
createdTime: number;
|
|
2048
2053
|
expireTime: number;
|
|
2049
2054
|
expireTimeFormatted?: string;
|
|
2055
|
+
createdTimeFormatted?: string;
|
|
2050
2056
|
createdBy: string;
|
|
2051
2057
|
clientId: string;
|
|
2052
2058
|
editable: boolean;
|
|
@@ -2104,9 +2110,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2104
2110
|
name: string;
|
|
2105
2111
|
roleNames: string[];
|
|
2106
2112
|
status: string;
|
|
2107
|
-
createdTime:
|
|
2113
|
+
createdTime: number;
|
|
2108
2114
|
expireTime: number;
|
|
2109
2115
|
expireTimeFormatted?: string;
|
|
2116
|
+
createdTimeFormatted?: string;
|
|
2110
2117
|
createdBy: string;
|
|
2111
2118
|
clientId: string;
|
|
2112
2119
|
editable: boolean;
|
|
@@ -2331,9 +2338,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2331
2338
|
name: string;
|
|
2332
2339
|
roleNames: string[];
|
|
2333
2340
|
status: string;
|
|
2334
|
-
createdTime:
|
|
2341
|
+
createdTime: number;
|
|
2335
2342
|
expireTime: number;
|
|
2336
2343
|
expireTimeFormatted?: string;
|
|
2344
|
+
createdTimeFormatted?: string;
|
|
2337
2345
|
createdBy: string;
|
|
2338
2346
|
clientId: string;
|
|
2339
2347
|
editable: boolean;
|
|
@@ -2391,9 +2399,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2391
2399
|
name: string;
|
|
2392
2400
|
roleNames: string[];
|
|
2393
2401
|
status: string;
|
|
2394
|
-
createdTime:
|
|
2402
|
+
createdTime: number;
|
|
2395
2403
|
expireTime: number;
|
|
2396
2404
|
expireTimeFormatted?: string;
|
|
2405
|
+
createdTimeFormatted?: string;
|
|
2397
2406
|
createdBy: string;
|
|
2398
2407
|
clientId: string;
|
|
2399
2408
|
editable: boolean;
|
|
@@ -2618,9 +2627,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2618
2627
|
name: string;
|
|
2619
2628
|
roleNames: string[];
|
|
2620
2629
|
status: string;
|
|
2621
|
-
createdTime:
|
|
2630
|
+
createdTime: number;
|
|
2622
2631
|
expireTime: number;
|
|
2623
2632
|
expireTimeFormatted?: string;
|
|
2633
|
+
createdTimeFormatted?: string;
|
|
2624
2634
|
createdBy: string;
|
|
2625
2635
|
clientId: string;
|
|
2626
2636
|
editable: boolean;
|
|
@@ -2678,9 +2688,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2678
2688
|
name: string;
|
|
2679
2689
|
roleNames: string[];
|
|
2680
2690
|
status: string;
|
|
2681
|
-
createdTime:
|
|
2691
|
+
createdTime: number;
|
|
2682
2692
|
expireTime: number;
|
|
2683
2693
|
expireTimeFormatted?: string;
|
|
2694
|
+
createdTimeFormatted?: string;
|
|
2684
2695
|
createdBy: string;
|
|
2685
2696
|
clientId: string;
|
|
2686
2697
|
editable: boolean;
|
|
@@ -2905,9 +2916,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2905
2916
|
name: string;
|
|
2906
2917
|
roleNames: string[];
|
|
2907
2918
|
status: string;
|
|
2908
|
-
createdTime:
|
|
2919
|
+
createdTime: number;
|
|
2909
2920
|
expireTime: number;
|
|
2910
2921
|
expireTimeFormatted?: string;
|
|
2922
|
+
createdTimeFormatted?: string;
|
|
2911
2923
|
createdBy: string;
|
|
2912
2924
|
clientId: string;
|
|
2913
2925
|
editable: boolean;
|
|
@@ -2965,9 +2977,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
2965
2977
|
name: string;
|
|
2966
2978
|
roleNames: string[];
|
|
2967
2979
|
status: string;
|
|
2968
|
-
createdTime:
|
|
2980
|
+
createdTime: number;
|
|
2969
2981
|
expireTime: number;
|
|
2970
2982
|
expireTimeFormatted?: string;
|
|
2983
|
+
createdTimeFormatted?: string;
|
|
2971
2984
|
createdBy: string;
|
|
2972
2985
|
clientId: string;
|
|
2973
2986
|
editable: boolean;
|
|
@@ -3192,9 +3205,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
3192
3205
|
name: string;
|
|
3193
3206
|
roleNames: string[];
|
|
3194
3207
|
status: string;
|
|
3195
|
-
createdTime:
|
|
3208
|
+
createdTime: number;
|
|
3196
3209
|
expireTime: number;
|
|
3197
3210
|
expireTimeFormatted?: string;
|
|
3211
|
+
createdTimeFormatted?: string;
|
|
3198
3212
|
createdBy: string;
|
|
3199
3213
|
clientId: string;
|
|
3200
3214
|
editable: boolean;
|
|
@@ -3252,9 +3266,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
3252
3266
|
name: string;
|
|
3253
3267
|
roleNames: string[];
|
|
3254
3268
|
status: string;
|
|
3255
|
-
createdTime:
|
|
3269
|
+
createdTime: number;
|
|
3256
3270
|
expireTime: number;
|
|
3257
3271
|
expireTimeFormatted?: string;
|
|
3272
|
+
createdTimeFormatted?: string;
|
|
3258
3273
|
createdBy: string;
|
|
3259
3274
|
clientId: string;
|
|
3260
3275
|
editable: boolean;
|
|
@@ -3479,9 +3494,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
3479
3494
|
name: string;
|
|
3480
3495
|
roleNames: string[];
|
|
3481
3496
|
status: string;
|
|
3482
|
-
createdTime:
|
|
3497
|
+
createdTime: number;
|
|
3483
3498
|
expireTime: number;
|
|
3484
3499
|
expireTimeFormatted?: string;
|
|
3500
|
+
createdTimeFormatted?: string;
|
|
3485
3501
|
createdBy: string;
|
|
3486
3502
|
clientId: string;
|
|
3487
3503
|
editable: boolean;
|
|
@@ -3539,9 +3555,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
3539
3555
|
name: string;
|
|
3540
3556
|
roleNames: string[];
|
|
3541
3557
|
status: string;
|
|
3542
|
-
createdTime:
|
|
3558
|
+
createdTime: number;
|
|
3543
3559
|
expireTime: number;
|
|
3544
3560
|
expireTimeFormatted?: string;
|
|
3561
|
+
createdTimeFormatted?: string;
|
|
3545
3562
|
createdBy: string;
|
|
3546
3563
|
clientId: string;
|
|
3547
3564
|
editable: boolean;
|
|
@@ -3766,9 +3783,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
3766
3783
|
name: string;
|
|
3767
3784
|
roleNames: string[];
|
|
3768
3785
|
status: string;
|
|
3769
|
-
createdTime:
|
|
3786
|
+
createdTime: number;
|
|
3770
3787
|
expireTime: number;
|
|
3771
3788
|
expireTimeFormatted?: string;
|
|
3789
|
+
createdTimeFormatted?: string;
|
|
3772
3790
|
createdBy: string;
|
|
3773
3791
|
clientId: string;
|
|
3774
3792
|
editable: boolean;
|
|
@@ -3826,9 +3844,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
3826
3844
|
name: string;
|
|
3827
3845
|
roleNames: string[];
|
|
3828
3846
|
status: string;
|
|
3829
|
-
createdTime:
|
|
3847
|
+
createdTime: number;
|
|
3830
3848
|
expireTime: number;
|
|
3831
3849
|
expireTimeFormatted?: string;
|
|
3850
|
+
createdTimeFormatted?: string;
|
|
3832
3851
|
createdBy: string;
|
|
3833
3852
|
clientId: string;
|
|
3834
3853
|
editable: boolean;
|
|
@@ -4053,9 +4072,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4053
4072
|
name: string;
|
|
4054
4073
|
roleNames: string[];
|
|
4055
4074
|
status: string;
|
|
4056
|
-
createdTime:
|
|
4075
|
+
createdTime: number;
|
|
4057
4076
|
expireTime: number;
|
|
4058
4077
|
expireTimeFormatted?: string;
|
|
4078
|
+
createdTimeFormatted?: string;
|
|
4059
4079
|
createdBy: string;
|
|
4060
4080
|
clientId: string;
|
|
4061
4081
|
editable: boolean;
|
|
@@ -4113,9 +4133,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4113
4133
|
name: string;
|
|
4114
4134
|
roleNames: string[];
|
|
4115
4135
|
status: string;
|
|
4116
|
-
createdTime:
|
|
4136
|
+
createdTime: number;
|
|
4117
4137
|
expireTime: number;
|
|
4118
4138
|
expireTimeFormatted?: string;
|
|
4139
|
+
createdTimeFormatted?: string;
|
|
4119
4140
|
createdBy: string;
|
|
4120
4141
|
clientId: string;
|
|
4121
4142
|
editable: boolean;
|
|
@@ -4340,9 +4361,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4340
4361
|
name: string;
|
|
4341
4362
|
roleNames: string[];
|
|
4342
4363
|
status: string;
|
|
4343
|
-
createdTime:
|
|
4364
|
+
createdTime: number;
|
|
4344
4365
|
expireTime: number;
|
|
4345
4366
|
expireTimeFormatted?: string;
|
|
4367
|
+
createdTimeFormatted?: string;
|
|
4346
4368
|
createdBy: string;
|
|
4347
4369
|
clientId: string;
|
|
4348
4370
|
editable: boolean;
|
|
@@ -4400,9 +4422,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4400
4422
|
name: string;
|
|
4401
4423
|
roleNames: string[];
|
|
4402
4424
|
status: string;
|
|
4403
|
-
createdTime:
|
|
4425
|
+
createdTime: number;
|
|
4404
4426
|
expireTime: number;
|
|
4405
4427
|
expireTimeFormatted?: string;
|
|
4428
|
+
createdTimeFormatted?: string;
|
|
4406
4429
|
createdBy: string;
|
|
4407
4430
|
clientId: string;
|
|
4408
4431
|
editable: boolean;
|
|
@@ -4627,9 +4650,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4627
4650
|
name: string;
|
|
4628
4651
|
roleNames: string[];
|
|
4629
4652
|
status: string;
|
|
4630
|
-
createdTime:
|
|
4653
|
+
createdTime: number;
|
|
4631
4654
|
expireTime: number;
|
|
4632
4655
|
expireTimeFormatted?: string;
|
|
4656
|
+
createdTimeFormatted?: string;
|
|
4633
4657
|
createdBy: string;
|
|
4634
4658
|
clientId: string;
|
|
4635
4659
|
editable: boolean;
|
|
@@ -4687,9 +4711,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4687
4711
|
name: string;
|
|
4688
4712
|
roleNames: string[];
|
|
4689
4713
|
status: string;
|
|
4690
|
-
createdTime:
|
|
4714
|
+
createdTime: number;
|
|
4691
4715
|
expireTime: number;
|
|
4692
4716
|
expireTimeFormatted?: string;
|
|
4717
|
+
createdTimeFormatted?: string;
|
|
4693
4718
|
createdBy: string;
|
|
4694
4719
|
clientId: string;
|
|
4695
4720
|
editable: boolean;
|
|
@@ -4914,9 +4939,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4914
4939
|
name: string;
|
|
4915
4940
|
roleNames: string[];
|
|
4916
4941
|
status: string;
|
|
4917
|
-
createdTime:
|
|
4942
|
+
createdTime: number;
|
|
4918
4943
|
expireTime: number;
|
|
4919
4944
|
expireTimeFormatted?: string;
|
|
4945
|
+
createdTimeFormatted?: string;
|
|
4920
4946
|
createdBy: string;
|
|
4921
4947
|
clientId: string;
|
|
4922
4948
|
editable: boolean;
|
|
@@ -4974,9 +5000,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
4974
5000
|
name: string;
|
|
4975
5001
|
roleNames: string[];
|
|
4976
5002
|
status: string;
|
|
4977
|
-
createdTime:
|
|
5003
|
+
createdTime: number;
|
|
4978
5004
|
expireTime: number;
|
|
4979
5005
|
expireTimeFormatted?: string;
|
|
5006
|
+
createdTimeFormatted?: string;
|
|
4980
5007
|
createdBy: string;
|
|
4981
5008
|
clientId: string;
|
|
4982
5009
|
editable: boolean;
|
|
@@ -5201,9 +5228,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
5201
5228
|
name: string;
|
|
5202
5229
|
roleNames: string[];
|
|
5203
5230
|
status: string;
|
|
5204
|
-
createdTime:
|
|
5231
|
+
createdTime: number;
|
|
5205
5232
|
expireTime: number;
|
|
5206
5233
|
expireTimeFormatted?: string;
|
|
5234
|
+
createdTimeFormatted?: string;
|
|
5207
5235
|
createdBy: string;
|
|
5208
5236
|
clientId: string;
|
|
5209
5237
|
editable: boolean;
|
|
@@ -5261,9 +5289,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
5261
5289
|
name: string;
|
|
5262
5290
|
roleNames: string[];
|
|
5263
5291
|
status: string;
|
|
5264
|
-
createdTime:
|
|
5292
|
+
createdTime: number;
|
|
5265
5293
|
expireTime: number;
|
|
5266
5294
|
expireTimeFormatted?: string;
|
|
5295
|
+
createdTimeFormatted?: string;
|
|
5267
5296
|
createdBy: string;
|
|
5268
5297
|
clientId: string;
|
|
5269
5298
|
editable: boolean;
|
|
@@ -5488,9 +5517,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
5488
5517
|
name: string;
|
|
5489
5518
|
roleNames: string[];
|
|
5490
5519
|
status: string;
|
|
5491
|
-
createdTime:
|
|
5520
|
+
createdTime: number;
|
|
5492
5521
|
expireTime: number;
|
|
5493
5522
|
expireTimeFormatted?: string;
|
|
5523
|
+
createdTimeFormatted?: string;
|
|
5494
5524
|
createdBy: string;
|
|
5495
5525
|
clientId: string;
|
|
5496
5526
|
editable: boolean;
|
|
@@ -5548,9 +5578,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
5548
5578
|
name: string;
|
|
5549
5579
|
roleNames: string[];
|
|
5550
5580
|
status: string;
|
|
5551
|
-
createdTime:
|
|
5581
|
+
createdTime: number;
|
|
5552
5582
|
expireTime: number;
|
|
5553
5583
|
expireTimeFormatted?: string;
|
|
5584
|
+
createdTimeFormatted?: string;
|
|
5554
5585
|
createdBy: string;
|
|
5555
5586
|
clientId: string;
|
|
5556
5587
|
editable: boolean;
|
|
@@ -5775,9 +5806,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
5775
5806
|
name: string;
|
|
5776
5807
|
roleNames: string[];
|
|
5777
5808
|
status: string;
|
|
5778
|
-
createdTime:
|
|
5809
|
+
createdTime: number;
|
|
5779
5810
|
expireTime: number;
|
|
5780
5811
|
expireTimeFormatted?: string;
|
|
5812
|
+
createdTimeFormatted?: string;
|
|
5781
5813
|
createdBy: string;
|
|
5782
5814
|
clientId: string;
|
|
5783
5815
|
editable: boolean;
|
|
@@ -5835,9 +5867,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
5835
5867
|
name: string;
|
|
5836
5868
|
roleNames: string[];
|
|
5837
5869
|
status: string;
|
|
5838
|
-
createdTime:
|
|
5870
|
+
createdTime: number;
|
|
5839
5871
|
expireTime: number;
|
|
5840
5872
|
expireTimeFormatted?: string;
|
|
5873
|
+
createdTimeFormatted?: string;
|
|
5841
5874
|
createdBy: string;
|
|
5842
5875
|
clientId: string;
|
|
5843
5876
|
editable: boolean;
|
|
@@ -6062,9 +6095,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6062
6095
|
name: string;
|
|
6063
6096
|
roleNames: string[];
|
|
6064
6097
|
status: string;
|
|
6065
|
-
createdTime:
|
|
6098
|
+
createdTime: number;
|
|
6066
6099
|
expireTime: number;
|
|
6067
6100
|
expireTimeFormatted?: string;
|
|
6101
|
+
createdTimeFormatted?: string;
|
|
6068
6102
|
createdBy: string;
|
|
6069
6103
|
clientId: string;
|
|
6070
6104
|
editable: boolean;
|
|
@@ -6122,9 +6156,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6122
6156
|
name: string;
|
|
6123
6157
|
roleNames: string[];
|
|
6124
6158
|
status: string;
|
|
6125
|
-
createdTime:
|
|
6159
|
+
createdTime: number;
|
|
6126
6160
|
expireTime: number;
|
|
6127
6161
|
expireTimeFormatted?: string;
|
|
6162
|
+
createdTimeFormatted?: string;
|
|
6128
6163
|
createdBy: string;
|
|
6129
6164
|
clientId: string;
|
|
6130
6165
|
editable: boolean;
|
|
@@ -6349,9 +6384,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6349
6384
|
name: string;
|
|
6350
6385
|
roleNames: string[];
|
|
6351
6386
|
status: string;
|
|
6352
|
-
createdTime:
|
|
6387
|
+
createdTime: number;
|
|
6353
6388
|
expireTime: number;
|
|
6354
6389
|
expireTimeFormatted?: string;
|
|
6390
|
+
createdTimeFormatted?: string;
|
|
6355
6391
|
createdBy: string;
|
|
6356
6392
|
clientId: string;
|
|
6357
6393
|
editable: boolean;
|
|
@@ -6409,9 +6445,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6409
6445
|
name: string;
|
|
6410
6446
|
roleNames: string[];
|
|
6411
6447
|
status: string;
|
|
6412
|
-
createdTime:
|
|
6448
|
+
createdTime: number;
|
|
6413
6449
|
expireTime: number;
|
|
6414
6450
|
expireTimeFormatted?: string;
|
|
6451
|
+
createdTimeFormatted?: string;
|
|
6415
6452
|
createdBy: string;
|
|
6416
6453
|
clientId: string;
|
|
6417
6454
|
editable: boolean;
|
|
@@ -6636,9 +6673,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6636
6673
|
name: string;
|
|
6637
6674
|
roleNames: string[];
|
|
6638
6675
|
status: string;
|
|
6639
|
-
createdTime:
|
|
6676
|
+
createdTime: number;
|
|
6640
6677
|
expireTime: number;
|
|
6641
6678
|
expireTimeFormatted?: string;
|
|
6679
|
+
createdTimeFormatted?: string;
|
|
6642
6680
|
createdBy: string;
|
|
6643
6681
|
clientId: string;
|
|
6644
6682
|
editable: boolean;
|
|
@@ -6696,9 +6734,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6696
6734
|
name: string;
|
|
6697
6735
|
roleNames: string[];
|
|
6698
6736
|
status: string;
|
|
6699
|
-
createdTime:
|
|
6737
|
+
createdTime: number;
|
|
6700
6738
|
expireTime: number;
|
|
6701
6739
|
expireTimeFormatted?: string;
|
|
6740
|
+
createdTimeFormatted?: string;
|
|
6702
6741
|
createdBy: string;
|
|
6703
6742
|
clientId: string;
|
|
6704
6743
|
editable: boolean;
|
|
@@ -6923,9 +6962,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6923
6962
|
name: string;
|
|
6924
6963
|
roleNames: string[];
|
|
6925
6964
|
status: string;
|
|
6926
|
-
createdTime:
|
|
6965
|
+
createdTime: number;
|
|
6927
6966
|
expireTime: number;
|
|
6928
6967
|
expireTimeFormatted?: string;
|
|
6968
|
+
createdTimeFormatted?: string;
|
|
6929
6969
|
createdBy: string;
|
|
6930
6970
|
clientId: string;
|
|
6931
6971
|
editable: boolean;
|
|
@@ -6983,9 +7023,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
6983
7023
|
name: string;
|
|
6984
7024
|
roleNames: string[];
|
|
6985
7025
|
status: string;
|
|
6986
|
-
createdTime:
|
|
7026
|
+
createdTime: number;
|
|
6987
7027
|
expireTime: number;
|
|
6988
7028
|
expireTimeFormatted?: string;
|
|
7029
|
+
createdTimeFormatted?: string;
|
|
6989
7030
|
createdBy: string;
|
|
6990
7031
|
clientId: string;
|
|
6991
7032
|
editable: boolean;
|
|
@@ -7210,9 +7251,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
7210
7251
|
name: string;
|
|
7211
7252
|
roleNames: string[];
|
|
7212
7253
|
status: string;
|
|
7213
|
-
createdTime:
|
|
7254
|
+
createdTime: number;
|
|
7214
7255
|
expireTime: number;
|
|
7215
7256
|
expireTimeFormatted?: string;
|
|
7257
|
+
createdTimeFormatted?: string;
|
|
7216
7258
|
createdBy: string;
|
|
7217
7259
|
clientId: string;
|
|
7218
7260
|
editable: boolean;
|
|
@@ -7270,9 +7312,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
7270
7312
|
name: string;
|
|
7271
7313
|
roleNames: string[];
|
|
7272
7314
|
status: string;
|
|
7273
|
-
createdTime:
|
|
7315
|
+
createdTime: number;
|
|
7274
7316
|
expireTime: number;
|
|
7275
7317
|
expireTimeFormatted?: string;
|
|
7318
|
+
createdTimeFormatted?: string;
|
|
7276
7319
|
createdBy: string;
|
|
7277
7320
|
clientId: string;
|
|
7278
7321
|
editable: boolean;
|
|
@@ -7497,9 +7540,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
7497
7540
|
name: string;
|
|
7498
7541
|
roleNames: string[];
|
|
7499
7542
|
status: string;
|
|
7500
|
-
createdTime:
|
|
7543
|
+
createdTime: number;
|
|
7501
7544
|
expireTime: number;
|
|
7502
7545
|
expireTimeFormatted?: string;
|
|
7546
|
+
createdTimeFormatted?: string;
|
|
7503
7547
|
createdBy: string;
|
|
7504
7548
|
clientId: string;
|
|
7505
7549
|
editable: boolean;
|
|
@@ -7557,9 +7601,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
7557
7601
|
name: string;
|
|
7558
7602
|
roleNames: string[];
|
|
7559
7603
|
status: string;
|
|
7560
|
-
createdTime:
|
|
7604
|
+
createdTime: number;
|
|
7561
7605
|
expireTime: number;
|
|
7562
7606
|
expireTimeFormatted?: string;
|
|
7607
|
+
createdTimeFormatted?: string;
|
|
7563
7608
|
createdBy: string;
|
|
7564
7609
|
clientId: string;
|
|
7565
7610
|
editable: boolean;
|
|
@@ -7784,9 +7829,10 @@ declare const AccessKeyManagementWidget: {
|
|
|
7784
7829
|
name: string;
|
|
7785
7830
|
roleNames: string[];
|
|
7786
7831
|
status: string;
|
|
7787
|
-
createdTime:
|
|
7832
|
+
createdTime: number;
|
|
7788
7833
|
expireTime: number;
|
|
7789
7834
|
expireTimeFormatted?: string;
|
|
7835
|
+
createdTimeFormatted?: string;
|
|
7790
7836
|
createdBy: string;
|
|
7791
7837
|
clientId: string;
|
|
7792
7838
|
editable: boolean;
|
|
@@ -7904,11 +7950,12 @@ declare const AccessKeyManagementWidget: {
|
|
|
7904
7950
|
"__#6@#initAccessKeysTable"(): void;
|
|
7905
7951
|
"__#6@#onAccessKeysListUpdate": (accessKeysList: {
|
|
7906
7952
|
expireTimeFormatted: string;
|
|
7953
|
+
createdTimeFormatted: string;
|
|
7907
7954
|
status: string;
|
|
7908
7955
|
id: string;
|
|
7909
7956
|
name: string;
|
|
7910
7957
|
roleNames: string[];
|
|
7911
|
-
createdTime:
|
|
7958
|
+
createdTime: number;
|
|
7912
7959
|
expireTime: number;
|
|
7913
7960
|
createdBy: string;
|
|
7914
7961
|
clientId: string;
|