@cloud-copilot/iam-data 0.9.202412071 → 0.9.202412111

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.
@@ -1269,7 +1269,7 @@
1269
1269
  "name": "PassCollaboration",
1270
1270
  "isPermissionOnly": true,
1271
1271
  "description": "Grants permission to access a collaboration in the context of Clean Rooms ML custom models",
1272
- "accessLevel": "Write",
1272
+ "accessLevel": "Read",
1273
1273
  "resourceTypes": [
1274
1274
  {
1275
1275
  "name": "collaboration",
@@ -1285,7 +1285,7 @@
1285
1285
  "name": "PassMembership",
1286
1286
  "isPermissionOnly": true,
1287
1287
  "description": "Grants permission to access a membership in the context of Clean Rooms ML custom models",
1288
- "accessLevel": "Write",
1288
+ "accessLevel": "Read",
1289
1289
  "resourceTypes": [
1290
1290
  {
1291
1291
  "name": "membership",
@@ -496,6 +496,21 @@
496
496
  "conditionKeys": [],
497
497
  "dependentActions": []
498
498
  },
499
+ "createmanagedloginbranding": {
500
+ "name": "CreateManagedLoginBranding",
501
+ "description": "Grants permission to create a branding settings for managed login and associate it with an app client",
502
+ "accessLevel": "Write",
503
+ "resourceTypes": [
504
+ {
505
+ "name": "userpool",
506
+ "required": true,
507
+ "conditionKeys": [],
508
+ "dependentActions": []
509
+ }
510
+ ],
511
+ "conditionKeys": [],
512
+ "dependentActions": []
513
+ },
499
514
  "createresourceserver": {
500
515
  "name": "CreateResourceServer",
501
516
  "description": "Grants permission to create and configure scopes for OAuth 2.0 resource servers",
@@ -598,6 +613,21 @@
598
613
  "conditionKeys": [],
599
614
  "dependentActions": []
600
615
  },
616
+ "deletemanagedloginbranding": {
617
+ "name": "DeleteManagedLoginBranding",
618
+ "description": "Grants permission to delete the managed login branding style for any app client",
619
+ "accessLevel": "Write",
620
+ "resourceTypes": [
621
+ {
622
+ "name": "userpool",
623
+ "required": true,
624
+ "conditionKeys": [],
625
+ "dependentActions": []
626
+ }
627
+ ],
628
+ "conditionKeys": [],
629
+ "dependentActions": []
630
+ },
601
631
  "deleteresourceserver": {
602
632
  "name": "DeleteResourceServer",
603
633
  "description": "Grants permission to delete any OAuth 2.0 resource server from user pools",
@@ -689,6 +719,36 @@
689
719
  "conditionKeys": [],
690
720
  "dependentActions": []
691
721
  },
722
+ "describemanagedloginbranding": {
723
+ "name": "DescribeManagedLoginBranding",
724
+ "description": "Grants permission to get the detailed information about the branding style of managed login",
725
+ "accessLevel": "Read",
726
+ "resourceTypes": [
727
+ {
728
+ "name": "userpool",
729
+ "required": true,
730
+ "conditionKeys": [],
731
+ "dependentActions": []
732
+ }
733
+ ],
734
+ "conditionKeys": [],
735
+ "dependentActions": []
736
+ },
737
+ "describemanagedloginbrandingbyclient": {
738
+ "name": "DescribeManagedLoginBrandingByClient",
739
+ "description": "Grants permission to get the detailed information about the branding style of managed login associated with an appclient",
740
+ "accessLevel": "Read",
741
+ "resourceTypes": [
742
+ {
743
+ "name": "userpool",
744
+ "required": true,
745
+ "conditionKeys": [],
746
+ "dependentActions": []
747
+ }
748
+ ],
749
+ "conditionKeys": [],
750
+ "dependentActions": []
751
+ },
692
752
  "describeresourceserver": {
693
753
  "name": "DescribeResourceServer",
694
754
  "description": "Grants permission to describe any OAuth 2.0 resource server",
@@ -1343,6 +1403,21 @@
1343
1403
  "conditionKeys": [],
1344
1404
  "dependentActions": []
1345
1405
  },
1406
+ "updatemanagedloginbranding": {
1407
+ "name": "UpdateManagedLoginBranding",
1408
+ "description": "Grants permission to update the branding settings of a managed login",
1409
+ "accessLevel": "Write",
1410
+ "resourceTypes": [
1411
+ {
1412
+ "name": "userpool",
1413
+ "required": true,
1414
+ "conditionKeys": [],
1415
+ "dependentActions": []
1416
+ }
1417
+ ],
1418
+ "conditionKeys": [],
1419
+ "dependentActions": []
1420
+ },
1346
1421
  "updateresourceserver": {
1347
1422
  "name": "UpdateResourceServer",
1348
1423
  "description": "Grants permission to update the configuration of any OAuth 2.0 resource server",