aws-sdk-quicksight 1.192.0 → 1.193.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +977 -949
- data/lib/aws-sdk-quicksight/client_api.rb +13 -0
- data/lib/aws-sdk-quicksight/types.rb +46 -2
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +7 -1
- data/sig/params.rbs +237 -237
- data/sig/types.rbs +245 -237
- metadata +1 -1
|
@@ -2319,6 +2319,13 @@ module Aws::QuickSight
|
|
|
2319
2319
|
# @option params [Types::Capabilities] :capabilities
|
|
2320
2320
|
# A set of actions to include in the custom permissions profile.
|
|
2321
2321
|
#
|
|
2322
|
+
# @option params [Types::Governance] :governance
|
|
2323
|
+
# The governance configuration for the custom permissions profile. When
|
|
2324
|
+
# governance controls are defined for a category, any capabilities in
|
|
2325
|
+
# that category not explicitly set to `ALLOW` in `Capabilities` are
|
|
2326
|
+
# denied. Even newly added capabilities in the category are implicitly
|
|
2327
|
+
# disabled when Amazon Quick releases them.
|
|
2328
|
+
#
|
|
2322
2329
|
# @option params [Array<Types::Tag>] :tags
|
|
2323
2330
|
# The tags to associate with the custom permissions profile.
|
|
2324
2331
|
#
|
|
@@ -2334,243 +2341,248 @@ module Aws::QuickSight
|
|
|
2334
2341
|
# aws_account_id: "AwsAccountId", # required
|
|
2335
2342
|
# custom_permissions_name: "CustomPermissionsName", # required
|
|
2336
2343
|
# capabilities: {
|
|
2337
|
-
# export_to_csv: "DENY", # accepts DENY
|
|
2338
|
-
# export_to_excel: "DENY", # accepts DENY
|
|
2339
|
-
# export_to_pdf: "DENY", # accepts DENY
|
|
2340
|
-
# print_reports: "DENY", # accepts DENY
|
|
2341
|
-
# create_and_update_themes: "DENY", # accepts DENY
|
|
2342
|
-
# add_or_run_anomaly_detection_for_analyses: "DENY", # accepts DENY
|
|
2343
|
-
# share_analyses: "DENY", # accepts DENY
|
|
2344
|
-
# create_and_update_datasets: "DENY", # accepts DENY
|
|
2345
|
-
# share_datasets: "DENY", # accepts DENY
|
|
2346
|
-
# subscribe_dashboard_email_reports: "DENY", # accepts DENY
|
|
2347
|
-
# create_and_update_dashboard_email_reports: "DENY", # accepts DENY
|
|
2348
|
-
# share_dashboards: "DENY", # accepts DENY
|
|
2349
|
-
# create_and_update_threshold_alerts: "DENY", # accepts DENY
|
|
2350
|
-
# rename_shared_folders: "DENY", # accepts DENY
|
|
2351
|
-
# create_shared_folders: "DENY", # accepts DENY
|
|
2352
|
-
# create_and_update_data_sources: "DENY", # accepts DENY
|
|
2353
|
-
# share_data_sources: "DENY", # accepts DENY
|
|
2354
|
-
# view_account_spice_capacity: "DENY", # accepts DENY
|
|
2355
|
-
# create_spice_dataset: "DENY", # accepts DENY
|
|
2356
|
-
# export_to_pdf_in_scheduled_reports: "DENY", # accepts DENY
|
|
2357
|
-
# export_to_csv_in_scheduled_reports: "DENY", # accepts DENY
|
|
2358
|
-
# export_to_excel_in_scheduled_reports: "DENY", # accepts DENY
|
|
2359
|
-
# include_content_in_scheduled_reports_email: "DENY", # accepts DENY
|
|
2360
|
-
# dashboard: "DENY", # accepts DENY
|
|
2361
|
-
# analysis: "DENY", # accepts DENY
|
|
2362
|
-
# automate: "DENY", # accepts DENY
|
|
2363
|
-
# flow: "DENY", # accepts DENY
|
|
2364
|
-
# apps: "DENY", # accepts DENY
|
|
2365
|
-
# create_and_update_apps: "DENY", # accepts DENY
|
|
2366
|
-
# share_apps: "DENY", # accepts DENY
|
|
2367
|
-
# invoke_apps_ai_inference: "DENY", # accepts DENY
|
|
2368
|
-
# access_apps_native_data_store: "DENY", # accepts DENY
|
|
2369
|
-
# publish_without_approval: "DENY", # accepts DENY
|
|
2370
|
-
# use_bedrock_models: "DENY", # accepts DENY
|
|
2371
|
-
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
2372
|
-
# approve_flow_share_requests: "DENY", # accepts DENY
|
|
2373
|
-
# use_agent_web_search: "DENY", # accepts DENY
|
|
2374
|
-
# knowledge_base: "DENY", # accepts DENY
|
|
2375
|
-
# action: "DENY", # accepts DENY
|
|
2376
|
-
# generic_http_action: "DENY", # accepts DENY
|
|
2377
|
-
# create_and_update_generic_http_action: "DENY", # accepts DENY
|
|
2378
|
-
# share_generic_http_action: "DENY", # accepts DENY
|
|
2379
|
-
# use_generic_http_action: "DENY", # accepts DENY
|
|
2380
|
-
# asana_action: "DENY", # accepts DENY
|
|
2381
|
-
# create_and_update_asana_action: "DENY", # accepts DENY
|
|
2382
|
-
# share_asana_action: "DENY", # accepts DENY
|
|
2383
|
-
# use_asana_action: "DENY", # accepts DENY
|
|
2384
|
-
# slack_action: "DENY", # accepts DENY
|
|
2385
|
-
# create_and_update_slack_action: "DENY", # accepts DENY
|
|
2386
|
-
# share_slack_action: "DENY", # accepts DENY
|
|
2387
|
-
# use_slack_action: "DENY", # accepts DENY
|
|
2388
|
-
# service_now_action: "DENY", # accepts DENY
|
|
2389
|
-
# create_and_update_service_now_action: "DENY", # accepts DENY
|
|
2390
|
-
# share_service_now_action: "DENY", # accepts DENY
|
|
2391
|
-
# use_service_now_action: "DENY", # accepts DENY
|
|
2392
|
-
# salesforce_action: "DENY", # accepts DENY
|
|
2393
|
-
# create_and_update_salesforce_action: "DENY", # accepts DENY
|
|
2394
|
-
# share_salesforce_action: "DENY", # accepts DENY
|
|
2395
|
-
# use_salesforce_action: "DENY", # accepts DENY
|
|
2396
|
-
# ms_exchange_action: "DENY", # accepts DENY
|
|
2397
|
-
# create_and_update_ms_exchange_action: "DENY", # accepts DENY
|
|
2398
|
-
# share_ms_exchange_action: "DENY", # accepts DENY
|
|
2399
|
-
# use_ms_exchange_action: "DENY", # accepts DENY
|
|
2400
|
-
# pager_duty_action: "DENY", # accepts DENY
|
|
2401
|
-
# create_and_update_pager_duty_action: "DENY", # accepts DENY
|
|
2402
|
-
# share_pager_duty_action: "DENY", # accepts DENY
|
|
2403
|
-
# use_pager_duty_action: "DENY", # accepts DENY
|
|
2404
|
-
# jira_action: "DENY", # accepts DENY
|
|
2405
|
-
# create_and_update_jira_action: "DENY", # accepts DENY
|
|
2406
|
-
# share_jira_action: "DENY", # accepts DENY
|
|
2407
|
-
# use_jira_action: "DENY", # accepts DENY
|
|
2408
|
-
# confluence_action: "DENY", # accepts DENY
|
|
2409
|
-
# create_and_update_confluence_action: "DENY", # accepts DENY
|
|
2410
|
-
# share_confluence_action: "DENY", # accepts DENY
|
|
2411
|
-
# use_confluence_action: "DENY", # accepts DENY
|
|
2412
|
-
# one_drive_action: "DENY", # accepts DENY
|
|
2413
|
-
# create_and_update_one_drive_action: "DENY", # accepts DENY
|
|
2414
|
-
# share_one_drive_action: "DENY", # accepts DENY
|
|
2415
|
-
# use_one_drive_action: "DENY", # accepts DENY
|
|
2416
|
-
# share_point_action: "DENY", # accepts DENY
|
|
2417
|
-
# create_and_update_share_point_action: "DENY", # accepts DENY
|
|
2418
|
-
# share_share_point_action: "DENY", # accepts DENY
|
|
2419
|
-
# use_share_point_action: "DENY", # accepts DENY
|
|
2420
|
-
# ms_teams_action: "DENY", # accepts DENY
|
|
2421
|
-
# create_and_update_ms_teams_action: "DENY", # accepts DENY
|
|
2422
|
-
# share_ms_teams_action: "DENY", # accepts DENY
|
|
2423
|
-
# use_ms_teams_action: "DENY", # accepts DENY
|
|
2424
|
-
# google_calendar_action: "DENY", # accepts DENY
|
|
2425
|
-
# create_and_update_google_calendar_action: "DENY", # accepts DENY
|
|
2426
|
-
# share_google_calendar_action: "DENY", # accepts DENY
|
|
2427
|
-
# use_google_calendar_action: "DENY", # accepts DENY
|
|
2428
|
-
# zendesk_action: "DENY", # accepts DENY
|
|
2429
|
-
# create_and_update_zendesk_action: "DENY", # accepts DENY
|
|
2430
|
-
# share_zendesk_action: "DENY", # accepts DENY
|
|
2431
|
-
# use_zendesk_action: "DENY", # accepts DENY
|
|
2432
|
-
# smartsheet_action: "DENY", # accepts DENY
|
|
2433
|
-
# create_and_update_smartsheet_action: "DENY", # accepts DENY
|
|
2434
|
-
# share_smartsheet_action: "DENY", # accepts DENY
|
|
2435
|
-
# use_smartsheet_action: "DENY", # accepts DENY
|
|
2436
|
-
# sap_business_partner_action: "DENY", # accepts DENY
|
|
2437
|
-
# create_and_update_sap_business_partner_action: "DENY", # accepts DENY
|
|
2438
|
-
# share_sap_business_partner_action: "DENY", # accepts DENY
|
|
2439
|
-
# use_sap_business_partner_action: "DENY", # accepts DENY
|
|
2440
|
-
# sap_product_master_data_action: "DENY", # accepts DENY
|
|
2441
|
-
# create_and_update_sap_product_master_data_action: "DENY", # accepts DENY
|
|
2442
|
-
# share_sap_product_master_data_action: "DENY", # accepts DENY
|
|
2443
|
-
# use_sap_product_master_data_action: "DENY", # accepts DENY
|
|
2444
|
-
# sap_physical_inventory_action: "DENY", # accepts DENY
|
|
2445
|
-
# create_and_update_sap_physical_inventory_action: "DENY", # accepts DENY
|
|
2446
|
-
# share_sap_physical_inventory_action: "DENY", # accepts DENY
|
|
2447
|
-
# use_sap_physical_inventory_action: "DENY", # accepts DENY
|
|
2448
|
-
# sap_bill_of_material_action: "DENY", # accepts DENY
|
|
2449
|
-
# create_and_update_sap_bill_of_material_action: "DENY", # accepts DENY
|
|
2450
|
-
# share_sap_bill_of_material_action: "DENY", # accepts DENY
|
|
2451
|
-
# use_sap_bill_of_material_action: "DENY", # accepts DENY
|
|
2452
|
-
# sap_material_stock_action: "DENY", # accepts DENY
|
|
2453
|
-
# create_and_update_sap_material_stock_action: "DENY", # accepts DENY
|
|
2454
|
-
# share_sap_material_stock_action: "DENY", # accepts DENY
|
|
2455
|
-
# use_sap_material_stock_action: "DENY", # accepts DENY
|
|
2456
|
-
# fact_set_action: "DENY", # accepts DENY
|
|
2457
|
-
# create_and_update_fact_set_action: "DENY", # accepts DENY
|
|
2458
|
-
# share_fact_set_action: "DENY", # accepts DENY
|
|
2459
|
-
# use_fact_set_action: "DENY", # accepts DENY
|
|
2460
|
-
# amazon_s_three_action: "DENY", # accepts DENY
|
|
2461
|
-
# create_and_update_amazon_s_three_action: "DENY", # accepts DENY
|
|
2462
|
-
# share_amazon_s_three_action: "DENY", # accepts DENY
|
|
2463
|
-
# use_amazon_s_three_action: "DENY", # accepts DENY
|
|
2464
|
-
# textract_action: "DENY", # accepts DENY
|
|
2465
|
-
# create_and_update_textract_action: "DENY", # accepts DENY
|
|
2466
|
-
# share_textract_action: "DENY", # accepts DENY
|
|
2467
|
-
# use_textract_action: "DENY", # accepts DENY
|
|
2468
|
-
# comprehend_action: "DENY", # accepts DENY
|
|
2469
|
-
# create_and_update_comprehend_action: "DENY", # accepts DENY
|
|
2470
|
-
# share_comprehend_action: "DENY", # accepts DENY
|
|
2471
|
-
# use_comprehend_action: "DENY", # accepts DENY
|
|
2472
|
-
# comprehend_medical_action: "DENY", # accepts DENY
|
|
2473
|
-
# create_and_update_comprehend_medical_action: "DENY", # accepts DENY
|
|
2474
|
-
# share_comprehend_medical_action: "DENY", # accepts DENY
|
|
2475
|
-
# use_comprehend_medical_action: "DENY", # accepts DENY
|
|
2476
|
-
# amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
2477
|
-
# create_and_update_amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
2478
|
-
# share_amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
2479
|
-
# use_amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
2480
|
-
# amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
2481
|
-
# create_and_update_amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
2482
|
-
# share_amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
2483
|
-
# use_amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
2484
|
-
# amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
2485
|
-
# create_and_update_amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
2486
|
-
# share_amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
2487
|
-
# use_amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
2488
|
-
# mcp_action: "DENY", # accepts DENY
|
|
2489
|
-
# create_and_update_mcp_action: "DENY", # accepts DENY
|
|
2490
|
-
# share_mcp_action: "DENY", # accepts DENY
|
|
2491
|
-
# use_mcp_action: "DENY", # accepts DENY
|
|
2492
|
-
# open_api_action: "DENY", # accepts DENY
|
|
2493
|
-
# create_and_update_open_api_action: "DENY", # accepts DENY
|
|
2494
|
-
# share_open_api_action: "DENY", # accepts DENY
|
|
2495
|
-
# use_open_api_action: "DENY", # accepts DENY
|
|
2496
|
-
# sand_pgmi_action: "DENY", # accepts DENY
|
|
2497
|
-
# create_and_update_sand_pgmi_action: "DENY", # accepts DENY
|
|
2498
|
-
# share_sand_pgmi_action: "DENY", # accepts DENY
|
|
2499
|
-
# use_sand_pgmi_action: "DENY", # accepts DENY
|
|
2500
|
-
# sand_p_global_energy_action: "DENY", # accepts DENY
|
|
2501
|
-
# create_and_update_sand_p_global_energy_action: "DENY", # accepts DENY
|
|
2502
|
-
# share_sand_p_global_energy_action: "DENY", # accepts DENY
|
|
2503
|
-
# use_sand_p_global_energy_action: "DENY", # accepts DENY
|
|
2504
|
-
# bamboo_hr_action: "DENY", # accepts DENY
|
|
2505
|
-
# create_and_update_bamboo_hr_action: "DENY", # accepts DENY
|
|
2506
|
-
# share_bamboo_hr_action: "DENY", # accepts DENY
|
|
2507
|
-
# use_bamboo_hr_action: "DENY", # accepts DENY
|
|
2508
|
-
# box_agent_action: "DENY", # accepts DENY
|
|
2509
|
-
# create_and_update_box_agent_action: "DENY", # accepts DENY
|
|
2510
|
-
# share_box_agent_action: "DENY", # accepts DENY
|
|
2511
|
-
# use_box_agent_action: "DENY", # accepts DENY
|
|
2512
|
-
# canva_agent_action: "DENY", # accepts DENY
|
|
2513
|
-
# create_and_update_canva_agent_action: "DENY", # accepts DENY
|
|
2514
|
-
# share_canva_agent_action: "DENY", # accepts DENY
|
|
2515
|
-
# use_canva_agent_action: "DENY", # accepts DENY
|
|
2516
|
-
# github_action: "DENY", # accepts DENY
|
|
2517
|
-
# create_and_update_github_action: "DENY", # accepts DENY
|
|
2518
|
-
# share_github_action: "DENY", # accepts DENY
|
|
2519
|
-
# use_github_action: "DENY", # accepts DENY
|
|
2520
|
-
# notion_action: "DENY", # accepts DENY
|
|
2521
|
-
# create_and_update_notion_action: "DENY", # accepts DENY
|
|
2522
|
-
# share_notion_action: "DENY", # accepts DENY
|
|
2523
|
-
# use_notion_action: "DENY", # accepts DENY
|
|
2524
|
-
# linear_action: "DENY", # accepts DENY
|
|
2525
|
-
# create_and_update_linear_action: "DENY", # accepts DENY
|
|
2526
|
-
# share_linear_action: "DENY", # accepts DENY
|
|
2527
|
-
# use_linear_action: "DENY", # accepts DENY
|
|
2528
|
-
# hugging_face_action: "DENY", # accepts DENY
|
|
2529
|
-
# create_and_update_hugging_face_action: "DENY", # accepts DENY
|
|
2530
|
-
# share_hugging_face_action: "DENY", # accepts DENY
|
|
2531
|
-
# use_hugging_face_action: "DENY", # accepts DENY
|
|
2532
|
-
# monday_action: "DENY", # accepts DENY
|
|
2533
|
-
# create_and_update_monday_action: "DENY", # accepts DENY
|
|
2534
|
-
# share_monday_action: "DENY", # accepts DENY
|
|
2535
|
-
# use_monday_action: "DENY", # accepts DENY
|
|
2536
|
-
# hubspot_action: "DENY", # accepts DENY
|
|
2537
|
-
# create_and_update_hubspot_action: "DENY", # accepts DENY
|
|
2538
|
-
# share_hubspot_action: "DENY", # accepts DENY
|
|
2539
|
-
# use_hubspot_action: "DENY", # accepts DENY
|
|
2540
|
-
# intercom_action: "DENY", # accepts DENY
|
|
2541
|
-
# create_and_update_intercom_action: "DENY", # accepts DENY
|
|
2542
|
-
# share_intercom_action: "DENY", # accepts DENY
|
|
2543
|
-
# use_intercom_action: "DENY", # accepts DENY
|
|
2544
|
-
# new_relic_action: "DENY", # accepts DENY
|
|
2545
|
-
# create_and_update_new_relic_action: "DENY", # accepts DENY
|
|
2546
|
-
# share_new_relic_action: "DENY", # accepts DENY
|
|
2547
|
-
# use_new_relic_action: "DENY", # accepts DENY
|
|
2548
|
-
# topic: "DENY", # accepts DENY
|
|
2549
|
-
# edit_visual_with_q: "DENY", # accepts DENY
|
|
2550
|
-
# build_calculated_field_with_q: "DENY", # accepts DENY
|
|
2551
|
-
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
|
|
2552
|
-
# space: "DENY", # accepts DENY
|
|
2553
|
-
# create_spaces: "DENY", # accepts DENY
|
|
2554
|
-
# share_spaces: "DENY", # accepts DENY
|
|
2555
|
-
# chat_agent: "DENY", # accepts DENY
|
|
2556
|
-
# create_chat_agents: "DENY", # accepts DENY
|
|
2557
|
-
# share_chat_agents: "DENY", # accepts DENY
|
|
2558
|
-
# research: "DENY", # accepts DENY
|
|
2559
|
-
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
2560
|
-
# extension: "DENY", # accepts DENY
|
|
2561
|
-
# use_browser_extension: "DENY", # accepts DENY
|
|
2562
|
-
# use_word_add_in_extension: "DENY", # accepts DENY
|
|
2563
|
-
# use_outlook_add_in_extension: "DENY", # accepts DENY
|
|
2564
|
-
# use_excel_add_in_extension: "DENY", # accepts DENY
|
|
2565
|
-
# use_powerpoint_add_in_extension: "DENY", # accepts DENY
|
|
2566
|
-
# manage_shared_folders: "DENY", # accepts DENY
|
|
2567
|
-
# generate_analyses: "DENY", # accepts DENY
|
|
2568
|
-
# story: "DENY", # accepts DENY
|
|
2569
|
-
# scenario: "DENY", # accepts DENY
|
|
2570
|
-
# trigger: "DENY", # accepts DENY
|
|
2571
|
-
# schedule_trigger: "DENY", # accepts DENY
|
|
2572
|
-
# inbound_email_trigger: "DENY", # accepts DENY
|
|
2573
|
-
# quick_event_trigger: "DENY", # accepts DENY
|
|
2344
|
+
# export_to_csv: "DENY", # accepts DENY, ALLOW
|
|
2345
|
+
# export_to_excel: "DENY", # accepts DENY, ALLOW
|
|
2346
|
+
# export_to_pdf: "DENY", # accepts DENY, ALLOW
|
|
2347
|
+
# print_reports: "DENY", # accepts DENY, ALLOW
|
|
2348
|
+
# create_and_update_themes: "DENY", # accepts DENY, ALLOW
|
|
2349
|
+
# add_or_run_anomaly_detection_for_analyses: "DENY", # accepts DENY, ALLOW
|
|
2350
|
+
# share_analyses: "DENY", # accepts DENY, ALLOW
|
|
2351
|
+
# create_and_update_datasets: "DENY", # accepts DENY, ALLOW
|
|
2352
|
+
# share_datasets: "DENY", # accepts DENY, ALLOW
|
|
2353
|
+
# subscribe_dashboard_email_reports: "DENY", # accepts DENY, ALLOW
|
|
2354
|
+
# create_and_update_dashboard_email_reports: "DENY", # accepts DENY, ALLOW
|
|
2355
|
+
# share_dashboards: "DENY", # accepts DENY, ALLOW
|
|
2356
|
+
# create_and_update_threshold_alerts: "DENY", # accepts DENY, ALLOW
|
|
2357
|
+
# rename_shared_folders: "DENY", # accepts DENY, ALLOW
|
|
2358
|
+
# create_shared_folders: "DENY", # accepts DENY, ALLOW
|
|
2359
|
+
# create_and_update_data_sources: "DENY", # accepts DENY, ALLOW
|
|
2360
|
+
# share_data_sources: "DENY", # accepts DENY, ALLOW
|
|
2361
|
+
# view_account_spice_capacity: "DENY", # accepts DENY, ALLOW
|
|
2362
|
+
# create_spice_dataset: "DENY", # accepts DENY, ALLOW
|
|
2363
|
+
# export_to_pdf_in_scheduled_reports: "DENY", # accepts DENY, ALLOW
|
|
2364
|
+
# export_to_csv_in_scheduled_reports: "DENY", # accepts DENY, ALLOW
|
|
2365
|
+
# export_to_excel_in_scheduled_reports: "DENY", # accepts DENY, ALLOW
|
|
2366
|
+
# include_content_in_scheduled_reports_email: "DENY", # accepts DENY, ALLOW
|
|
2367
|
+
# dashboard: "DENY", # accepts DENY, ALLOW
|
|
2368
|
+
# analysis: "DENY", # accepts DENY, ALLOW
|
|
2369
|
+
# automate: "DENY", # accepts DENY, ALLOW
|
|
2370
|
+
# flow: "DENY", # accepts DENY, ALLOW
|
|
2371
|
+
# apps: "DENY", # accepts DENY, ALLOW
|
|
2372
|
+
# create_and_update_apps: "DENY", # accepts DENY, ALLOW
|
|
2373
|
+
# share_apps: "DENY", # accepts DENY, ALLOW
|
|
2374
|
+
# invoke_apps_ai_inference: "DENY", # accepts DENY, ALLOW
|
|
2375
|
+
# access_apps_native_data_store: "DENY", # accepts DENY, ALLOW
|
|
2376
|
+
# publish_without_approval: "DENY", # accepts DENY, ALLOW
|
|
2377
|
+
# use_bedrock_models: "DENY", # accepts DENY, ALLOW
|
|
2378
|
+
# perform_flow_ui_task: "DENY", # accepts DENY, ALLOW
|
|
2379
|
+
# approve_flow_share_requests: "DENY", # accepts DENY, ALLOW
|
|
2380
|
+
# use_agent_web_search: "DENY", # accepts DENY, ALLOW
|
|
2381
|
+
# knowledge_base: "DENY", # accepts DENY, ALLOW
|
|
2382
|
+
# action: "DENY", # accepts DENY, ALLOW
|
|
2383
|
+
# generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
2384
|
+
# create_and_update_generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
2385
|
+
# share_generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
2386
|
+
# use_generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
2387
|
+
# asana_action: "DENY", # accepts DENY, ALLOW
|
|
2388
|
+
# create_and_update_asana_action: "DENY", # accepts DENY, ALLOW
|
|
2389
|
+
# share_asana_action: "DENY", # accepts DENY, ALLOW
|
|
2390
|
+
# use_asana_action: "DENY", # accepts DENY, ALLOW
|
|
2391
|
+
# slack_action: "DENY", # accepts DENY, ALLOW
|
|
2392
|
+
# create_and_update_slack_action: "DENY", # accepts DENY, ALLOW
|
|
2393
|
+
# share_slack_action: "DENY", # accepts DENY, ALLOW
|
|
2394
|
+
# use_slack_action: "DENY", # accepts DENY, ALLOW
|
|
2395
|
+
# service_now_action: "DENY", # accepts DENY, ALLOW
|
|
2396
|
+
# create_and_update_service_now_action: "DENY", # accepts DENY, ALLOW
|
|
2397
|
+
# share_service_now_action: "DENY", # accepts DENY, ALLOW
|
|
2398
|
+
# use_service_now_action: "DENY", # accepts DENY, ALLOW
|
|
2399
|
+
# salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
2400
|
+
# create_and_update_salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
2401
|
+
# share_salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
2402
|
+
# use_salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
2403
|
+
# ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
2404
|
+
# create_and_update_ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
2405
|
+
# share_ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
2406
|
+
# use_ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
2407
|
+
# pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
2408
|
+
# create_and_update_pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
2409
|
+
# share_pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
2410
|
+
# use_pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
2411
|
+
# jira_action: "DENY", # accepts DENY, ALLOW
|
|
2412
|
+
# create_and_update_jira_action: "DENY", # accepts DENY, ALLOW
|
|
2413
|
+
# share_jira_action: "DENY", # accepts DENY, ALLOW
|
|
2414
|
+
# use_jira_action: "DENY", # accepts DENY, ALLOW
|
|
2415
|
+
# confluence_action: "DENY", # accepts DENY, ALLOW
|
|
2416
|
+
# create_and_update_confluence_action: "DENY", # accepts DENY, ALLOW
|
|
2417
|
+
# share_confluence_action: "DENY", # accepts DENY, ALLOW
|
|
2418
|
+
# use_confluence_action: "DENY", # accepts DENY, ALLOW
|
|
2419
|
+
# one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
2420
|
+
# create_and_update_one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
2421
|
+
# share_one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
2422
|
+
# use_one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
2423
|
+
# share_point_action: "DENY", # accepts DENY, ALLOW
|
|
2424
|
+
# create_and_update_share_point_action: "DENY", # accepts DENY, ALLOW
|
|
2425
|
+
# share_share_point_action: "DENY", # accepts DENY, ALLOW
|
|
2426
|
+
# use_share_point_action: "DENY", # accepts DENY, ALLOW
|
|
2427
|
+
# ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
2428
|
+
# create_and_update_ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
2429
|
+
# share_ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
2430
|
+
# use_ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
2431
|
+
# google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
2432
|
+
# create_and_update_google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
2433
|
+
# share_google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
2434
|
+
# use_google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
2435
|
+
# zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
2436
|
+
# create_and_update_zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
2437
|
+
# share_zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
2438
|
+
# use_zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
2439
|
+
# smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
2440
|
+
# create_and_update_smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
2441
|
+
# share_smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
2442
|
+
# use_smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
2443
|
+
# sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
2444
|
+
# create_and_update_sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
2445
|
+
# share_sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
2446
|
+
# use_sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
2447
|
+
# sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
2448
|
+
# create_and_update_sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
2449
|
+
# share_sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
2450
|
+
# use_sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
2451
|
+
# sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
2452
|
+
# create_and_update_sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
2453
|
+
# share_sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
2454
|
+
# use_sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
2455
|
+
# sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
2456
|
+
# create_and_update_sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
2457
|
+
# share_sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
2458
|
+
# use_sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
2459
|
+
# sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
2460
|
+
# create_and_update_sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
2461
|
+
# share_sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
2462
|
+
# use_sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
2463
|
+
# fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
2464
|
+
# create_and_update_fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
2465
|
+
# share_fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
2466
|
+
# use_fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
2467
|
+
# amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
2468
|
+
# create_and_update_amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
2469
|
+
# share_amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
2470
|
+
# use_amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
2471
|
+
# textract_action: "DENY", # accepts DENY, ALLOW
|
|
2472
|
+
# create_and_update_textract_action: "DENY", # accepts DENY, ALLOW
|
|
2473
|
+
# share_textract_action: "DENY", # accepts DENY, ALLOW
|
|
2474
|
+
# use_textract_action: "DENY", # accepts DENY, ALLOW
|
|
2475
|
+
# comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
2476
|
+
# create_and_update_comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
2477
|
+
# share_comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
2478
|
+
# use_comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
2479
|
+
# comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
2480
|
+
# create_and_update_comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
2481
|
+
# share_comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
2482
|
+
# use_comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
2483
|
+
# amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
2484
|
+
# create_and_update_amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
2485
|
+
# share_amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
2486
|
+
# use_amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
2487
|
+
# amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
2488
|
+
# create_and_update_amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
2489
|
+
# share_amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
2490
|
+
# use_amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
2491
|
+
# amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
2492
|
+
# create_and_update_amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
2493
|
+
# share_amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
2494
|
+
# use_amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
2495
|
+
# mcp_action: "DENY", # accepts DENY, ALLOW
|
|
2496
|
+
# create_and_update_mcp_action: "DENY", # accepts DENY, ALLOW
|
|
2497
|
+
# share_mcp_action: "DENY", # accepts DENY, ALLOW
|
|
2498
|
+
# use_mcp_action: "DENY", # accepts DENY, ALLOW
|
|
2499
|
+
# open_api_action: "DENY", # accepts DENY, ALLOW
|
|
2500
|
+
# create_and_update_open_api_action: "DENY", # accepts DENY, ALLOW
|
|
2501
|
+
# share_open_api_action: "DENY", # accepts DENY, ALLOW
|
|
2502
|
+
# use_open_api_action: "DENY", # accepts DENY, ALLOW
|
|
2503
|
+
# sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
2504
|
+
# create_and_update_sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
2505
|
+
# share_sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
2506
|
+
# use_sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
2507
|
+
# sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
2508
|
+
# create_and_update_sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
2509
|
+
# share_sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
2510
|
+
# use_sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
2511
|
+
# bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
2512
|
+
# create_and_update_bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
2513
|
+
# share_bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
2514
|
+
# use_bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
2515
|
+
# box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2516
|
+
# create_and_update_box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2517
|
+
# share_box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2518
|
+
# use_box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2519
|
+
# canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2520
|
+
# create_and_update_canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2521
|
+
# share_canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2522
|
+
# use_canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
2523
|
+
# github_action: "DENY", # accepts DENY, ALLOW
|
|
2524
|
+
# create_and_update_github_action: "DENY", # accepts DENY, ALLOW
|
|
2525
|
+
# share_github_action: "DENY", # accepts DENY, ALLOW
|
|
2526
|
+
# use_github_action: "DENY", # accepts DENY, ALLOW
|
|
2527
|
+
# notion_action: "DENY", # accepts DENY, ALLOW
|
|
2528
|
+
# create_and_update_notion_action: "DENY", # accepts DENY, ALLOW
|
|
2529
|
+
# share_notion_action: "DENY", # accepts DENY, ALLOW
|
|
2530
|
+
# use_notion_action: "DENY", # accepts DENY, ALLOW
|
|
2531
|
+
# linear_action: "DENY", # accepts DENY, ALLOW
|
|
2532
|
+
# create_and_update_linear_action: "DENY", # accepts DENY, ALLOW
|
|
2533
|
+
# share_linear_action: "DENY", # accepts DENY, ALLOW
|
|
2534
|
+
# use_linear_action: "DENY", # accepts DENY, ALLOW
|
|
2535
|
+
# hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
2536
|
+
# create_and_update_hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
2537
|
+
# share_hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
2538
|
+
# use_hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
2539
|
+
# monday_action: "DENY", # accepts DENY, ALLOW
|
|
2540
|
+
# create_and_update_monday_action: "DENY", # accepts DENY, ALLOW
|
|
2541
|
+
# share_monday_action: "DENY", # accepts DENY, ALLOW
|
|
2542
|
+
# use_monday_action: "DENY", # accepts DENY, ALLOW
|
|
2543
|
+
# hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
2544
|
+
# create_and_update_hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
2545
|
+
# share_hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
2546
|
+
# use_hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
2547
|
+
# intercom_action: "DENY", # accepts DENY, ALLOW
|
|
2548
|
+
# create_and_update_intercom_action: "DENY", # accepts DENY, ALLOW
|
|
2549
|
+
# share_intercom_action: "DENY", # accepts DENY, ALLOW
|
|
2550
|
+
# use_intercom_action: "DENY", # accepts DENY, ALLOW
|
|
2551
|
+
# new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
2552
|
+
# create_and_update_new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
2553
|
+
# share_new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
2554
|
+
# use_new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
2555
|
+
# topic: "DENY", # accepts DENY, ALLOW
|
|
2556
|
+
# edit_visual_with_q: "DENY", # accepts DENY, ALLOW
|
|
2557
|
+
# build_calculated_field_with_q: "DENY", # accepts DENY, ALLOW
|
|
2558
|
+
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY, ALLOW
|
|
2559
|
+
# space: "DENY", # accepts DENY, ALLOW
|
|
2560
|
+
# create_spaces: "DENY", # accepts DENY, ALLOW
|
|
2561
|
+
# share_spaces: "DENY", # accepts DENY, ALLOW
|
|
2562
|
+
# chat_agent: "DENY", # accepts DENY, ALLOW
|
|
2563
|
+
# create_chat_agents: "DENY", # accepts DENY, ALLOW
|
|
2564
|
+
# share_chat_agents: "DENY", # accepts DENY, ALLOW
|
|
2565
|
+
# research: "DENY", # accepts DENY, ALLOW
|
|
2566
|
+
# self_upgrade_user_role: "DENY", # accepts DENY, ALLOW
|
|
2567
|
+
# extension: "DENY", # accepts DENY, ALLOW
|
|
2568
|
+
# use_browser_extension: "DENY", # accepts DENY, ALLOW
|
|
2569
|
+
# use_word_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
2570
|
+
# use_outlook_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
2571
|
+
# use_excel_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
2572
|
+
# use_powerpoint_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
2573
|
+
# manage_shared_folders: "DENY", # accepts DENY, ALLOW
|
|
2574
|
+
# generate_analyses: "DENY", # accepts DENY, ALLOW
|
|
2575
|
+
# story: "DENY", # accepts DENY, ALLOW
|
|
2576
|
+
# scenario: "DENY", # accepts DENY, ALLOW
|
|
2577
|
+
# trigger: "DENY", # accepts DENY, ALLOW
|
|
2578
|
+
# schedule_trigger: "DENY", # accepts DENY, ALLOW
|
|
2579
|
+
# inbound_email_trigger: "DENY", # accepts DENY, ALLOW
|
|
2580
|
+
# quick_event_trigger: "DENY", # accepts DENY, ALLOW
|
|
2581
|
+
# },
|
|
2582
|
+
# governance: {
|
|
2583
|
+
# default_category_effects: {
|
|
2584
|
+
# "GovernanceCategoryName" => "DENY_BY_DEFAULT", # accepts DENY_BY_DEFAULT
|
|
2585
|
+
# },
|
|
2574
2586
|
# },
|
|
2575
2587
|
# tags: [
|
|
2576
2588
|
# {
|
|
@@ -8936,243 +8948,245 @@ module Aws::QuickSight
|
|
|
8936
8948
|
# resp.status #=> Integer
|
|
8937
8949
|
# resp.custom_permissions.arn #=> String
|
|
8938
8950
|
# resp.custom_permissions.custom_permissions_name #=> String
|
|
8939
|
-
# resp.custom_permissions.capabilities.export_to_csv #=> String, one of "DENY"
|
|
8940
|
-
# resp.custom_permissions.capabilities.export_to_excel #=> String, one of "DENY"
|
|
8941
|
-
# resp.custom_permissions.capabilities.export_to_pdf #=> String, one of "DENY"
|
|
8942
|
-
# resp.custom_permissions.capabilities.print_reports #=> String, one of "DENY"
|
|
8943
|
-
# resp.custom_permissions.capabilities.create_and_update_themes #=> String, one of "DENY"
|
|
8944
|
-
# resp.custom_permissions.capabilities.add_or_run_anomaly_detection_for_analyses #=> String, one of "DENY"
|
|
8945
|
-
# resp.custom_permissions.capabilities.share_analyses #=> String, one of "DENY"
|
|
8946
|
-
# resp.custom_permissions.capabilities.create_and_update_datasets #=> String, one of "DENY"
|
|
8947
|
-
# resp.custom_permissions.capabilities.share_datasets #=> String, one of "DENY"
|
|
8948
|
-
# resp.custom_permissions.capabilities.subscribe_dashboard_email_reports #=> String, one of "DENY"
|
|
8949
|
-
# resp.custom_permissions.capabilities.create_and_update_dashboard_email_reports #=> String, one of "DENY"
|
|
8950
|
-
# resp.custom_permissions.capabilities.share_dashboards #=> String, one of "DENY"
|
|
8951
|
-
# resp.custom_permissions.capabilities.create_and_update_threshold_alerts #=> String, one of "DENY"
|
|
8952
|
-
# resp.custom_permissions.capabilities.rename_shared_folders #=> String, one of "DENY"
|
|
8953
|
-
# resp.custom_permissions.capabilities.create_shared_folders #=> String, one of "DENY"
|
|
8954
|
-
# resp.custom_permissions.capabilities.create_and_update_data_sources #=> String, one of "DENY"
|
|
8955
|
-
# resp.custom_permissions.capabilities.share_data_sources #=> String, one of "DENY"
|
|
8956
|
-
# resp.custom_permissions.capabilities.view_account_spice_capacity #=> String, one of "DENY"
|
|
8957
|
-
# resp.custom_permissions.capabilities.create_spice_dataset #=> String, one of "DENY"
|
|
8958
|
-
# resp.custom_permissions.capabilities.export_to_pdf_in_scheduled_reports #=> String, one of "DENY"
|
|
8959
|
-
# resp.custom_permissions.capabilities.export_to_csv_in_scheduled_reports #=> String, one of "DENY"
|
|
8960
|
-
# resp.custom_permissions.capabilities.export_to_excel_in_scheduled_reports #=> String, one of "DENY"
|
|
8961
|
-
# resp.custom_permissions.capabilities.include_content_in_scheduled_reports_email #=> String, one of "DENY"
|
|
8962
|
-
# resp.custom_permissions.capabilities.dashboard #=> String, one of "DENY"
|
|
8963
|
-
# resp.custom_permissions.capabilities.analysis #=> String, one of "DENY"
|
|
8964
|
-
# resp.custom_permissions.capabilities.automate #=> String, one of "DENY"
|
|
8965
|
-
# resp.custom_permissions.capabilities.flow #=> String, one of "DENY"
|
|
8966
|
-
# resp.custom_permissions.capabilities.apps #=> String, one of "DENY"
|
|
8967
|
-
# resp.custom_permissions.capabilities.create_and_update_apps #=> String, one of "DENY"
|
|
8968
|
-
# resp.custom_permissions.capabilities.share_apps #=> String, one of "DENY"
|
|
8969
|
-
# resp.custom_permissions.capabilities.invoke_apps_ai_inference #=> String, one of "DENY"
|
|
8970
|
-
# resp.custom_permissions.capabilities.access_apps_native_data_store #=> String, one of "DENY"
|
|
8971
|
-
# resp.custom_permissions.capabilities.publish_without_approval #=> String, one of "DENY"
|
|
8972
|
-
# resp.custom_permissions.capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
8973
|
-
# resp.custom_permissions.capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
8974
|
-
# resp.custom_permissions.capabilities.approve_flow_share_requests #=> String, one of "DENY"
|
|
8975
|
-
# resp.custom_permissions.capabilities.use_agent_web_search #=> String, one of "DENY"
|
|
8976
|
-
# resp.custom_permissions.capabilities.knowledge_base #=> String, one of "DENY"
|
|
8977
|
-
# resp.custom_permissions.capabilities.action #=> String, one of "DENY"
|
|
8978
|
-
# resp.custom_permissions.capabilities.generic_http_action #=> String, one of "DENY"
|
|
8979
|
-
# resp.custom_permissions.capabilities.create_and_update_generic_http_action #=> String, one of "DENY"
|
|
8980
|
-
# resp.custom_permissions.capabilities.share_generic_http_action #=> String, one of "DENY"
|
|
8981
|
-
# resp.custom_permissions.capabilities.use_generic_http_action #=> String, one of "DENY"
|
|
8982
|
-
# resp.custom_permissions.capabilities.asana_action #=> String, one of "DENY"
|
|
8983
|
-
# resp.custom_permissions.capabilities.create_and_update_asana_action #=> String, one of "DENY"
|
|
8984
|
-
# resp.custom_permissions.capabilities.share_asana_action #=> String, one of "DENY"
|
|
8985
|
-
# resp.custom_permissions.capabilities.use_asana_action #=> String, one of "DENY"
|
|
8986
|
-
# resp.custom_permissions.capabilities.slack_action #=> String, one of "DENY"
|
|
8987
|
-
# resp.custom_permissions.capabilities.create_and_update_slack_action #=> String, one of "DENY"
|
|
8988
|
-
# resp.custom_permissions.capabilities.share_slack_action #=> String, one of "DENY"
|
|
8989
|
-
# resp.custom_permissions.capabilities.use_slack_action #=> String, one of "DENY"
|
|
8990
|
-
# resp.custom_permissions.capabilities.service_now_action #=> String, one of "DENY"
|
|
8991
|
-
# resp.custom_permissions.capabilities.create_and_update_service_now_action #=> String, one of "DENY"
|
|
8992
|
-
# resp.custom_permissions.capabilities.share_service_now_action #=> String, one of "DENY"
|
|
8993
|
-
# resp.custom_permissions.capabilities.use_service_now_action #=> String, one of "DENY"
|
|
8994
|
-
# resp.custom_permissions.capabilities.salesforce_action #=> String, one of "DENY"
|
|
8995
|
-
# resp.custom_permissions.capabilities.create_and_update_salesforce_action #=> String, one of "DENY"
|
|
8996
|
-
# resp.custom_permissions.capabilities.share_salesforce_action #=> String, one of "DENY"
|
|
8997
|
-
# resp.custom_permissions.capabilities.use_salesforce_action #=> String, one of "DENY"
|
|
8998
|
-
# resp.custom_permissions.capabilities.ms_exchange_action #=> String, one of "DENY"
|
|
8999
|
-
# resp.custom_permissions.capabilities.create_and_update_ms_exchange_action #=> String, one of "DENY"
|
|
9000
|
-
# resp.custom_permissions.capabilities.share_ms_exchange_action #=> String, one of "DENY"
|
|
9001
|
-
# resp.custom_permissions.capabilities.use_ms_exchange_action #=> String, one of "DENY"
|
|
9002
|
-
# resp.custom_permissions.capabilities.pager_duty_action #=> String, one of "DENY"
|
|
9003
|
-
# resp.custom_permissions.capabilities.create_and_update_pager_duty_action #=> String, one of "DENY"
|
|
9004
|
-
# resp.custom_permissions.capabilities.share_pager_duty_action #=> String, one of "DENY"
|
|
9005
|
-
# resp.custom_permissions.capabilities.use_pager_duty_action #=> String, one of "DENY"
|
|
9006
|
-
# resp.custom_permissions.capabilities.jira_action #=> String, one of "DENY"
|
|
9007
|
-
# resp.custom_permissions.capabilities.create_and_update_jira_action #=> String, one of "DENY"
|
|
9008
|
-
# resp.custom_permissions.capabilities.share_jira_action #=> String, one of "DENY"
|
|
9009
|
-
# resp.custom_permissions.capabilities.use_jira_action #=> String, one of "DENY"
|
|
9010
|
-
# resp.custom_permissions.capabilities.confluence_action #=> String, one of "DENY"
|
|
9011
|
-
# resp.custom_permissions.capabilities.create_and_update_confluence_action #=> String, one of "DENY"
|
|
9012
|
-
# resp.custom_permissions.capabilities.share_confluence_action #=> String, one of "DENY"
|
|
9013
|
-
# resp.custom_permissions.capabilities.use_confluence_action #=> String, one of "DENY"
|
|
9014
|
-
# resp.custom_permissions.capabilities.one_drive_action #=> String, one of "DENY"
|
|
9015
|
-
# resp.custom_permissions.capabilities.create_and_update_one_drive_action #=> String, one of "DENY"
|
|
9016
|
-
# resp.custom_permissions.capabilities.share_one_drive_action #=> String, one of "DENY"
|
|
9017
|
-
# resp.custom_permissions.capabilities.use_one_drive_action #=> String, one of "DENY"
|
|
9018
|
-
# resp.custom_permissions.capabilities.share_point_action #=> String, one of "DENY"
|
|
9019
|
-
# resp.custom_permissions.capabilities.create_and_update_share_point_action #=> String, one of "DENY"
|
|
9020
|
-
# resp.custom_permissions.capabilities.share_share_point_action #=> String, one of "DENY"
|
|
9021
|
-
# resp.custom_permissions.capabilities.use_share_point_action #=> String, one of "DENY"
|
|
9022
|
-
# resp.custom_permissions.capabilities.ms_teams_action #=> String, one of "DENY"
|
|
9023
|
-
# resp.custom_permissions.capabilities.create_and_update_ms_teams_action #=> String, one of "DENY"
|
|
9024
|
-
# resp.custom_permissions.capabilities.share_ms_teams_action #=> String, one of "DENY"
|
|
9025
|
-
# resp.custom_permissions.capabilities.use_ms_teams_action #=> String, one of "DENY"
|
|
9026
|
-
# resp.custom_permissions.capabilities.google_calendar_action #=> String, one of "DENY"
|
|
9027
|
-
# resp.custom_permissions.capabilities.create_and_update_google_calendar_action #=> String, one of "DENY"
|
|
9028
|
-
# resp.custom_permissions.capabilities.share_google_calendar_action #=> String, one of "DENY"
|
|
9029
|
-
# resp.custom_permissions.capabilities.use_google_calendar_action #=> String, one of "DENY"
|
|
9030
|
-
# resp.custom_permissions.capabilities.zendesk_action #=> String, one of "DENY"
|
|
9031
|
-
# resp.custom_permissions.capabilities.create_and_update_zendesk_action #=> String, one of "DENY"
|
|
9032
|
-
# resp.custom_permissions.capabilities.share_zendesk_action #=> String, one of "DENY"
|
|
9033
|
-
# resp.custom_permissions.capabilities.use_zendesk_action #=> String, one of "DENY"
|
|
9034
|
-
# resp.custom_permissions.capabilities.smartsheet_action #=> String, one of "DENY"
|
|
9035
|
-
# resp.custom_permissions.capabilities.create_and_update_smartsheet_action #=> String, one of "DENY"
|
|
9036
|
-
# resp.custom_permissions.capabilities.share_smartsheet_action #=> String, one of "DENY"
|
|
9037
|
-
# resp.custom_permissions.capabilities.use_smartsheet_action #=> String, one of "DENY"
|
|
9038
|
-
# resp.custom_permissions.capabilities.sap_business_partner_action #=> String, one of "DENY"
|
|
9039
|
-
# resp.custom_permissions.capabilities.create_and_update_sap_business_partner_action #=> String, one of "DENY"
|
|
9040
|
-
# resp.custom_permissions.capabilities.share_sap_business_partner_action #=> String, one of "DENY"
|
|
9041
|
-
# resp.custom_permissions.capabilities.use_sap_business_partner_action #=> String, one of "DENY"
|
|
9042
|
-
# resp.custom_permissions.capabilities.sap_product_master_data_action #=> String, one of "DENY"
|
|
9043
|
-
# resp.custom_permissions.capabilities.create_and_update_sap_product_master_data_action #=> String, one of "DENY"
|
|
9044
|
-
# resp.custom_permissions.capabilities.share_sap_product_master_data_action #=> String, one of "DENY"
|
|
9045
|
-
# resp.custom_permissions.capabilities.use_sap_product_master_data_action #=> String, one of "DENY"
|
|
9046
|
-
# resp.custom_permissions.capabilities.sap_physical_inventory_action #=> String, one of "DENY"
|
|
9047
|
-
# resp.custom_permissions.capabilities.create_and_update_sap_physical_inventory_action #=> String, one of "DENY"
|
|
9048
|
-
# resp.custom_permissions.capabilities.share_sap_physical_inventory_action #=> String, one of "DENY"
|
|
9049
|
-
# resp.custom_permissions.capabilities.use_sap_physical_inventory_action #=> String, one of "DENY"
|
|
9050
|
-
# resp.custom_permissions.capabilities.sap_bill_of_material_action #=> String, one of "DENY"
|
|
9051
|
-
# resp.custom_permissions.capabilities.create_and_update_sap_bill_of_material_action #=> String, one of "DENY"
|
|
9052
|
-
# resp.custom_permissions.capabilities.share_sap_bill_of_material_action #=> String, one of "DENY"
|
|
9053
|
-
# resp.custom_permissions.capabilities.use_sap_bill_of_material_action #=> String, one of "DENY"
|
|
9054
|
-
# resp.custom_permissions.capabilities.sap_material_stock_action #=> String, one of "DENY"
|
|
9055
|
-
# resp.custom_permissions.capabilities.create_and_update_sap_material_stock_action #=> String, one of "DENY"
|
|
9056
|
-
# resp.custom_permissions.capabilities.share_sap_material_stock_action #=> String, one of "DENY"
|
|
9057
|
-
# resp.custom_permissions.capabilities.use_sap_material_stock_action #=> String, one of "DENY"
|
|
9058
|
-
# resp.custom_permissions.capabilities.fact_set_action #=> String, one of "DENY"
|
|
9059
|
-
# resp.custom_permissions.capabilities.create_and_update_fact_set_action #=> String, one of "DENY"
|
|
9060
|
-
# resp.custom_permissions.capabilities.share_fact_set_action #=> String, one of "DENY"
|
|
9061
|
-
# resp.custom_permissions.capabilities.use_fact_set_action #=> String, one of "DENY"
|
|
9062
|
-
# resp.custom_permissions.capabilities.amazon_s_three_action #=> String, one of "DENY"
|
|
9063
|
-
# resp.custom_permissions.capabilities.create_and_update_amazon_s_three_action #=> String, one of "DENY"
|
|
9064
|
-
# resp.custom_permissions.capabilities.share_amazon_s_three_action #=> String, one of "DENY"
|
|
9065
|
-
# resp.custom_permissions.capabilities.use_amazon_s_three_action #=> String, one of "DENY"
|
|
9066
|
-
# resp.custom_permissions.capabilities.textract_action #=> String, one of "DENY"
|
|
9067
|
-
# resp.custom_permissions.capabilities.create_and_update_textract_action #=> String, one of "DENY"
|
|
9068
|
-
# resp.custom_permissions.capabilities.share_textract_action #=> String, one of "DENY"
|
|
9069
|
-
# resp.custom_permissions.capabilities.use_textract_action #=> String, one of "DENY"
|
|
9070
|
-
# resp.custom_permissions.capabilities.comprehend_action #=> String, one of "DENY"
|
|
9071
|
-
# resp.custom_permissions.capabilities.create_and_update_comprehend_action #=> String, one of "DENY"
|
|
9072
|
-
# resp.custom_permissions.capabilities.share_comprehend_action #=> String, one of "DENY"
|
|
9073
|
-
# resp.custom_permissions.capabilities.use_comprehend_action #=> String, one of "DENY"
|
|
9074
|
-
# resp.custom_permissions.capabilities.comprehend_medical_action #=> String, one of "DENY"
|
|
9075
|
-
# resp.custom_permissions.capabilities.create_and_update_comprehend_medical_action #=> String, one of "DENY"
|
|
9076
|
-
# resp.custom_permissions.capabilities.share_comprehend_medical_action #=> String, one of "DENY"
|
|
9077
|
-
# resp.custom_permissions.capabilities.use_comprehend_medical_action #=> String, one of "DENY"
|
|
9078
|
-
# resp.custom_permissions.capabilities.amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
9079
|
-
# resp.custom_permissions.capabilities.create_and_update_amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
9080
|
-
# resp.custom_permissions.capabilities.share_amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
9081
|
-
# resp.custom_permissions.capabilities.use_amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
9082
|
-
# resp.custom_permissions.capabilities.amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
9083
|
-
# resp.custom_permissions.capabilities.create_and_update_amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
9084
|
-
# resp.custom_permissions.capabilities.share_amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
9085
|
-
# resp.custom_permissions.capabilities.use_amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
9086
|
-
# resp.custom_permissions.capabilities.amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
9087
|
-
# resp.custom_permissions.capabilities.create_and_update_amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
9088
|
-
# resp.custom_permissions.capabilities.share_amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
9089
|
-
# resp.custom_permissions.capabilities.use_amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
9090
|
-
# resp.custom_permissions.capabilities.mcp_action #=> String, one of "DENY"
|
|
9091
|
-
# resp.custom_permissions.capabilities.create_and_update_mcp_action #=> String, one of "DENY"
|
|
9092
|
-
# resp.custom_permissions.capabilities.share_mcp_action #=> String, one of "DENY"
|
|
9093
|
-
# resp.custom_permissions.capabilities.use_mcp_action #=> String, one of "DENY"
|
|
9094
|
-
# resp.custom_permissions.capabilities.open_api_action #=> String, one of "DENY"
|
|
9095
|
-
# resp.custom_permissions.capabilities.create_and_update_open_api_action #=> String, one of "DENY"
|
|
9096
|
-
# resp.custom_permissions.capabilities.share_open_api_action #=> String, one of "DENY"
|
|
9097
|
-
# resp.custom_permissions.capabilities.use_open_api_action #=> String, one of "DENY"
|
|
9098
|
-
# resp.custom_permissions.capabilities.sand_pgmi_action #=> String, one of "DENY"
|
|
9099
|
-
# resp.custom_permissions.capabilities.create_and_update_sand_pgmi_action #=> String, one of "DENY"
|
|
9100
|
-
# resp.custom_permissions.capabilities.share_sand_pgmi_action #=> String, one of "DENY"
|
|
9101
|
-
# resp.custom_permissions.capabilities.use_sand_pgmi_action #=> String, one of "DENY"
|
|
9102
|
-
# resp.custom_permissions.capabilities.sand_p_global_energy_action #=> String, one of "DENY"
|
|
9103
|
-
# resp.custom_permissions.capabilities.create_and_update_sand_p_global_energy_action #=> String, one of "DENY"
|
|
9104
|
-
# resp.custom_permissions.capabilities.share_sand_p_global_energy_action #=> String, one of "DENY"
|
|
9105
|
-
# resp.custom_permissions.capabilities.use_sand_p_global_energy_action #=> String, one of "DENY"
|
|
9106
|
-
# resp.custom_permissions.capabilities.bamboo_hr_action #=> String, one of "DENY"
|
|
9107
|
-
# resp.custom_permissions.capabilities.create_and_update_bamboo_hr_action #=> String, one of "DENY"
|
|
9108
|
-
# resp.custom_permissions.capabilities.share_bamboo_hr_action #=> String, one of "DENY"
|
|
9109
|
-
# resp.custom_permissions.capabilities.use_bamboo_hr_action #=> String, one of "DENY"
|
|
9110
|
-
# resp.custom_permissions.capabilities.box_agent_action #=> String, one of "DENY"
|
|
9111
|
-
# resp.custom_permissions.capabilities.create_and_update_box_agent_action #=> String, one of "DENY"
|
|
9112
|
-
# resp.custom_permissions.capabilities.share_box_agent_action #=> String, one of "DENY"
|
|
9113
|
-
# resp.custom_permissions.capabilities.use_box_agent_action #=> String, one of "DENY"
|
|
9114
|
-
# resp.custom_permissions.capabilities.canva_agent_action #=> String, one of "DENY"
|
|
9115
|
-
# resp.custom_permissions.capabilities.create_and_update_canva_agent_action #=> String, one of "DENY"
|
|
9116
|
-
# resp.custom_permissions.capabilities.share_canva_agent_action #=> String, one of "DENY"
|
|
9117
|
-
# resp.custom_permissions.capabilities.use_canva_agent_action #=> String, one of "DENY"
|
|
9118
|
-
# resp.custom_permissions.capabilities.github_action #=> String, one of "DENY"
|
|
9119
|
-
# resp.custom_permissions.capabilities.create_and_update_github_action #=> String, one of "DENY"
|
|
9120
|
-
# resp.custom_permissions.capabilities.share_github_action #=> String, one of "DENY"
|
|
9121
|
-
# resp.custom_permissions.capabilities.use_github_action #=> String, one of "DENY"
|
|
9122
|
-
# resp.custom_permissions.capabilities.notion_action #=> String, one of "DENY"
|
|
9123
|
-
# resp.custom_permissions.capabilities.create_and_update_notion_action #=> String, one of "DENY"
|
|
9124
|
-
# resp.custom_permissions.capabilities.share_notion_action #=> String, one of "DENY"
|
|
9125
|
-
# resp.custom_permissions.capabilities.use_notion_action #=> String, one of "DENY"
|
|
9126
|
-
# resp.custom_permissions.capabilities.linear_action #=> String, one of "DENY"
|
|
9127
|
-
# resp.custom_permissions.capabilities.create_and_update_linear_action #=> String, one of "DENY"
|
|
9128
|
-
# resp.custom_permissions.capabilities.share_linear_action #=> String, one of "DENY"
|
|
9129
|
-
# resp.custom_permissions.capabilities.use_linear_action #=> String, one of "DENY"
|
|
9130
|
-
# resp.custom_permissions.capabilities.hugging_face_action #=> String, one of "DENY"
|
|
9131
|
-
# resp.custom_permissions.capabilities.create_and_update_hugging_face_action #=> String, one of "DENY"
|
|
9132
|
-
# resp.custom_permissions.capabilities.share_hugging_face_action #=> String, one of "DENY"
|
|
9133
|
-
# resp.custom_permissions.capabilities.use_hugging_face_action #=> String, one of "DENY"
|
|
9134
|
-
# resp.custom_permissions.capabilities.monday_action #=> String, one of "DENY"
|
|
9135
|
-
# resp.custom_permissions.capabilities.create_and_update_monday_action #=> String, one of "DENY"
|
|
9136
|
-
# resp.custom_permissions.capabilities.share_monday_action #=> String, one of "DENY"
|
|
9137
|
-
# resp.custom_permissions.capabilities.use_monday_action #=> String, one of "DENY"
|
|
9138
|
-
# resp.custom_permissions.capabilities.hubspot_action #=> String, one of "DENY"
|
|
9139
|
-
# resp.custom_permissions.capabilities.create_and_update_hubspot_action #=> String, one of "DENY"
|
|
9140
|
-
# resp.custom_permissions.capabilities.share_hubspot_action #=> String, one of "DENY"
|
|
9141
|
-
# resp.custom_permissions.capabilities.use_hubspot_action #=> String, one of "DENY"
|
|
9142
|
-
# resp.custom_permissions.capabilities.intercom_action #=> String, one of "DENY"
|
|
9143
|
-
# resp.custom_permissions.capabilities.create_and_update_intercom_action #=> String, one of "DENY"
|
|
9144
|
-
# resp.custom_permissions.capabilities.share_intercom_action #=> String, one of "DENY"
|
|
9145
|
-
# resp.custom_permissions.capabilities.use_intercom_action #=> String, one of "DENY"
|
|
9146
|
-
# resp.custom_permissions.capabilities.new_relic_action #=> String, one of "DENY"
|
|
9147
|
-
# resp.custom_permissions.capabilities.create_and_update_new_relic_action #=> String, one of "DENY"
|
|
9148
|
-
# resp.custom_permissions.capabilities.share_new_relic_action #=> String, one of "DENY"
|
|
9149
|
-
# resp.custom_permissions.capabilities.use_new_relic_action #=> String, one of "DENY"
|
|
9150
|
-
# resp.custom_permissions.capabilities.topic #=> String, one of "DENY"
|
|
9151
|
-
# resp.custom_permissions.capabilities.edit_visual_with_q #=> String, one of "DENY"
|
|
9152
|
-
# resp.custom_permissions.capabilities.build_calculated_field_with_q #=> String, one of "DENY"
|
|
9153
|
-
# resp.custom_permissions.capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
|
|
9154
|
-
# resp.custom_permissions.capabilities.space #=> String, one of "DENY"
|
|
9155
|
-
# resp.custom_permissions.capabilities.create_spaces #=> String, one of "DENY"
|
|
9156
|
-
# resp.custom_permissions.capabilities.share_spaces #=> String, one of "DENY"
|
|
9157
|
-
# resp.custom_permissions.capabilities.chat_agent #=> String, one of "DENY"
|
|
9158
|
-
# resp.custom_permissions.capabilities.create_chat_agents #=> String, one of "DENY"
|
|
9159
|
-
# resp.custom_permissions.capabilities.share_chat_agents #=> String, one of "DENY"
|
|
9160
|
-
# resp.custom_permissions.capabilities.research #=> String, one of "DENY"
|
|
9161
|
-
# resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
9162
|
-
# resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
|
|
9163
|
-
# resp.custom_permissions.capabilities.use_browser_extension #=> String, one of "DENY"
|
|
9164
|
-
# resp.custom_permissions.capabilities.use_word_add_in_extension #=> String, one of "DENY"
|
|
9165
|
-
# resp.custom_permissions.capabilities.use_outlook_add_in_extension #=> String, one of "DENY"
|
|
9166
|
-
# resp.custom_permissions.capabilities.use_excel_add_in_extension #=> String, one of "DENY"
|
|
9167
|
-
# resp.custom_permissions.capabilities.use_powerpoint_add_in_extension #=> String, one of "DENY"
|
|
9168
|
-
# resp.custom_permissions.capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
9169
|
-
# resp.custom_permissions.capabilities.generate_analyses #=> String, one of "DENY"
|
|
9170
|
-
# resp.custom_permissions.capabilities.story #=> String, one of "DENY"
|
|
9171
|
-
# resp.custom_permissions.capabilities.scenario #=> String, one of "DENY"
|
|
9172
|
-
# resp.custom_permissions.capabilities.trigger #=> String, one of "DENY"
|
|
9173
|
-
# resp.custom_permissions.capabilities.schedule_trigger #=> String, one of "DENY"
|
|
9174
|
-
# resp.custom_permissions.capabilities.inbound_email_trigger #=> String, one of "DENY"
|
|
9175
|
-
# resp.custom_permissions.capabilities.quick_event_trigger #=> String, one of "DENY"
|
|
8951
|
+
# resp.custom_permissions.capabilities.export_to_csv #=> String, one of "DENY", "ALLOW"
|
|
8952
|
+
# resp.custom_permissions.capabilities.export_to_excel #=> String, one of "DENY", "ALLOW"
|
|
8953
|
+
# resp.custom_permissions.capabilities.export_to_pdf #=> String, one of "DENY", "ALLOW"
|
|
8954
|
+
# resp.custom_permissions.capabilities.print_reports #=> String, one of "DENY", "ALLOW"
|
|
8955
|
+
# resp.custom_permissions.capabilities.create_and_update_themes #=> String, one of "DENY", "ALLOW"
|
|
8956
|
+
# resp.custom_permissions.capabilities.add_or_run_anomaly_detection_for_analyses #=> String, one of "DENY", "ALLOW"
|
|
8957
|
+
# resp.custom_permissions.capabilities.share_analyses #=> String, one of "DENY", "ALLOW"
|
|
8958
|
+
# resp.custom_permissions.capabilities.create_and_update_datasets #=> String, one of "DENY", "ALLOW"
|
|
8959
|
+
# resp.custom_permissions.capabilities.share_datasets #=> String, one of "DENY", "ALLOW"
|
|
8960
|
+
# resp.custom_permissions.capabilities.subscribe_dashboard_email_reports #=> String, one of "DENY", "ALLOW"
|
|
8961
|
+
# resp.custom_permissions.capabilities.create_and_update_dashboard_email_reports #=> String, one of "DENY", "ALLOW"
|
|
8962
|
+
# resp.custom_permissions.capabilities.share_dashboards #=> String, one of "DENY", "ALLOW"
|
|
8963
|
+
# resp.custom_permissions.capabilities.create_and_update_threshold_alerts #=> String, one of "DENY", "ALLOW"
|
|
8964
|
+
# resp.custom_permissions.capabilities.rename_shared_folders #=> String, one of "DENY", "ALLOW"
|
|
8965
|
+
# resp.custom_permissions.capabilities.create_shared_folders #=> String, one of "DENY", "ALLOW"
|
|
8966
|
+
# resp.custom_permissions.capabilities.create_and_update_data_sources #=> String, one of "DENY", "ALLOW"
|
|
8967
|
+
# resp.custom_permissions.capabilities.share_data_sources #=> String, one of "DENY", "ALLOW"
|
|
8968
|
+
# resp.custom_permissions.capabilities.view_account_spice_capacity #=> String, one of "DENY", "ALLOW"
|
|
8969
|
+
# resp.custom_permissions.capabilities.create_spice_dataset #=> String, one of "DENY", "ALLOW"
|
|
8970
|
+
# resp.custom_permissions.capabilities.export_to_pdf_in_scheduled_reports #=> String, one of "DENY", "ALLOW"
|
|
8971
|
+
# resp.custom_permissions.capabilities.export_to_csv_in_scheduled_reports #=> String, one of "DENY", "ALLOW"
|
|
8972
|
+
# resp.custom_permissions.capabilities.export_to_excel_in_scheduled_reports #=> String, one of "DENY", "ALLOW"
|
|
8973
|
+
# resp.custom_permissions.capabilities.include_content_in_scheduled_reports_email #=> String, one of "DENY", "ALLOW"
|
|
8974
|
+
# resp.custom_permissions.capabilities.dashboard #=> String, one of "DENY", "ALLOW"
|
|
8975
|
+
# resp.custom_permissions.capabilities.analysis #=> String, one of "DENY", "ALLOW"
|
|
8976
|
+
# resp.custom_permissions.capabilities.automate #=> String, one of "DENY", "ALLOW"
|
|
8977
|
+
# resp.custom_permissions.capabilities.flow #=> String, one of "DENY", "ALLOW"
|
|
8978
|
+
# resp.custom_permissions.capabilities.apps #=> String, one of "DENY", "ALLOW"
|
|
8979
|
+
# resp.custom_permissions.capabilities.create_and_update_apps #=> String, one of "DENY", "ALLOW"
|
|
8980
|
+
# resp.custom_permissions.capabilities.share_apps #=> String, one of "DENY", "ALLOW"
|
|
8981
|
+
# resp.custom_permissions.capabilities.invoke_apps_ai_inference #=> String, one of "DENY", "ALLOW"
|
|
8982
|
+
# resp.custom_permissions.capabilities.access_apps_native_data_store #=> String, one of "DENY", "ALLOW"
|
|
8983
|
+
# resp.custom_permissions.capabilities.publish_without_approval #=> String, one of "DENY", "ALLOW"
|
|
8984
|
+
# resp.custom_permissions.capabilities.use_bedrock_models #=> String, one of "DENY", "ALLOW"
|
|
8985
|
+
# resp.custom_permissions.capabilities.perform_flow_ui_task #=> String, one of "DENY", "ALLOW"
|
|
8986
|
+
# resp.custom_permissions.capabilities.approve_flow_share_requests #=> String, one of "DENY", "ALLOW"
|
|
8987
|
+
# resp.custom_permissions.capabilities.use_agent_web_search #=> String, one of "DENY", "ALLOW"
|
|
8988
|
+
# resp.custom_permissions.capabilities.knowledge_base #=> String, one of "DENY", "ALLOW"
|
|
8989
|
+
# resp.custom_permissions.capabilities.action #=> String, one of "DENY", "ALLOW"
|
|
8990
|
+
# resp.custom_permissions.capabilities.generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
8991
|
+
# resp.custom_permissions.capabilities.create_and_update_generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
8992
|
+
# resp.custom_permissions.capabilities.share_generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
8993
|
+
# resp.custom_permissions.capabilities.use_generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
8994
|
+
# resp.custom_permissions.capabilities.asana_action #=> String, one of "DENY", "ALLOW"
|
|
8995
|
+
# resp.custom_permissions.capabilities.create_and_update_asana_action #=> String, one of "DENY", "ALLOW"
|
|
8996
|
+
# resp.custom_permissions.capabilities.share_asana_action #=> String, one of "DENY", "ALLOW"
|
|
8997
|
+
# resp.custom_permissions.capabilities.use_asana_action #=> String, one of "DENY", "ALLOW"
|
|
8998
|
+
# resp.custom_permissions.capabilities.slack_action #=> String, one of "DENY", "ALLOW"
|
|
8999
|
+
# resp.custom_permissions.capabilities.create_and_update_slack_action #=> String, one of "DENY", "ALLOW"
|
|
9000
|
+
# resp.custom_permissions.capabilities.share_slack_action #=> String, one of "DENY", "ALLOW"
|
|
9001
|
+
# resp.custom_permissions.capabilities.use_slack_action #=> String, one of "DENY", "ALLOW"
|
|
9002
|
+
# resp.custom_permissions.capabilities.service_now_action #=> String, one of "DENY", "ALLOW"
|
|
9003
|
+
# resp.custom_permissions.capabilities.create_and_update_service_now_action #=> String, one of "DENY", "ALLOW"
|
|
9004
|
+
# resp.custom_permissions.capabilities.share_service_now_action #=> String, one of "DENY", "ALLOW"
|
|
9005
|
+
# resp.custom_permissions.capabilities.use_service_now_action #=> String, one of "DENY", "ALLOW"
|
|
9006
|
+
# resp.custom_permissions.capabilities.salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
9007
|
+
# resp.custom_permissions.capabilities.create_and_update_salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
9008
|
+
# resp.custom_permissions.capabilities.share_salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
9009
|
+
# resp.custom_permissions.capabilities.use_salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
9010
|
+
# resp.custom_permissions.capabilities.ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
9011
|
+
# resp.custom_permissions.capabilities.create_and_update_ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
9012
|
+
# resp.custom_permissions.capabilities.share_ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
9013
|
+
# resp.custom_permissions.capabilities.use_ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
9014
|
+
# resp.custom_permissions.capabilities.pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
9015
|
+
# resp.custom_permissions.capabilities.create_and_update_pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
9016
|
+
# resp.custom_permissions.capabilities.share_pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
9017
|
+
# resp.custom_permissions.capabilities.use_pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
9018
|
+
# resp.custom_permissions.capabilities.jira_action #=> String, one of "DENY", "ALLOW"
|
|
9019
|
+
# resp.custom_permissions.capabilities.create_and_update_jira_action #=> String, one of "DENY", "ALLOW"
|
|
9020
|
+
# resp.custom_permissions.capabilities.share_jira_action #=> String, one of "DENY", "ALLOW"
|
|
9021
|
+
# resp.custom_permissions.capabilities.use_jira_action #=> String, one of "DENY", "ALLOW"
|
|
9022
|
+
# resp.custom_permissions.capabilities.confluence_action #=> String, one of "DENY", "ALLOW"
|
|
9023
|
+
# resp.custom_permissions.capabilities.create_and_update_confluence_action #=> String, one of "DENY", "ALLOW"
|
|
9024
|
+
# resp.custom_permissions.capabilities.share_confluence_action #=> String, one of "DENY", "ALLOW"
|
|
9025
|
+
# resp.custom_permissions.capabilities.use_confluence_action #=> String, one of "DENY", "ALLOW"
|
|
9026
|
+
# resp.custom_permissions.capabilities.one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
9027
|
+
# resp.custom_permissions.capabilities.create_and_update_one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
9028
|
+
# resp.custom_permissions.capabilities.share_one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
9029
|
+
# resp.custom_permissions.capabilities.use_one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
9030
|
+
# resp.custom_permissions.capabilities.share_point_action #=> String, one of "DENY", "ALLOW"
|
|
9031
|
+
# resp.custom_permissions.capabilities.create_and_update_share_point_action #=> String, one of "DENY", "ALLOW"
|
|
9032
|
+
# resp.custom_permissions.capabilities.share_share_point_action #=> String, one of "DENY", "ALLOW"
|
|
9033
|
+
# resp.custom_permissions.capabilities.use_share_point_action #=> String, one of "DENY", "ALLOW"
|
|
9034
|
+
# resp.custom_permissions.capabilities.ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
9035
|
+
# resp.custom_permissions.capabilities.create_and_update_ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
9036
|
+
# resp.custom_permissions.capabilities.share_ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
9037
|
+
# resp.custom_permissions.capabilities.use_ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
9038
|
+
# resp.custom_permissions.capabilities.google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
9039
|
+
# resp.custom_permissions.capabilities.create_and_update_google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
9040
|
+
# resp.custom_permissions.capabilities.share_google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
9041
|
+
# resp.custom_permissions.capabilities.use_google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
9042
|
+
# resp.custom_permissions.capabilities.zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
9043
|
+
# resp.custom_permissions.capabilities.create_and_update_zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
9044
|
+
# resp.custom_permissions.capabilities.share_zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
9045
|
+
# resp.custom_permissions.capabilities.use_zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
9046
|
+
# resp.custom_permissions.capabilities.smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
9047
|
+
# resp.custom_permissions.capabilities.create_and_update_smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
9048
|
+
# resp.custom_permissions.capabilities.share_smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
9049
|
+
# resp.custom_permissions.capabilities.use_smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
9050
|
+
# resp.custom_permissions.capabilities.sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
9051
|
+
# resp.custom_permissions.capabilities.create_and_update_sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
9052
|
+
# resp.custom_permissions.capabilities.share_sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
9053
|
+
# resp.custom_permissions.capabilities.use_sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
9054
|
+
# resp.custom_permissions.capabilities.sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
9055
|
+
# resp.custom_permissions.capabilities.create_and_update_sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
9056
|
+
# resp.custom_permissions.capabilities.share_sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
9057
|
+
# resp.custom_permissions.capabilities.use_sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
9058
|
+
# resp.custom_permissions.capabilities.sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
9059
|
+
# resp.custom_permissions.capabilities.create_and_update_sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
9060
|
+
# resp.custom_permissions.capabilities.share_sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
9061
|
+
# resp.custom_permissions.capabilities.use_sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
9062
|
+
# resp.custom_permissions.capabilities.sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
9063
|
+
# resp.custom_permissions.capabilities.create_and_update_sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
9064
|
+
# resp.custom_permissions.capabilities.share_sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
9065
|
+
# resp.custom_permissions.capabilities.use_sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
9066
|
+
# resp.custom_permissions.capabilities.sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
9067
|
+
# resp.custom_permissions.capabilities.create_and_update_sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
9068
|
+
# resp.custom_permissions.capabilities.share_sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
9069
|
+
# resp.custom_permissions.capabilities.use_sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
9070
|
+
# resp.custom_permissions.capabilities.fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
9071
|
+
# resp.custom_permissions.capabilities.create_and_update_fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
9072
|
+
# resp.custom_permissions.capabilities.share_fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
9073
|
+
# resp.custom_permissions.capabilities.use_fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
9074
|
+
# resp.custom_permissions.capabilities.amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
9075
|
+
# resp.custom_permissions.capabilities.create_and_update_amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
9076
|
+
# resp.custom_permissions.capabilities.share_amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
9077
|
+
# resp.custom_permissions.capabilities.use_amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
9078
|
+
# resp.custom_permissions.capabilities.textract_action #=> String, one of "DENY", "ALLOW"
|
|
9079
|
+
# resp.custom_permissions.capabilities.create_and_update_textract_action #=> String, one of "DENY", "ALLOW"
|
|
9080
|
+
# resp.custom_permissions.capabilities.share_textract_action #=> String, one of "DENY", "ALLOW"
|
|
9081
|
+
# resp.custom_permissions.capabilities.use_textract_action #=> String, one of "DENY", "ALLOW"
|
|
9082
|
+
# resp.custom_permissions.capabilities.comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
9083
|
+
# resp.custom_permissions.capabilities.create_and_update_comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
9084
|
+
# resp.custom_permissions.capabilities.share_comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
9085
|
+
# resp.custom_permissions.capabilities.use_comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
9086
|
+
# resp.custom_permissions.capabilities.comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
9087
|
+
# resp.custom_permissions.capabilities.create_and_update_comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
9088
|
+
# resp.custom_permissions.capabilities.share_comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
9089
|
+
# resp.custom_permissions.capabilities.use_comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
9090
|
+
# resp.custom_permissions.capabilities.amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
9091
|
+
# resp.custom_permissions.capabilities.create_and_update_amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
9092
|
+
# resp.custom_permissions.capabilities.share_amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
9093
|
+
# resp.custom_permissions.capabilities.use_amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
9094
|
+
# resp.custom_permissions.capabilities.amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
9095
|
+
# resp.custom_permissions.capabilities.create_and_update_amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
9096
|
+
# resp.custom_permissions.capabilities.share_amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
9097
|
+
# resp.custom_permissions.capabilities.use_amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
9098
|
+
# resp.custom_permissions.capabilities.amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
9099
|
+
# resp.custom_permissions.capabilities.create_and_update_amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
9100
|
+
# resp.custom_permissions.capabilities.share_amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
9101
|
+
# resp.custom_permissions.capabilities.use_amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
9102
|
+
# resp.custom_permissions.capabilities.mcp_action #=> String, one of "DENY", "ALLOW"
|
|
9103
|
+
# resp.custom_permissions.capabilities.create_and_update_mcp_action #=> String, one of "DENY", "ALLOW"
|
|
9104
|
+
# resp.custom_permissions.capabilities.share_mcp_action #=> String, one of "DENY", "ALLOW"
|
|
9105
|
+
# resp.custom_permissions.capabilities.use_mcp_action #=> String, one of "DENY", "ALLOW"
|
|
9106
|
+
# resp.custom_permissions.capabilities.open_api_action #=> String, one of "DENY", "ALLOW"
|
|
9107
|
+
# resp.custom_permissions.capabilities.create_and_update_open_api_action #=> String, one of "DENY", "ALLOW"
|
|
9108
|
+
# resp.custom_permissions.capabilities.share_open_api_action #=> String, one of "DENY", "ALLOW"
|
|
9109
|
+
# resp.custom_permissions.capabilities.use_open_api_action #=> String, one of "DENY", "ALLOW"
|
|
9110
|
+
# resp.custom_permissions.capabilities.sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
9111
|
+
# resp.custom_permissions.capabilities.create_and_update_sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
9112
|
+
# resp.custom_permissions.capabilities.share_sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
9113
|
+
# resp.custom_permissions.capabilities.use_sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
9114
|
+
# resp.custom_permissions.capabilities.sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
9115
|
+
# resp.custom_permissions.capabilities.create_and_update_sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
9116
|
+
# resp.custom_permissions.capabilities.share_sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
9117
|
+
# resp.custom_permissions.capabilities.use_sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
9118
|
+
# resp.custom_permissions.capabilities.bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
9119
|
+
# resp.custom_permissions.capabilities.create_and_update_bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
9120
|
+
# resp.custom_permissions.capabilities.share_bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
9121
|
+
# resp.custom_permissions.capabilities.use_bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
9122
|
+
# resp.custom_permissions.capabilities.box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9123
|
+
# resp.custom_permissions.capabilities.create_and_update_box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9124
|
+
# resp.custom_permissions.capabilities.share_box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9125
|
+
# resp.custom_permissions.capabilities.use_box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9126
|
+
# resp.custom_permissions.capabilities.canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9127
|
+
# resp.custom_permissions.capabilities.create_and_update_canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9128
|
+
# resp.custom_permissions.capabilities.share_canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9129
|
+
# resp.custom_permissions.capabilities.use_canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
9130
|
+
# resp.custom_permissions.capabilities.github_action #=> String, one of "DENY", "ALLOW"
|
|
9131
|
+
# resp.custom_permissions.capabilities.create_and_update_github_action #=> String, one of "DENY", "ALLOW"
|
|
9132
|
+
# resp.custom_permissions.capabilities.share_github_action #=> String, one of "DENY", "ALLOW"
|
|
9133
|
+
# resp.custom_permissions.capabilities.use_github_action #=> String, one of "DENY", "ALLOW"
|
|
9134
|
+
# resp.custom_permissions.capabilities.notion_action #=> String, one of "DENY", "ALLOW"
|
|
9135
|
+
# resp.custom_permissions.capabilities.create_and_update_notion_action #=> String, one of "DENY", "ALLOW"
|
|
9136
|
+
# resp.custom_permissions.capabilities.share_notion_action #=> String, one of "DENY", "ALLOW"
|
|
9137
|
+
# resp.custom_permissions.capabilities.use_notion_action #=> String, one of "DENY", "ALLOW"
|
|
9138
|
+
# resp.custom_permissions.capabilities.linear_action #=> String, one of "DENY", "ALLOW"
|
|
9139
|
+
# resp.custom_permissions.capabilities.create_and_update_linear_action #=> String, one of "DENY", "ALLOW"
|
|
9140
|
+
# resp.custom_permissions.capabilities.share_linear_action #=> String, one of "DENY", "ALLOW"
|
|
9141
|
+
# resp.custom_permissions.capabilities.use_linear_action #=> String, one of "DENY", "ALLOW"
|
|
9142
|
+
# resp.custom_permissions.capabilities.hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
9143
|
+
# resp.custom_permissions.capabilities.create_and_update_hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
9144
|
+
# resp.custom_permissions.capabilities.share_hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
9145
|
+
# resp.custom_permissions.capabilities.use_hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
9146
|
+
# resp.custom_permissions.capabilities.monday_action #=> String, one of "DENY", "ALLOW"
|
|
9147
|
+
# resp.custom_permissions.capabilities.create_and_update_monday_action #=> String, one of "DENY", "ALLOW"
|
|
9148
|
+
# resp.custom_permissions.capabilities.share_monday_action #=> String, one of "DENY", "ALLOW"
|
|
9149
|
+
# resp.custom_permissions.capabilities.use_monday_action #=> String, one of "DENY", "ALLOW"
|
|
9150
|
+
# resp.custom_permissions.capabilities.hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
9151
|
+
# resp.custom_permissions.capabilities.create_and_update_hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
9152
|
+
# resp.custom_permissions.capabilities.share_hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
9153
|
+
# resp.custom_permissions.capabilities.use_hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
9154
|
+
# resp.custom_permissions.capabilities.intercom_action #=> String, one of "DENY", "ALLOW"
|
|
9155
|
+
# resp.custom_permissions.capabilities.create_and_update_intercom_action #=> String, one of "DENY", "ALLOW"
|
|
9156
|
+
# resp.custom_permissions.capabilities.share_intercom_action #=> String, one of "DENY", "ALLOW"
|
|
9157
|
+
# resp.custom_permissions.capabilities.use_intercom_action #=> String, one of "DENY", "ALLOW"
|
|
9158
|
+
# resp.custom_permissions.capabilities.new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
9159
|
+
# resp.custom_permissions.capabilities.create_and_update_new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
9160
|
+
# resp.custom_permissions.capabilities.share_new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
9161
|
+
# resp.custom_permissions.capabilities.use_new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
9162
|
+
# resp.custom_permissions.capabilities.topic #=> String, one of "DENY", "ALLOW"
|
|
9163
|
+
# resp.custom_permissions.capabilities.edit_visual_with_q #=> String, one of "DENY", "ALLOW"
|
|
9164
|
+
# resp.custom_permissions.capabilities.build_calculated_field_with_q #=> String, one of "DENY", "ALLOW"
|
|
9165
|
+
# resp.custom_permissions.capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY", "ALLOW"
|
|
9166
|
+
# resp.custom_permissions.capabilities.space #=> String, one of "DENY", "ALLOW"
|
|
9167
|
+
# resp.custom_permissions.capabilities.create_spaces #=> String, one of "DENY", "ALLOW"
|
|
9168
|
+
# resp.custom_permissions.capabilities.share_spaces #=> String, one of "DENY", "ALLOW"
|
|
9169
|
+
# resp.custom_permissions.capabilities.chat_agent #=> String, one of "DENY", "ALLOW"
|
|
9170
|
+
# resp.custom_permissions.capabilities.create_chat_agents #=> String, one of "DENY", "ALLOW"
|
|
9171
|
+
# resp.custom_permissions.capabilities.share_chat_agents #=> String, one of "DENY", "ALLOW"
|
|
9172
|
+
# resp.custom_permissions.capabilities.research #=> String, one of "DENY", "ALLOW"
|
|
9173
|
+
# resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY", "ALLOW"
|
|
9174
|
+
# resp.custom_permissions.capabilities.extension #=> String, one of "DENY", "ALLOW"
|
|
9175
|
+
# resp.custom_permissions.capabilities.use_browser_extension #=> String, one of "DENY", "ALLOW"
|
|
9176
|
+
# resp.custom_permissions.capabilities.use_word_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
9177
|
+
# resp.custom_permissions.capabilities.use_outlook_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
9178
|
+
# resp.custom_permissions.capabilities.use_excel_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
9179
|
+
# resp.custom_permissions.capabilities.use_powerpoint_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
9180
|
+
# resp.custom_permissions.capabilities.manage_shared_folders #=> String, one of "DENY", "ALLOW"
|
|
9181
|
+
# resp.custom_permissions.capabilities.generate_analyses #=> String, one of "DENY", "ALLOW"
|
|
9182
|
+
# resp.custom_permissions.capabilities.story #=> String, one of "DENY", "ALLOW"
|
|
9183
|
+
# resp.custom_permissions.capabilities.scenario #=> String, one of "DENY", "ALLOW"
|
|
9184
|
+
# resp.custom_permissions.capabilities.trigger #=> String, one of "DENY", "ALLOW"
|
|
9185
|
+
# resp.custom_permissions.capabilities.schedule_trigger #=> String, one of "DENY", "ALLOW"
|
|
9186
|
+
# resp.custom_permissions.capabilities.inbound_email_trigger #=> String, one of "DENY", "ALLOW"
|
|
9187
|
+
# resp.custom_permissions.capabilities.quick_event_trigger #=> String, one of "DENY", "ALLOW"
|
|
9188
|
+
# resp.custom_permissions.governance.default_category_effects #=> Hash
|
|
9189
|
+
# resp.custom_permissions.governance.default_category_effects["GovernanceCategoryName"] #=> String, one of "DENY_BY_DEFAULT"
|
|
9176
9190
|
# resp.request_id #=> String
|
|
9177
9191
|
#
|
|
9178
9192
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
|
|
@@ -13822,243 +13836,245 @@ module Aws::QuickSight
|
|
|
13822
13836
|
# resp.custom_permissions_list #=> Array
|
|
13823
13837
|
# resp.custom_permissions_list[0].arn #=> String
|
|
13824
13838
|
# resp.custom_permissions_list[0].custom_permissions_name #=> String
|
|
13825
|
-
# resp.custom_permissions_list[0].capabilities.export_to_csv #=> String, one of "DENY"
|
|
13826
|
-
# resp.custom_permissions_list[0].capabilities.export_to_excel #=> String, one of "DENY"
|
|
13827
|
-
# resp.custom_permissions_list[0].capabilities.export_to_pdf #=> String, one of "DENY"
|
|
13828
|
-
# resp.custom_permissions_list[0].capabilities.print_reports #=> String, one of "DENY"
|
|
13829
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_themes #=> String, one of "DENY"
|
|
13830
|
-
# resp.custom_permissions_list[0].capabilities.add_or_run_anomaly_detection_for_analyses #=> String, one of "DENY"
|
|
13831
|
-
# resp.custom_permissions_list[0].capabilities.share_analyses #=> String, one of "DENY"
|
|
13832
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_datasets #=> String, one of "DENY"
|
|
13833
|
-
# resp.custom_permissions_list[0].capabilities.share_datasets #=> String, one of "DENY"
|
|
13834
|
-
# resp.custom_permissions_list[0].capabilities.subscribe_dashboard_email_reports #=> String, one of "DENY"
|
|
13835
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_dashboard_email_reports #=> String, one of "DENY"
|
|
13836
|
-
# resp.custom_permissions_list[0].capabilities.share_dashboards #=> String, one of "DENY"
|
|
13837
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_threshold_alerts #=> String, one of "DENY"
|
|
13838
|
-
# resp.custom_permissions_list[0].capabilities.rename_shared_folders #=> String, one of "DENY"
|
|
13839
|
-
# resp.custom_permissions_list[0].capabilities.create_shared_folders #=> String, one of "DENY"
|
|
13840
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_data_sources #=> String, one of "DENY"
|
|
13841
|
-
# resp.custom_permissions_list[0].capabilities.share_data_sources #=> String, one of "DENY"
|
|
13842
|
-
# resp.custom_permissions_list[0].capabilities.view_account_spice_capacity #=> String, one of "DENY"
|
|
13843
|
-
# resp.custom_permissions_list[0].capabilities.create_spice_dataset #=> String, one of "DENY"
|
|
13844
|
-
# resp.custom_permissions_list[0].capabilities.export_to_pdf_in_scheduled_reports #=> String, one of "DENY"
|
|
13845
|
-
# resp.custom_permissions_list[0].capabilities.export_to_csv_in_scheduled_reports #=> String, one of "DENY"
|
|
13846
|
-
# resp.custom_permissions_list[0].capabilities.export_to_excel_in_scheduled_reports #=> String, one of "DENY"
|
|
13847
|
-
# resp.custom_permissions_list[0].capabilities.include_content_in_scheduled_reports_email #=> String, one of "DENY"
|
|
13848
|
-
# resp.custom_permissions_list[0].capabilities.dashboard #=> String, one of "DENY"
|
|
13849
|
-
# resp.custom_permissions_list[0].capabilities.analysis #=> String, one of "DENY"
|
|
13850
|
-
# resp.custom_permissions_list[0].capabilities.automate #=> String, one of "DENY"
|
|
13851
|
-
# resp.custom_permissions_list[0].capabilities.flow #=> String, one of "DENY"
|
|
13852
|
-
# resp.custom_permissions_list[0].capabilities.apps #=> String, one of "DENY"
|
|
13853
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_apps #=> String, one of "DENY"
|
|
13854
|
-
# resp.custom_permissions_list[0].capabilities.share_apps #=> String, one of "DENY"
|
|
13855
|
-
# resp.custom_permissions_list[0].capabilities.invoke_apps_ai_inference #=> String, one of "DENY"
|
|
13856
|
-
# resp.custom_permissions_list[0].capabilities.access_apps_native_data_store #=> String, one of "DENY"
|
|
13857
|
-
# resp.custom_permissions_list[0].capabilities.publish_without_approval #=> String, one of "DENY"
|
|
13858
|
-
# resp.custom_permissions_list[0].capabilities.use_bedrock_models #=> String, one of "DENY"
|
|
13859
|
-
# resp.custom_permissions_list[0].capabilities.perform_flow_ui_task #=> String, one of "DENY"
|
|
13860
|
-
# resp.custom_permissions_list[0].capabilities.approve_flow_share_requests #=> String, one of "DENY"
|
|
13861
|
-
# resp.custom_permissions_list[0].capabilities.use_agent_web_search #=> String, one of "DENY"
|
|
13862
|
-
# resp.custom_permissions_list[0].capabilities.knowledge_base #=> String, one of "DENY"
|
|
13863
|
-
# resp.custom_permissions_list[0].capabilities.action #=> String, one of "DENY"
|
|
13864
|
-
# resp.custom_permissions_list[0].capabilities.generic_http_action #=> String, one of "DENY"
|
|
13865
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_generic_http_action #=> String, one of "DENY"
|
|
13866
|
-
# resp.custom_permissions_list[0].capabilities.share_generic_http_action #=> String, one of "DENY"
|
|
13867
|
-
# resp.custom_permissions_list[0].capabilities.use_generic_http_action #=> String, one of "DENY"
|
|
13868
|
-
# resp.custom_permissions_list[0].capabilities.asana_action #=> String, one of "DENY"
|
|
13869
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_asana_action #=> String, one of "DENY"
|
|
13870
|
-
# resp.custom_permissions_list[0].capabilities.share_asana_action #=> String, one of "DENY"
|
|
13871
|
-
# resp.custom_permissions_list[0].capabilities.use_asana_action #=> String, one of "DENY"
|
|
13872
|
-
# resp.custom_permissions_list[0].capabilities.slack_action #=> String, one of "DENY"
|
|
13873
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_slack_action #=> String, one of "DENY"
|
|
13874
|
-
# resp.custom_permissions_list[0].capabilities.share_slack_action #=> String, one of "DENY"
|
|
13875
|
-
# resp.custom_permissions_list[0].capabilities.use_slack_action #=> String, one of "DENY"
|
|
13876
|
-
# resp.custom_permissions_list[0].capabilities.service_now_action #=> String, one of "DENY"
|
|
13877
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_service_now_action #=> String, one of "DENY"
|
|
13878
|
-
# resp.custom_permissions_list[0].capabilities.share_service_now_action #=> String, one of "DENY"
|
|
13879
|
-
# resp.custom_permissions_list[0].capabilities.use_service_now_action #=> String, one of "DENY"
|
|
13880
|
-
# resp.custom_permissions_list[0].capabilities.salesforce_action #=> String, one of "DENY"
|
|
13881
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_salesforce_action #=> String, one of "DENY"
|
|
13882
|
-
# resp.custom_permissions_list[0].capabilities.share_salesforce_action #=> String, one of "DENY"
|
|
13883
|
-
# resp.custom_permissions_list[0].capabilities.use_salesforce_action #=> String, one of "DENY"
|
|
13884
|
-
# resp.custom_permissions_list[0].capabilities.ms_exchange_action #=> String, one of "DENY"
|
|
13885
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_ms_exchange_action #=> String, one of "DENY"
|
|
13886
|
-
# resp.custom_permissions_list[0].capabilities.share_ms_exchange_action #=> String, one of "DENY"
|
|
13887
|
-
# resp.custom_permissions_list[0].capabilities.use_ms_exchange_action #=> String, one of "DENY"
|
|
13888
|
-
# resp.custom_permissions_list[0].capabilities.pager_duty_action #=> String, one of "DENY"
|
|
13889
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_pager_duty_action #=> String, one of "DENY"
|
|
13890
|
-
# resp.custom_permissions_list[0].capabilities.share_pager_duty_action #=> String, one of "DENY"
|
|
13891
|
-
# resp.custom_permissions_list[0].capabilities.use_pager_duty_action #=> String, one of "DENY"
|
|
13892
|
-
# resp.custom_permissions_list[0].capabilities.jira_action #=> String, one of "DENY"
|
|
13893
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_jira_action #=> String, one of "DENY"
|
|
13894
|
-
# resp.custom_permissions_list[0].capabilities.share_jira_action #=> String, one of "DENY"
|
|
13895
|
-
# resp.custom_permissions_list[0].capabilities.use_jira_action #=> String, one of "DENY"
|
|
13896
|
-
# resp.custom_permissions_list[0].capabilities.confluence_action #=> String, one of "DENY"
|
|
13897
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_confluence_action #=> String, one of "DENY"
|
|
13898
|
-
# resp.custom_permissions_list[0].capabilities.share_confluence_action #=> String, one of "DENY"
|
|
13899
|
-
# resp.custom_permissions_list[0].capabilities.use_confluence_action #=> String, one of "DENY"
|
|
13900
|
-
# resp.custom_permissions_list[0].capabilities.one_drive_action #=> String, one of "DENY"
|
|
13901
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_one_drive_action #=> String, one of "DENY"
|
|
13902
|
-
# resp.custom_permissions_list[0].capabilities.share_one_drive_action #=> String, one of "DENY"
|
|
13903
|
-
# resp.custom_permissions_list[0].capabilities.use_one_drive_action #=> String, one of "DENY"
|
|
13904
|
-
# resp.custom_permissions_list[0].capabilities.share_point_action #=> String, one of "DENY"
|
|
13905
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_share_point_action #=> String, one of "DENY"
|
|
13906
|
-
# resp.custom_permissions_list[0].capabilities.share_share_point_action #=> String, one of "DENY"
|
|
13907
|
-
# resp.custom_permissions_list[0].capabilities.use_share_point_action #=> String, one of "DENY"
|
|
13908
|
-
# resp.custom_permissions_list[0].capabilities.ms_teams_action #=> String, one of "DENY"
|
|
13909
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_ms_teams_action #=> String, one of "DENY"
|
|
13910
|
-
# resp.custom_permissions_list[0].capabilities.share_ms_teams_action #=> String, one of "DENY"
|
|
13911
|
-
# resp.custom_permissions_list[0].capabilities.use_ms_teams_action #=> String, one of "DENY"
|
|
13912
|
-
# resp.custom_permissions_list[0].capabilities.google_calendar_action #=> String, one of "DENY"
|
|
13913
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_google_calendar_action #=> String, one of "DENY"
|
|
13914
|
-
# resp.custom_permissions_list[0].capabilities.share_google_calendar_action #=> String, one of "DENY"
|
|
13915
|
-
# resp.custom_permissions_list[0].capabilities.use_google_calendar_action #=> String, one of "DENY"
|
|
13916
|
-
# resp.custom_permissions_list[0].capabilities.zendesk_action #=> String, one of "DENY"
|
|
13917
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_zendesk_action #=> String, one of "DENY"
|
|
13918
|
-
# resp.custom_permissions_list[0].capabilities.share_zendesk_action #=> String, one of "DENY"
|
|
13919
|
-
# resp.custom_permissions_list[0].capabilities.use_zendesk_action #=> String, one of "DENY"
|
|
13920
|
-
# resp.custom_permissions_list[0].capabilities.smartsheet_action #=> String, one of "DENY"
|
|
13921
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_smartsheet_action #=> String, one of "DENY"
|
|
13922
|
-
# resp.custom_permissions_list[0].capabilities.share_smartsheet_action #=> String, one of "DENY"
|
|
13923
|
-
# resp.custom_permissions_list[0].capabilities.use_smartsheet_action #=> String, one of "DENY"
|
|
13924
|
-
# resp.custom_permissions_list[0].capabilities.sap_business_partner_action #=> String, one of "DENY"
|
|
13925
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_business_partner_action #=> String, one of "DENY"
|
|
13926
|
-
# resp.custom_permissions_list[0].capabilities.share_sap_business_partner_action #=> String, one of "DENY"
|
|
13927
|
-
# resp.custom_permissions_list[0].capabilities.use_sap_business_partner_action #=> String, one of "DENY"
|
|
13928
|
-
# resp.custom_permissions_list[0].capabilities.sap_product_master_data_action #=> String, one of "DENY"
|
|
13929
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_product_master_data_action #=> String, one of "DENY"
|
|
13930
|
-
# resp.custom_permissions_list[0].capabilities.share_sap_product_master_data_action #=> String, one of "DENY"
|
|
13931
|
-
# resp.custom_permissions_list[0].capabilities.use_sap_product_master_data_action #=> String, one of "DENY"
|
|
13932
|
-
# resp.custom_permissions_list[0].capabilities.sap_physical_inventory_action #=> String, one of "DENY"
|
|
13933
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_physical_inventory_action #=> String, one of "DENY"
|
|
13934
|
-
# resp.custom_permissions_list[0].capabilities.share_sap_physical_inventory_action #=> String, one of "DENY"
|
|
13935
|
-
# resp.custom_permissions_list[0].capabilities.use_sap_physical_inventory_action #=> String, one of "DENY"
|
|
13936
|
-
# resp.custom_permissions_list[0].capabilities.sap_bill_of_material_action #=> String, one of "DENY"
|
|
13937
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_bill_of_material_action #=> String, one of "DENY"
|
|
13938
|
-
# resp.custom_permissions_list[0].capabilities.share_sap_bill_of_material_action #=> String, one of "DENY"
|
|
13939
|
-
# resp.custom_permissions_list[0].capabilities.use_sap_bill_of_material_action #=> String, one of "DENY"
|
|
13940
|
-
# resp.custom_permissions_list[0].capabilities.sap_material_stock_action #=> String, one of "DENY"
|
|
13941
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_material_stock_action #=> String, one of "DENY"
|
|
13942
|
-
# resp.custom_permissions_list[0].capabilities.share_sap_material_stock_action #=> String, one of "DENY"
|
|
13943
|
-
# resp.custom_permissions_list[0].capabilities.use_sap_material_stock_action #=> String, one of "DENY"
|
|
13944
|
-
# resp.custom_permissions_list[0].capabilities.fact_set_action #=> String, one of "DENY"
|
|
13945
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_fact_set_action #=> String, one of "DENY"
|
|
13946
|
-
# resp.custom_permissions_list[0].capabilities.share_fact_set_action #=> String, one of "DENY"
|
|
13947
|
-
# resp.custom_permissions_list[0].capabilities.use_fact_set_action #=> String, one of "DENY"
|
|
13948
|
-
# resp.custom_permissions_list[0].capabilities.amazon_s_three_action #=> String, one of "DENY"
|
|
13949
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_s_three_action #=> String, one of "DENY"
|
|
13950
|
-
# resp.custom_permissions_list[0].capabilities.share_amazon_s_three_action #=> String, one of "DENY"
|
|
13951
|
-
# resp.custom_permissions_list[0].capabilities.use_amazon_s_three_action #=> String, one of "DENY"
|
|
13952
|
-
# resp.custom_permissions_list[0].capabilities.textract_action #=> String, one of "DENY"
|
|
13953
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_textract_action #=> String, one of "DENY"
|
|
13954
|
-
# resp.custom_permissions_list[0].capabilities.share_textract_action #=> String, one of "DENY"
|
|
13955
|
-
# resp.custom_permissions_list[0].capabilities.use_textract_action #=> String, one of "DENY"
|
|
13956
|
-
# resp.custom_permissions_list[0].capabilities.comprehend_action #=> String, one of "DENY"
|
|
13957
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_comprehend_action #=> String, one of "DENY"
|
|
13958
|
-
# resp.custom_permissions_list[0].capabilities.share_comprehend_action #=> String, one of "DENY"
|
|
13959
|
-
# resp.custom_permissions_list[0].capabilities.use_comprehend_action #=> String, one of "DENY"
|
|
13960
|
-
# resp.custom_permissions_list[0].capabilities.comprehend_medical_action #=> String, one of "DENY"
|
|
13961
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_comprehend_medical_action #=> String, one of "DENY"
|
|
13962
|
-
# resp.custom_permissions_list[0].capabilities.share_comprehend_medical_action #=> String, one of "DENY"
|
|
13963
|
-
# resp.custom_permissions_list[0].capabilities.use_comprehend_medical_action #=> String, one of "DENY"
|
|
13964
|
-
# resp.custom_permissions_list[0].capabilities.amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
13965
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
13966
|
-
# resp.custom_permissions_list[0].capabilities.share_amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
13967
|
-
# resp.custom_permissions_list[0].capabilities.use_amazon_bedrock_ars_action #=> String, one of "DENY"
|
|
13968
|
-
# resp.custom_permissions_list[0].capabilities.amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
13969
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
13970
|
-
# resp.custom_permissions_list[0].capabilities.share_amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
13971
|
-
# resp.custom_permissions_list[0].capabilities.use_amazon_bedrock_fs_action #=> String, one of "DENY"
|
|
13972
|
-
# resp.custom_permissions_list[0].capabilities.amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
13973
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
13974
|
-
# resp.custom_permissions_list[0].capabilities.share_amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
13975
|
-
# resp.custom_permissions_list[0].capabilities.use_amazon_bedrock_krs_action #=> String, one of "DENY"
|
|
13976
|
-
# resp.custom_permissions_list[0].capabilities.mcp_action #=> String, one of "DENY"
|
|
13977
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_mcp_action #=> String, one of "DENY"
|
|
13978
|
-
# resp.custom_permissions_list[0].capabilities.share_mcp_action #=> String, one of "DENY"
|
|
13979
|
-
# resp.custom_permissions_list[0].capabilities.use_mcp_action #=> String, one of "DENY"
|
|
13980
|
-
# resp.custom_permissions_list[0].capabilities.open_api_action #=> String, one of "DENY"
|
|
13981
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_open_api_action #=> String, one of "DENY"
|
|
13982
|
-
# resp.custom_permissions_list[0].capabilities.share_open_api_action #=> String, one of "DENY"
|
|
13983
|
-
# resp.custom_permissions_list[0].capabilities.use_open_api_action #=> String, one of "DENY"
|
|
13984
|
-
# resp.custom_permissions_list[0].capabilities.sand_pgmi_action #=> String, one of "DENY"
|
|
13985
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sand_pgmi_action #=> String, one of "DENY"
|
|
13986
|
-
# resp.custom_permissions_list[0].capabilities.share_sand_pgmi_action #=> String, one of "DENY"
|
|
13987
|
-
# resp.custom_permissions_list[0].capabilities.use_sand_pgmi_action #=> String, one of "DENY"
|
|
13988
|
-
# resp.custom_permissions_list[0].capabilities.sand_p_global_energy_action #=> String, one of "DENY"
|
|
13989
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_sand_p_global_energy_action #=> String, one of "DENY"
|
|
13990
|
-
# resp.custom_permissions_list[0].capabilities.share_sand_p_global_energy_action #=> String, one of "DENY"
|
|
13991
|
-
# resp.custom_permissions_list[0].capabilities.use_sand_p_global_energy_action #=> String, one of "DENY"
|
|
13992
|
-
# resp.custom_permissions_list[0].capabilities.bamboo_hr_action #=> String, one of "DENY"
|
|
13993
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_bamboo_hr_action #=> String, one of "DENY"
|
|
13994
|
-
# resp.custom_permissions_list[0].capabilities.share_bamboo_hr_action #=> String, one of "DENY"
|
|
13995
|
-
# resp.custom_permissions_list[0].capabilities.use_bamboo_hr_action #=> String, one of "DENY"
|
|
13996
|
-
# resp.custom_permissions_list[0].capabilities.box_agent_action #=> String, one of "DENY"
|
|
13997
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_box_agent_action #=> String, one of "DENY"
|
|
13998
|
-
# resp.custom_permissions_list[0].capabilities.share_box_agent_action #=> String, one of "DENY"
|
|
13999
|
-
# resp.custom_permissions_list[0].capabilities.use_box_agent_action #=> String, one of "DENY"
|
|
14000
|
-
# resp.custom_permissions_list[0].capabilities.canva_agent_action #=> String, one of "DENY"
|
|
14001
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_canva_agent_action #=> String, one of "DENY"
|
|
14002
|
-
# resp.custom_permissions_list[0].capabilities.share_canva_agent_action #=> String, one of "DENY"
|
|
14003
|
-
# resp.custom_permissions_list[0].capabilities.use_canva_agent_action #=> String, one of "DENY"
|
|
14004
|
-
# resp.custom_permissions_list[0].capabilities.github_action #=> String, one of "DENY"
|
|
14005
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_github_action #=> String, one of "DENY"
|
|
14006
|
-
# resp.custom_permissions_list[0].capabilities.share_github_action #=> String, one of "DENY"
|
|
14007
|
-
# resp.custom_permissions_list[0].capabilities.use_github_action #=> String, one of "DENY"
|
|
14008
|
-
# resp.custom_permissions_list[0].capabilities.notion_action #=> String, one of "DENY"
|
|
14009
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_notion_action #=> String, one of "DENY"
|
|
14010
|
-
# resp.custom_permissions_list[0].capabilities.share_notion_action #=> String, one of "DENY"
|
|
14011
|
-
# resp.custom_permissions_list[0].capabilities.use_notion_action #=> String, one of "DENY"
|
|
14012
|
-
# resp.custom_permissions_list[0].capabilities.linear_action #=> String, one of "DENY"
|
|
14013
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_linear_action #=> String, one of "DENY"
|
|
14014
|
-
# resp.custom_permissions_list[0].capabilities.share_linear_action #=> String, one of "DENY"
|
|
14015
|
-
# resp.custom_permissions_list[0].capabilities.use_linear_action #=> String, one of "DENY"
|
|
14016
|
-
# resp.custom_permissions_list[0].capabilities.hugging_face_action #=> String, one of "DENY"
|
|
14017
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_hugging_face_action #=> String, one of "DENY"
|
|
14018
|
-
# resp.custom_permissions_list[0].capabilities.share_hugging_face_action #=> String, one of "DENY"
|
|
14019
|
-
# resp.custom_permissions_list[0].capabilities.use_hugging_face_action #=> String, one of "DENY"
|
|
14020
|
-
# resp.custom_permissions_list[0].capabilities.monday_action #=> String, one of "DENY"
|
|
14021
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_monday_action #=> String, one of "DENY"
|
|
14022
|
-
# resp.custom_permissions_list[0].capabilities.share_monday_action #=> String, one of "DENY"
|
|
14023
|
-
# resp.custom_permissions_list[0].capabilities.use_monday_action #=> String, one of "DENY"
|
|
14024
|
-
# resp.custom_permissions_list[0].capabilities.hubspot_action #=> String, one of "DENY"
|
|
14025
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_hubspot_action #=> String, one of "DENY"
|
|
14026
|
-
# resp.custom_permissions_list[0].capabilities.share_hubspot_action #=> String, one of "DENY"
|
|
14027
|
-
# resp.custom_permissions_list[0].capabilities.use_hubspot_action #=> String, one of "DENY"
|
|
14028
|
-
# resp.custom_permissions_list[0].capabilities.intercom_action #=> String, one of "DENY"
|
|
14029
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_intercom_action #=> String, one of "DENY"
|
|
14030
|
-
# resp.custom_permissions_list[0].capabilities.share_intercom_action #=> String, one of "DENY"
|
|
14031
|
-
# resp.custom_permissions_list[0].capabilities.use_intercom_action #=> String, one of "DENY"
|
|
14032
|
-
# resp.custom_permissions_list[0].capabilities.new_relic_action #=> String, one of "DENY"
|
|
14033
|
-
# resp.custom_permissions_list[0].capabilities.create_and_update_new_relic_action #=> String, one of "DENY"
|
|
14034
|
-
# resp.custom_permissions_list[0].capabilities.share_new_relic_action #=> String, one of "DENY"
|
|
14035
|
-
# resp.custom_permissions_list[0].capabilities.use_new_relic_action #=> String, one of "DENY"
|
|
14036
|
-
# resp.custom_permissions_list[0].capabilities.topic #=> String, one of "DENY"
|
|
14037
|
-
# resp.custom_permissions_list[0].capabilities.edit_visual_with_q #=> String, one of "DENY"
|
|
14038
|
-
# resp.custom_permissions_list[0].capabilities.build_calculated_field_with_q #=> String, one of "DENY"
|
|
14039
|
-
# resp.custom_permissions_list[0].capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY"
|
|
14040
|
-
# resp.custom_permissions_list[0].capabilities.space #=> String, one of "DENY"
|
|
14041
|
-
# resp.custom_permissions_list[0].capabilities.create_spaces #=> String, one of "DENY"
|
|
14042
|
-
# resp.custom_permissions_list[0].capabilities.share_spaces #=> String, one of "DENY"
|
|
14043
|
-
# resp.custom_permissions_list[0].capabilities.chat_agent #=> String, one of "DENY"
|
|
14044
|
-
# resp.custom_permissions_list[0].capabilities.create_chat_agents #=> String, one of "DENY"
|
|
14045
|
-
# resp.custom_permissions_list[0].capabilities.share_chat_agents #=> String, one of "DENY"
|
|
14046
|
-
# resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY"
|
|
14047
|
-
# resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
14048
|
-
# resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
|
|
14049
|
-
# resp.custom_permissions_list[0].capabilities.use_browser_extension #=> String, one of "DENY"
|
|
14050
|
-
# resp.custom_permissions_list[0].capabilities.use_word_add_in_extension #=> String, one of "DENY"
|
|
14051
|
-
# resp.custom_permissions_list[0].capabilities.use_outlook_add_in_extension #=> String, one of "DENY"
|
|
14052
|
-
# resp.custom_permissions_list[0].capabilities.use_excel_add_in_extension #=> String, one of "DENY"
|
|
14053
|
-
# resp.custom_permissions_list[0].capabilities.use_powerpoint_add_in_extension #=> String, one of "DENY"
|
|
14054
|
-
# resp.custom_permissions_list[0].capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
14055
|
-
# resp.custom_permissions_list[0].capabilities.generate_analyses #=> String, one of "DENY"
|
|
14056
|
-
# resp.custom_permissions_list[0].capabilities.story #=> String, one of "DENY"
|
|
14057
|
-
# resp.custom_permissions_list[0].capabilities.scenario #=> String, one of "DENY"
|
|
14058
|
-
# resp.custom_permissions_list[0].capabilities.trigger #=> String, one of "DENY"
|
|
14059
|
-
# resp.custom_permissions_list[0].capabilities.schedule_trigger #=> String, one of "DENY"
|
|
14060
|
-
# resp.custom_permissions_list[0].capabilities.inbound_email_trigger #=> String, one of "DENY"
|
|
14061
|
-
# resp.custom_permissions_list[0].capabilities.quick_event_trigger #=> String, one of "DENY"
|
|
13839
|
+
# resp.custom_permissions_list[0].capabilities.export_to_csv #=> String, one of "DENY", "ALLOW"
|
|
13840
|
+
# resp.custom_permissions_list[0].capabilities.export_to_excel #=> String, one of "DENY", "ALLOW"
|
|
13841
|
+
# resp.custom_permissions_list[0].capabilities.export_to_pdf #=> String, one of "DENY", "ALLOW"
|
|
13842
|
+
# resp.custom_permissions_list[0].capabilities.print_reports #=> String, one of "DENY", "ALLOW"
|
|
13843
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_themes #=> String, one of "DENY", "ALLOW"
|
|
13844
|
+
# resp.custom_permissions_list[0].capabilities.add_or_run_anomaly_detection_for_analyses #=> String, one of "DENY", "ALLOW"
|
|
13845
|
+
# resp.custom_permissions_list[0].capabilities.share_analyses #=> String, one of "DENY", "ALLOW"
|
|
13846
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_datasets #=> String, one of "DENY", "ALLOW"
|
|
13847
|
+
# resp.custom_permissions_list[0].capabilities.share_datasets #=> String, one of "DENY", "ALLOW"
|
|
13848
|
+
# resp.custom_permissions_list[0].capabilities.subscribe_dashboard_email_reports #=> String, one of "DENY", "ALLOW"
|
|
13849
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_dashboard_email_reports #=> String, one of "DENY", "ALLOW"
|
|
13850
|
+
# resp.custom_permissions_list[0].capabilities.share_dashboards #=> String, one of "DENY", "ALLOW"
|
|
13851
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_threshold_alerts #=> String, one of "DENY", "ALLOW"
|
|
13852
|
+
# resp.custom_permissions_list[0].capabilities.rename_shared_folders #=> String, one of "DENY", "ALLOW"
|
|
13853
|
+
# resp.custom_permissions_list[0].capabilities.create_shared_folders #=> String, one of "DENY", "ALLOW"
|
|
13854
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_data_sources #=> String, one of "DENY", "ALLOW"
|
|
13855
|
+
# resp.custom_permissions_list[0].capabilities.share_data_sources #=> String, one of "DENY", "ALLOW"
|
|
13856
|
+
# resp.custom_permissions_list[0].capabilities.view_account_spice_capacity #=> String, one of "DENY", "ALLOW"
|
|
13857
|
+
# resp.custom_permissions_list[0].capabilities.create_spice_dataset #=> String, one of "DENY", "ALLOW"
|
|
13858
|
+
# resp.custom_permissions_list[0].capabilities.export_to_pdf_in_scheduled_reports #=> String, one of "DENY", "ALLOW"
|
|
13859
|
+
# resp.custom_permissions_list[0].capabilities.export_to_csv_in_scheduled_reports #=> String, one of "DENY", "ALLOW"
|
|
13860
|
+
# resp.custom_permissions_list[0].capabilities.export_to_excel_in_scheduled_reports #=> String, one of "DENY", "ALLOW"
|
|
13861
|
+
# resp.custom_permissions_list[0].capabilities.include_content_in_scheduled_reports_email #=> String, one of "DENY", "ALLOW"
|
|
13862
|
+
# resp.custom_permissions_list[0].capabilities.dashboard #=> String, one of "DENY", "ALLOW"
|
|
13863
|
+
# resp.custom_permissions_list[0].capabilities.analysis #=> String, one of "DENY", "ALLOW"
|
|
13864
|
+
# resp.custom_permissions_list[0].capabilities.automate #=> String, one of "DENY", "ALLOW"
|
|
13865
|
+
# resp.custom_permissions_list[0].capabilities.flow #=> String, one of "DENY", "ALLOW"
|
|
13866
|
+
# resp.custom_permissions_list[0].capabilities.apps #=> String, one of "DENY", "ALLOW"
|
|
13867
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_apps #=> String, one of "DENY", "ALLOW"
|
|
13868
|
+
# resp.custom_permissions_list[0].capabilities.share_apps #=> String, one of "DENY", "ALLOW"
|
|
13869
|
+
# resp.custom_permissions_list[0].capabilities.invoke_apps_ai_inference #=> String, one of "DENY", "ALLOW"
|
|
13870
|
+
# resp.custom_permissions_list[0].capabilities.access_apps_native_data_store #=> String, one of "DENY", "ALLOW"
|
|
13871
|
+
# resp.custom_permissions_list[0].capabilities.publish_without_approval #=> String, one of "DENY", "ALLOW"
|
|
13872
|
+
# resp.custom_permissions_list[0].capabilities.use_bedrock_models #=> String, one of "DENY", "ALLOW"
|
|
13873
|
+
# resp.custom_permissions_list[0].capabilities.perform_flow_ui_task #=> String, one of "DENY", "ALLOW"
|
|
13874
|
+
# resp.custom_permissions_list[0].capabilities.approve_flow_share_requests #=> String, one of "DENY", "ALLOW"
|
|
13875
|
+
# resp.custom_permissions_list[0].capabilities.use_agent_web_search #=> String, one of "DENY", "ALLOW"
|
|
13876
|
+
# resp.custom_permissions_list[0].capabilities.knowledge_base #=> String, one of "DENY", "ALLOW"
|
|
13877
|
+
# resp.custom_permissions_list[0].capabilities.action #=> String, one of "DENY", "ALLOW"
|
|
13878
|
+
# resp.custom_permissions_list[0].capabilities.generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
13879
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
13880
|
+
# resp.custom_permissions_list[0].capabilities.share_generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
13881
|
+
# resp.custom_permissions_list[0].capabilities.use_generic_http_action #=> String, one of "DENY", "ALLOW"
|
|
13882
|
+
# resp.custom_permissions_list[0].capabilities.asana_action #=> String, one of "DENY", "ALLOW"
|
|
13883
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_asana_action #=> String, one of "DENY", "ALLOW"
|
|
13884
|
+
# resp.custom_permissions_list[0].capabilities.share_asana_action #=> String, one of "DENY", "ALLOW"
|
|
13885
|
+
# resp.custom_permissions_list[0].capabilities.use_asana_action #=> String, one of "DENY", "ALLOW"
|
|
13886
|
+
# resp.custom_permissions_list[0].capabilities.slack_action #=> String, one of "DENY", "ALLOW"
|
|
13887
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_slack_action #=> String, one of "DENY", "ALLOW"
|
|
13888
|
+
# resp.custom_permissions_list[0].capabilities.share_slack_action #=> String, one of "DENY", "ALLOW"
|
|
13889
|
+
# resp.custom_permissions_list[0].capabilities.use_slack_action #=> String, one of "DENY", "ALLOW"
|
|
13890
|
+
# resp.custom_permissions_list[0].capabilities.service_now_action #=> String, one of "DENY", "ALLOW"
|
|
13891
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_service_now_action #=> String, one of "DENY", "ALLOW"
|
|
13892
|
+
# resp.custom_permissions_list[0].capabilities.share_service_now_action #=> String, one of "DENY", "ALLOW"
|
|
13893
|
+
# resp.custom_permissions_list[0].capabilities.use_service_now_action #=> String, one of "DENY", "ALLOW"
|
|
13894
|
+
# resp.custom_permissions_list[0].capabilities.salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
13895
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
13896
|
+
# resp.custom_permissions_list[0].capabilities.share_salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
13897
|
+
# resp.custom_permissions_list[0].capabilities.use_salesforce_action #=> String, one of "DENY", "ALLOW"
|
|
13898
|
+
# resp.custom_permissions_list[0].capabilities.ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
13899
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
13900
|
+
# resp.custom_permissions_list[0].capabilities.share_ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
13901
|
+
# resp.custom_permissions_list[0].capabilities.use_ms_exchange_action #=> String, one of "DENY", "ALLOW"
|
|
13902
|
+
# resp.custom_permissions_list[0].capabilities.pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
13903
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
13904
|
+
# resp.custom_permissions_list[0].capabilities.share_pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
13905
|
+
# resp.custom_permissions_list[0].capabilities.use_pager_duty_action #=> String, one of "DENY", "ALLOW"
|
|
13906
|
+
# resp.custom_permissions_list[0].capabilities.jira_action #=> String, one of "DENY", "ALLOW"
|
|
13907
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_jira_action #=> String, one of "DENY", "ALLOW"
|
|
13908
|
+
# resp.custom_permissions_list[0].capabilities.share_jira_action #=> String, one of "DENY", "ALLOW"
|
|
13909
|
+
# resp.custom_permissions_list[0].capabilities.use_jira_action #=> String, one of "DENY", "ALLOW"
|
|
13910
|
+
# resp.custom_permissions_list[0].capabilities.confluence_action #=> String, one of "DENY", "ALLOW"
|
|
13911
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_confluence_action #=> String, one of "DENY", "ALLOW"
|
|
13912
|
+
# resp.custom_permissions_list[0].capabilities.share_confluence_action #=> String, one of "DENY", "ALLOW"
|
|
13913
|
+
# resp.custom_permissions_list[0].capabilities.use_confluence_action #=> String, one of "DENY", "ALLOW"
|
|
13914
|
+
# resp.custom_permissions_list[0].capabilities.one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
13915
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
13916
|
+
# resp.custom_permissions_list[0].capabilities.share_one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
13917
|
+
# resp.custom_permissions_list[0].capabilities.use_one_drive_action #=> String, one of "DENY", "ALLOW"
|
|
13918
|
+
# resp.custom_permissions_list[0].capabilities.share_point_action #=> String, one of "DENY", "ALLOW"
|
|
13919
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_share_point_action #=> String, one of "DENY", "ALLOW"
|
|
13920
|
+
# resp.custom_permissions_list[0].capabilities.share_share_point_action #=> String, one of "DENY", "ALLOW"
|
|
13921
|
+
# resp.custom_permissions_list[0].capabilities.use_share_point_action #=> String, one of "DENY", "ALLOW"
|
|
13922
|
+
# resp.custom_permissions_list[0].capabilities.ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
13923
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
13924
|
+
# resp.custom_permissions_list[0].capabilities.share_ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
13925
|
+
# resp.custom_permissions_list[0].capabilities.use_ms_teams_action #=> String, one of "DENY", "ALLOW"
|
|
13926
|
+
# resp.custom_permissions_list[0].capabilities.google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
13927
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
13928
|
+
# resp.custom_permissions_list[0].capabilities.share_google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
13929
|
+
# resp.custom_permissions_list[0].capabilities.use_google_calendar_action #=> String, one of "DENY", "ALLOW"
|
|
13930
|
+
# resp.custom_permissions_list[0].capabilities.zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
13931
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
13932
|
+
# resp.custom_permissions_list[0].capabilities.share_zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
13933
|
+
# resp.custom_permissions_list[0].capabilities.use_zendesk_action #=> String, one of "DENY", "ALLOW"
|
|
13934
|
+
# resp.custom_permissions_list[0].capabilities.smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
13935
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
13936
|
+
# resp.custom_permissions_list[0].capabilities.share_smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
13937
|
+
# resp.custom_permissions_list[0].capabilities.use_smartsheet_action #=> String, one of "DENY", "ALLOW"
|
|
13938
|
+
# resp.custom_permissions_list[0].capabilities.sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
13939
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
13940
|
+
# resp.custom_permissions_list[0].capabilities.share_sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
13941
|
+
# resp.custom_permissions_list[0].capabilities.use_sap_business_partner_action #=> String, one of "DENY", "ALLOW"
|
|
13942
|
+
# resp.custom_permissions_list[0].capabilities.sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
13943
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
13944
|
+
# resp.custom_permissions_list[0].capabilities.share_sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
13945
|
+
# resp.custom_permissions_list[0].capabilities.use_sap_product_master_data_action #=> String, one of "DENY", "ALLOW"
|
|
13946
|
+
# resp.custom_permissions_list[0].capabilities.sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
13947
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
13948
|
+
# resp.custom_permissions_list[0].capabilities.share_sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
13949
|
+
# resp.custom_permissions_list[0].capabilities.use_sap_physical_inventory_action #=> String, one of "DENY", "ALLOW"
|
|
13950
|
+
# resp.custom_permissions_list[0].capabilities.sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
13951
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
13952
|
+
# resp.custom_permissions_list[0].capabilities.share_sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
13953
|
+
# resp.custom_permissions_list[0].capabilities.use_sap_bill_of_material_action #=> String, one of "DENY", "ALLOW"
|
|
13954
|
+
# resp.custom_permissions_list[0].capabilities.sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
13955
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
13956
|
+
# resp.custom_permissions_list[0].capabilities.share_sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
13957
|
+
# resp.custom_permissions_list[0].capabilities.use_sap_material_stock_action #=> String, one of "DENY", "ALLOW"
|
|
13958
|
+
# resp.custom_permissions_list[0].capabilities.fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
13959
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
13960
|
+
# resp.custom_permissions_list[0].capabilities.share_fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
13961
|
+
# resp.custom_permissions_list[0].capabilities.use_fact_set_action #=> String, one of "DENY", "ALLOW"
|
|
13962
|
+
# resp.custom_permissions_list[0].capabilities.amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
13963
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
13964
|
+
# resp.custom_permissions_list[0].capabilities.share_amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
13965
|
+
# resp.custom_permissions_list[0].capabilities.use_amazon_s_three_action #=> String, one of "DENY", "ALLOW"
|
|
13966
|
+
# resp.custom_permissions_list[0].capabilities.textract_action #=> String, one of "DENY", "ALLOW"
|
|
13967
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_textract_action #=> String, one of "DENY", "ALLOW"
|
|
13968
|
+
# resp.custom_permissions_list[0].capabilities.share_textract_action #=> String, one of "DENY", "ALLOW"
|
|
13969
|
+
# resp.custom_permissions_list[0].capabilities.use_textract_action #=> String, one of "DENY", "ALLOW"
|
|
13970
|
+
# resp.custom_permissions_list[0].capabilities.comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
13971
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
13972
|
+
# resp.custom_permissions_list[0].capabilities.share_comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
13973
|
+
# resp.custom_permissions_list[0].capabilities.use_comprehend_action #=> String, one of "DENY", "ALLOW"
|
|
13974
|
+
# resp.custom_permissions_list[0].capabilities.comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
13975
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
13976
|
+
# resp.custom_permissions_list[0].capabilities.share_comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
13977
|
+
# resp.custom_permissions_list[0].capabilities.use_comprehend_medical_action #=> String, one of "DENY", "ALLOW"
|
|
13978
|
+
# resp.custom_permissions_list[0].capabilities.amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
13979
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
13980
|
+
# resp.custom_permissions_list[0].capabilities.share_amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
13981
|
+
# resp.custom_permissions_list[0].capabilities.use_amazon_bedrock_ars_action #=> String, one of "DENY", "ALLOW"
|
|
13982
|
+
# resp.custom_permissions_list[0].capabilities.amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
13983
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
13984
|
+
# resp.custom_permissions_list[0].capabilities.share_amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
13985
|
+
# resp.custom_permissions_list[0].capabilities.use_amazon_bedrock_fs_action #=> String, one of "DENY", "ALLOW"
|
|
13986
|
+
# resp.custom_permissions_list[0].capabilities.amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
13987
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
13988
|
+
# resp.custom_permissions_list[0].capabilities.share_amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
13989
|
+
# resp.custom_permissions_list[0].capabilities.use_amazon_bedrock_krs_action #=> String, one of "DENY", "ALLOW"
|
|
13990
|
+
# resp.custom_permissions_list[0].capabilities.mcp_action #=> String, one of "DENY", "ALLOW"
|
|
13991
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_mcp_action #=> String, one of "DENY", "ALLOW"
|
|
13992
|
+
# resp.custom_permissions_list[0].capabilities.share_mcp_action #=> String, one of "DENY", "ALLOW"
|
|
13993
|
+
# resp.custom_permissions_list[0].capabilities.use_mcp_action #=> String, one of "DENY", "ALLOW"
|
|
13994
|
+
# resp.custom_permissions_list[0].capabilities.open_api_action #=> String, one of "DENY", "ALLOW"
|
|
13995
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_open_api_action #=> String, one of "DENY", "ALLOW"
|
|
13996
|
+
# resp.custom_permissions_list[0].capabilities.share_open_api_action #=> String, one of "DENY", "ALLOW"
|
|
13997
|
+
# resp.custom_permissions_list[0].capabilities.use_open_api_action #=> String, one of "DENY", "ALLOW"
|
|
13998
|
+
# resp.custom_permissions_list[0].capabilities.sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
13999
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
14000
|
+
# resp.custom_permissions_list[0].capabilities.share_sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
14001
|
+
# resp.custom_permissions_list[0].capabilities.use_sand_pgmi_action #=> String, one of "DENY", "ALLOW"
|
|
14002
|
+
# resp.custom_permissions_list[0].capabilities.sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
14003
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
14004
|
+
# resp.custom_permissions_list[0].capabilities.share_sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
14005
|
+
# resp.custom_permissions_list[0].capabilities.use_sand_p_global_energy_action #=> String, one of "DENY", "ALLOW"
|
|
14006
|
+
# resp.custom_permissions_list[0].capabilities.bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
14007
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
14008
|
+
# resp.custom_permissions_list[0].capabilities.share_bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
14009
|
+
# resp.custom_permissions_list[0].capabilities.use_bamboo_hr_action #=> String, one of "DENY", "ALLOW"
|
|
14010
|
+
# resp.custom_permissions_list[0].capabilities.box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14011
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14012
|
+
# resp.custom_permissions_list[0].capabilities.share_box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14013
|
+
# resp.custom_permissions_list[0].capabilities.use_box_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14014
|
+
# resp.custom_permissions_list[0].capabilities.canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14015
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14016
|
+
# resp.custom_permissions_list[0].capabilities.share_canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14017
|
+
# resp.custom_permissions_list[0].capabilities.use_canva_agent_action #=> String, one of "DENY", "ALLOW"
|
|
14018
|
+
# resp.custom_permissions_list[0].capabilities.github_action #=> String, one of "DENY", "ALLOW"
|
|
14019
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_github_action #=> String, one of "DENY", "ALLOW"
|
|
14020
|
+
# resp.custom_permissions_list[0].capabilities.share_github_action #=> String, one of "DENY", "ALLOW"
|
|
14021
|
+
# resp.custom_permissions_list[0].capabilities.use_github_action #=> String, one of "DENY", "ALLOW"
|
|
14022
|
+
# resp.custom_permissions_list[0].capabilities.notion_action #=> String, one of "DENY", "ALLOW"
|
|
14023
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_notion_action #=> String, one of "DENY", "ALLOW"
|
|
14024
|
+
# resp.custom_permissions_list[0].capabilities.share_notion_action #=> String, one of "DENY", "ALLOW"
|
|
14025
|
+
# resp.custom_permissions_list[0].capabilities.use_notion_action #=> String, one of "DENY", "ALLOW"
|
|
14026
|
+
# resp.custom_permissions_list[0].capabilities.linear_action #=> String, one of "DENY", "ALLOW"
|
|
14027
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_linear_action #=> String, one of "DENY", "ALLOW"
|
|
14028
|
+
# resp.custom_permissions_list[0].capabilities.share_linear_action #=> String, one of "DENY", "ALLOW"
|
|
14029
|
+
# resp.custom_permissions_list[0].capabilities.use_linear_action #=> String, one of "DENY", "ALLOW"
|
|
14030
|
+
# resp.custom_permissions_list[0].capabilities.hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
14031
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
14032
|
+
# resp.custom_permissions_list[0].capabilities.share_hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
14033
|
+
# resp.custom_permissions_list[0].capabilities.use_hugging_face_action #=> String, one of "DENY", "ALLOW"
|
|
14034
|
+
# resp.custom_permissions_list[0].capabilities.monday_action #=> String, one of "DENY", "ALLOW"
|
|
14035
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_monday_action #=> String, one of "DENY", "ALLOW"
|
|
14036
|
+
# resp.custom_permissions_list[0].capabilities.share_monday_action #=> String, one of "DENY", "ALLOW"
|
|
14037
|
+
# resp.custom_permissions_list[0].capabilities.use_monday_action #=> String, one of "DENY", "ALLOW"
|
|
14038
|
+
# resp.custom_permissions_list[0].capabilities.hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
14039
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
14040
|
+
# resp.custom_permissions_list[0].capabilities.share_hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
14041
|
+
# resp.custom_permissions_list[0].capabilities.use_hubspot_action #=> String, one of "DENY", "ALLOW"
|
|
14042
|
+
# resp.custom_permissions_list[0].capabilities.intercom_action #=> String, one of "DENY", "ALLOW"
|
|
14043
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_intercom_action #=> String, one of "DENY", "ALLOW"
|
|
14044
|
+
# resp.custom_permissions_list[0].capabilities.share_intercom_action #=> String, one of "DENY", "ALLOW"
|
|
14045
|
+
# resp.custom_permissions_list[0].capabilities.use_intercom_action #=> String, one of "DENY", "ALLOW"
|
|
14046
|
+
# resp.custom_permissions_list[0].capabilities.new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
14047
|
+
# resp.custom_permissions_list[0].capabilities.create_and_update_new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
14048
|
+
# resp.custom_permissions_list[0].capabilities.share_new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
14049
|
+
# resp.custom_permissions_list[0].capabilities.use_new_relic_action #=> String, one of "DENY", "ALLOW"
|
|
14050
|
+
# resp.custom_permissions_list[0].capabilities.topic #=> String, one of "DENY", "ALLOW"
|
|
14051
|
+
# resp.custom_permissions_list[0].capabilities.edit_visual_with_q #=> String, one of "DENY", "ALLOW"
|
|
14052
|
+
# resp.custom_permissions_list[0].capabilities.build_calculated_field_with_q #=> String, one of "DENY", "ALLOW"
|
|
14053
|
+
# resp.custom_permissions_list[0].capabilities.create_dashboard_executive_summary_with_q #=> String, one of "DENY", "ALLOW"
|
|
14054
|
+
# resp.custom_permissions_list[0].capabilities.space #=> String, one of "DENY", "ALLOW"
|
|
14055
|
+
# resp.custom_permissions_list[0].capabilities.create_spaces #=> String, one of "DENY", "ALLOW"
|
|
14056
|
+
# resp.custom_permissions_list[0].capabilities.share_spaces #=> String, one of "DENY", "ALLOW"
|
|
14057
|
+
# resp.custom_permissions_list[0].capabilities.chat_agent #=> String, one of "DENY", "ALLOW"
|
|
14058
|
+
# resp.custom_permissions_list[0].capabilities.create_chat_agents #=> String, one of "DENY", "ALLOW"
|
|
14059
|
+
# resp.custom_permissions_list[0].capabilities.share_chat_agents #=> String, one of "DENY", "ALLOW"
|
|
14060
|
+
# resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY", "ALLOW"
|
|
14061
|
+
# resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY", "ALLOW"
|
|
14062
|
+
# resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY", "ALLOW"
|
|
14063
|
+
# resp.custom_permissions_list[0].capabilities.use_browser_extension #=> String, one of "DENY", "ALLOW"
|
|
14064
|
+
# resp.custom_permissions_list[0].capabilities.use_word_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
14065
|
+
# resp.custom_permissions_list[0].capabilities.use_outlook_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
14066
|
+
# resp.custom_permissions_list[0].capabilities.use_excel_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
14067
|
+
# resp.custom_permissions_list[0].capabilities.use_powerpoint_add_in_extension #=> String, one of "DENY", "ALLOW"
|
|
14068
|
+
# resp.custom_permissions_list[0].capabilities.manage_shared_folders #=> String, one of "DENY", "ALLOW"
|
|
14069
|
+
# resp.custom_permissions_list[0].capabilities.generate_analyses #=> String, one of "DENY", "ALLOW"
|
|
14070
|
+
# resp.custom_permissions_list[0].capabilities.story #=> String, one of "DENY", "ALLOW"
|
|
14071
|
+
# resp.custom_permissions_list[0].capabilities.scenario #=> String, one of "DENY", "ALLOW"
|
|
14072
|
+
# resp.custom_permissions_list[0].capabilities.trigger #=> String, one of "DENY", "ALLOW"
|
|
14073
|
+
# resp.custom_permissions_list[0].capabilities.schedule_trigger #=> String, one of "DENY", "ALLOW"
|
|
14074
|
+
# resp.custom_permissions_list[0].capabilities.inbound_email_trigger #=> String, one of "DENY", "ALLOW"
|
|
14075
|
+
# resp.custom_permissions_list[0].capabilities.quick_event_trigger #=> String, one of "DENY", "ALLOW"
|
|
14076
|
+
# resp.custom_permissions_list[0].governance.default_category_effects #=> Hash
|
|
14077
|
+
# resp.custom_permissions_list[0].governance.default_category_effects["GovernanceCategoryName"] #=> String, one of "DENY_BY_DEFAULT"
|
|
14062
14078
|
# resp.next_token #=> String
|
|
14063
14079
|
# resp.request_id #=> String
|
|
14064
14080
|
#
|
|
@@ -20114,6 +20130,13 @@ module Aws::QuickSight
|
|
|
20114
20130
|
# @option params [Types::Capabilities] :capabilities
|
|
20115
20131
|
# A set of actions to include in the custom permissions profile.
|
|
20116
20132
|
#
|
|
20133
|
+
# @option params [Types::Governance] :governance
|
|
20134
|
+
# The governance configuration for the custom permissions profile. The
|
|
20135
|
+
# `UpdateCustomPermissions` operation replaces all existing
|
|
20136
|
+
# `Capabilities` and `Governance` values. If you omit this parameter,
|
|
20137
|
+
# Amazon Quick removes governance from the profile and the existing
|
|
20138
|
+
# custom permission behavior applies.
|
|
20139
|
+
#
|
|
20117
20140
|
# @return [Types::UpdateCustomPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
20118
20141
|
#
|
|
20119
20142
|
# * {Types::UpdateCustomPermissionsResponse#status #status} => Integer
|
|
@@ -20126,243 +20149,248 @@ module Aws::QuickSight
|
|
|
20126
20149
|
# aws_account_id: "AwsAccountId", # required
|
|
20127
20150
|
# custom_permissions_name: "CustomPermissionsName", # required
|
|
20128
20151
|
# capabilities: {
|
|
20129
|
-
# export_to_csv: "DENY", # accepts DENY
|
|
20130
|
-
# export_to_excel: "DENY", # accepts DENY
|
|
20131
|
-
# export_to_pdf: "DENY", # accepts DENY
|
|
20132
|
-
# print_reports: "DENY", # accepts DENY
|
|
20133
|
-
# create_and_update_themes: "DENY", # accepts DENY
|
|
20134
|
-
# add_or_run_anomaly_detection_for_analyses: "DENY", # accepts DENY
|
|
20135
|
-
# share_analyses: "DENY", # accepts DENY
|
|
20136
|
-
# create_and_update_datasets: "DENY", # accepts DENY
|
|
20137
|
-
# share_datasets: "DENY", # accepts DENY
|
|
20138
|
-
# subscribe_dashboard_email_reports: "DENY", # accepts DENY
|
|
20139
|
-
# create_and_update_dashboard_email_reports: "DENY", # accepts DENY
|
|
20140
|
-
# share_dashboards: "DENY", # accepts DENY
|
|
20141
|
-
# create_and_update_threshold_alerts: "DENY", # accepts DENY
|
|
20142
|
-
# rename_shared_folders: "DENY", # accepts DENY
|
|
20143
|
-
# create_shared_folders: "DENY", # accepts DENY
|
|
20144
|
-
# create_and_update_data_sources: "DENY", # accepts DENY
|
|
20145
|
-
# share_data_sources: "DENY", # accepts DENY
|
|
20146
|
-
# view_account_spice_capacity: "DENY", # accepts DENY
|
|
20147
|
-
# create_spice_dataset: "DENY", # accepts DENY
|
|
20148
|
-
# export_to_pdf_in_scheduled_reports: "DENY", # accepts DENY
|
|
20149
|
-
# export_to_csv_in_scheduled_reports: "DENY", # accepts DENY
|
|
20150
|
-
# export_to_excel_in_scheduled_reports: "DENY", # accepts DENY
|
|
20151
|
-
# include_content_in_scheduled_reports_email: "DENY", # accepts DENY
|
|
20152
|
-
# dashboard: "DENY", # accepts DENY
|
|
20153
|
-
# analysis: "DENY", # accepts DENY
|
|
20154
|
-
# automate: "DENY", # accepts DENY
|
|
20155
|
-
# flow: "DENY", # accepts DENY
|
|
20156
|
-
# apps: "DENY", # accepts DENY
|
|
20157
|
-
# create_and_update_apps: "DENY", # accepts DENY
|
|
20158
|
-
# share_apps: "DENY", # accepts DENY
|
|
20159
|
-
# invoke_apps_ai_inference: "DENY", # accepts DENY
|
|
20160
|
-
# access_apps_native_data_store: "DENY", # accepts DENY
|
|
20161
|
-
# publish_without_approval: "DENY", # accepts DENY
|
|
20162
|
-
# use_bedrock_models: "DENY", # accepts DENY
|
|
20163
|
-
# perform_flow_ui_task: "DENY", # accepts DENY
|
|
20164
|
-
# approve_flow_share_requests: "DENY", # accepts DENY
|
|
20165
|
-
# use_agent_web_search: "DENY", # accepts DENY
|
|
20166
|
-
# knowledge_base: "DENY", # accepts DENY
|
|
20167
|
-
# action: "DENY", # accepts DENY
|
|
20168
|
-
# generic_http_action: "DENY", # accepts DENY
|
|
20169
|
-
# create_and_update_generic_http_action: "DENY", # accepts DENY
|
|
20170
|
-
# share_generic_http_action: "DENY", # accepts DENY
|
|
20171
|
-
# use_generic_http_action: "DENY", # accepts DENY
|
|
20172
|
-
# asana_action: "DENY", # accepts DENY
|
|
20173
|
-
# create_and_update_asana_action: "DENY", # accepts DENY
|
|
20174
|
-
# share_asana_action: "DENY", # accepts DENY
|
|
20175
|
-
# use_asana_action: "DENY", # accepts DENY
|
|
20176
|
-
# slack_action: "DENY", # accepts DENY
|
|
20177
|
-
# create_and_update_slack_action: "DENY", # accepts DENY
|
|
20178
|
-
# share_slack_action: "DENY", # accepts DENY
|
|
20179
|
-
# use_slack_action: "DENY", # accepts DENY
|
|
20180
|
-
# service_now_action: "DENY", # accepts DENY
|
|
20181
|
-
# create_and_update_service_now_action: "DENY", # accepts DENY
|
|
20182
|
-
# share_service_now_action: "DENY", # accepts DENY
|
|
20183
|
-
# use_service_now_action: "DENY", # accepts DENY
|
|
20184
|
-
# salesforce_action: "DENY", # accepts DENY
|
|
20185
|
-
# create_and_update_salesforce_action: "DENY", # accepts DENY
|
|
20186
|
-
# share_salesforce_action: "DENY", # accepts DENY
|
|
20187
|
-
# use_salesforce_action: "DENY", # accepts DENY
|
|
20188
|
-
# ms_exchange_action: "DENY", # accepts DENY
|
|
20189
|
-
# create_and_update_ms_exchange_action: "DENY", # accepts DENY
|
|
20190
|
-
# share_ms_exchange_action: "DENY", # accepts DENY
|
|
20191
|
-
# use_ms_exchange_action: "DENY", # accepts DENY
|
|
20192
|
-
# pager_duty_action: "DENY", # accepts DENY
|
|
20193
|
-
# create_and_update_pager_duty_action: "DENY", # accepts DENY
|
|
20194
|
-
# share_pager_duty_action: "DENY", # accepts DENY
|
|
20195
|
-
# use_pager_duty_action: "DENY", # accepts DENY
|
|
20196
|
-
# jira_action: "DENY", # accepts DENY
|
|
20197
|
-
# create_and_update_jira_action: "DENY", # accepts DENY
|
|
20198
|
-
# share_jira_action: "DENY", # accepts DENY
|
|
20199
|
-
# use_jira_action: "DENY", # accepts DENY
|
|
20200
|
-
# confluence_action: "DENY", # accepts DENY
|
|
20201
|
-
# create_and_update_confluence_action: "DENY", # accepts DENY
|
|
20202
|
-
# share_confluence_action: "DENY", # accepts DENY
|
|
20203
|
-
# use_confluence_action: "DENY", # accepts DENY
|
|
20204
|
-
# one_drive_action: "DENY", # accepts DENY
|
|
20205
|
-
# create_and_update_one_drive_action: "DENY", # accepts DENY
|
|
20206
|
-
# share_one_drive_action: "DENY", # accepts DENY
|
|
20207
|
-
# use_one_drive_action: "DENY", # accepts DENY
|
|
20208
|
-
# share_point_action: "DENY", # accepts DENY
|
|
20209
|
-
# create_and_update_share_point_action: "DENY", # accepts DENY
|
|
20210
|
-
# share_share_point_action: "DENY", # accepts DENY
|
|
20211
|
-
# use_share_point_action: "DENY", # accepts DENY
|
|
20212
|
-
# ms_teams_action: "DENY", # accepts DENY
|
|
20213
|
-
# create_and_update_ms_teams_action: "DENY", # accepts DENY
|
|
20214
|
-
# share_ms_teams_action: "DENY", # accepts DENY
|
|
20215
|
-
# use_ms_teams_action: "DENY", # accepts DENY
|
|
20216
|
-
# google_calendar_action: "DENY", # accepts DENY
|
|
20217
|
-
# create_and_update_google_calendar_action: "DENY", # accepts DENY
|
|
20218
|
-
# share_google_calendar_action: "DENY", # accepts DENY
|
|
20219
|
-
# use_google_calendar_action: "DENY", # accepts DENY
|
|
20220
|
-
# zendesk_action: "DENY", # accepts DENY
|
|
20221
|
-
# create_and_update_zendesk_action: "DENY", # accepts DENY
|
|
20222
|
-
# share_zendesk_action: "DENY", # accepts DENY
|
|
20223
|
-
# use_zendesk_action: "DENY", # accepts DENY
|
|
20224
|
-
# smartsheet_action: "DENY", # accepts DENY
|
|
20225
|
-
# create_and_update_smartsheet_action: "DENY", # accepts DENY
|
|
20226
|
-
# share_smartsheet_action: "DENY", # accepts DENY
|
|
20227
|
-
# use_smartsheet_action: "DENY", # accepts DENY
|
|
20228
|
-
# sap_business_partner_action: "DENY", # accepts DENY
|
|
20229
|
-
# create_and_update_sap_business_partner_action: "DENY", # accepts DENY
|
|
20230
|
-
# share_sap_business_partner_action: "DENY", # accepts DENY
|
|
20231
|
-
# use_sap_business_partner_action: "DENY", # accepts DENY
|
|
20232
|
-
# sap_product_master_data_action: "DENY", # accepts DENY
|
|
20233
|
-
# create_and_update_sap_product_master_data_action: "DENY", # accepts DENY
|
|
20234
|
-
# share_sap_product_master_data_action: "DENY", # accepts DENY
|
|
20235
|
-
# use_sap_product_master_data_action: "DENY", # accepts DENY
|
|
20236
|
-
# sap_physical_inventory_action: "DENY", # accepts DENY
|
|
20237
|
-
# create_and_update_sap_physical_inventory_action: "DENY", # accepts DENY
|
|
20238
|
-
# share_sap_physical_inventory_action: "DENY", # accepts DENY
|
|
20239
|
-
# use_sap_physical_inventory_action: "DENY", # accepts DENY
|
|
20240
|
-
# sap_bill_of_material_action: "DENY", # accepts DENY
|
|
20241
|
-
# create_and_update_sap_bill_of_material_action: "DENY", # accepts DENY
|
|
20242
|
-
# share_sap_bill_of_material_action: "DENY", # accepts DENY
|
|
20243
|
-
# use_sap_bill_of_material_action: "DENY", # accepts DENY
|
|
20244
|
-
# sap_material_stock_action: "DENY", # accepts DENY
|
|
20245
|
-
# create_and_update_sap_material_stock_action: "DENY", # accepts DENY
|
|
20246
|
-
# share_sap_material_stock_action: "DENY", # accepts DENY
|
|
20247
|
-
# use_sap_material_stock_action: "DENY", # accepts DENY
|
|
20248
|
-
# fact_set_action: "DENY", # accepts DENY
|
|
20249
|
-
# create_and_update_fact_set_action: "DENY", # accepts DENY
|
|
20250
|
-
# share_fact_set_action: "DENY", # accepts DENY
|
|
20251
|
-
# use_fact_set_action: "DENY", # accepts DENY
|
|
20252
|
-
# amazon_s_three_action: "DENY", # accepts DENY
|
|
20253
|
-
# create_and_update_amazon_s_three_action: "DENY", # accepts DENY
|
|
20254
|
-
# share_amazon_s_three_action: "DENY", # accepts DENY
|
|
20255
|
-
# use_amazon_s_three_action: "DENY", # accepts DENY
|
|
20256
|
-
# textract_action: "DENY", # accepts DENY
|
|
20257
|
-
# create_and_update_textract_action: "DENY", # accepts DENY
|
|
20258
|
-
# share_textract_action: "DENY", # accepts DENY
|
|
20259
|
-
# use_textract_action: "DENY", # accepts DENY
|
|
20260
|
-
# comprehend_action: "DENY", # accepts DENY
|
|
20261
|
-
# create_and_update_comprehend_action: "DENY", # accepts DENY
|
|
20262
|
-
# share_comprehend_action: "DENY", # accepts DENY
|
|
20263
|
-
# use_comprehend_action: "DENY", # accepts DENY
|
|
20264
|
-
# comprehend_medical_action: "DENY", # accepts DENY
|
|
20265
|
-
# create_and_update_comprehend_medical_action: "DENY", # accepts DENY
|
|
20266
|
-
# share_comprehend_medical_action: "DENY", # accepts DENY
|
|
20267
|
-
# use_comprehend_medical_action: "DENY", # accepts DENY
|
|
20268
|
-
# amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
20269
|
-
# create_and_update_amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
20270
|
-
# share_amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
20271
|
-
# use_amazon_bedrock_ars_action: "DENY", # accepts DENY
|
|
20272
|
-
# amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
20273
|
-
# create_and_update_amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
20274
|
-
# share_amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
20275
|
-
# use_amazon_bedrock_fs_action: "DENY", # accepts DENY
|
|
20276
|
-
# amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
20277
|
-
# create_and_update_amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
20278
|
-
# share_amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
20279
|
-
# use_amazon_bedrock_krs_action: "DENY", # accepts DENY
|
|
20280
|
-
# mcp_action: "DENY", # accepts DENY
|
|
20281
|
-
# create_and_update_mcp_action: "DENY", # accepts DENY
|
|
20282
|
-
# share_mcp_action: "DENY", # accepts DENY
|
|
20283
|
-
# use_mcp_action: "DENY", # accepts DENY
|
|
20284
|
-
# open_api_action: "DENY", # accepts DENY
|
|
20285
|
-
# create_and_update_open_api_action: "DENY", # accepts DENY
|
|
20286
|
-
# share_open_api_action: "DENY", # accepts DENY
|
|
20287
|
-
# use_open_api_action: "DENY", # accepts DENY
|
|
20288
|
-
# sand_pgmi_action: "DENY", # accepts DENY
|
|
20289
|
-
# create_and_update_sand_pgmi_action: "DENY", # accepts DENY
|
|
20290
|
-
# share_sand_pgmi_action: "DENY", # accepts DENY
|
|
20291
|
-
# use_sand_pgmi_action: "DENY", # accepts DENY
|
|
20292
|
-
# sand_p_global_energy_action: "DENY", # accepts DENY
|
|
20293
|
-
# create_and_update_sand_p_global_energy_action: "DENY", # accepts DENY
|
|
20294
|
-
# share_sand_p_global_energy_action: "DENY", # accepts DENY
|
|
20295
|
-
# use_sand_p_global_energy_action: "DENY", # accepts DENY
|
|
20296
|
-
# bamboo_hr_action: "DENY", # accepts DENY
|
|
20297
|
-
# create_and_update_bamboo_hr_action: "DENY", # accepts DENY
|
|
20298
|
-
# share_bamboo_hr_action: "DENY", # accepts DENY
|
|
20299
|
-
# use_bamboo_hr_action: "DENY", # accepts DENY
|
|
20300
|
-
# box_agent_action: "DENY", # accepts DENY
|
|
20301
|
-
# create_and_update_box_agent_action: "DENY", # accepts DENY
|
|
20302
|
-
# share_box_agent_action: "DENY", # accepts DENY
|
|
20303
|
-
# use_box_agent_action: "DENY", # accepts DENY
|
|
20304
|
-
# canva_agent_action: "DENY", # accepts DENY
|
|
20305
|
-
# create_and_update_canva_agent_action: "DENY", # accepts DENY
|
|
20306
|
-
# share_canva_agent_action: "DENY", # accepts DENY
|
|
20307
|
-
# use_canva_agent_action: "DENY", # accepts DENY
|
|
20308
|
-
# github_action: "DENY", # accepts DENY
|
|
20309
|
-
# create_and_update_github_action: "DENY", # accepts DENY
|
|
20310
|
-
# share_github_action: "DENY", # accepts DENY
|
|
20311
|
-
# use_github_action: "DENY", # accepts DENY
|
|
20312
|
-
# notion_action: "DENY", # accepts DENY
|
|
20313
|
-
# create_and_update_notion_action: "DENY", # accepts DENY
|
|
20314
|
-
# share_notion_action: "DENY", # accepts DENY
|
|
20315
|
-
# use_notion_action: "DENY", # accepts DENY
|
|
20316
|
-
# linear_action: "DENY", # accepts DENY
|
|
20317
|
-
# create_and_update_linear_action: "DENY", # accepts DENY
|
|
20318
|
-
# share_linear_action: "DENY", # accepts DENY
|
|
20319
|
-
# use_linear_action: "DENY", # accepts DENY
|
|
20320
|
-
# hugging_face_action: "DENY", # accepts DENY
|
|
20321
|
-
# create_and_update_hugging_face_action: "DENY", # accepts DENY
|
|
20322
|
-
# share_hugging_face_action: "DENY", # accepts DENY
|
|
20323
|
-
# use_hugging_face_action: "DENY", # accepts DENY
|
|
20324
|
-
# monday_action: "DENY", # accepts DENY
|
|
20325
|
-
# create_and_update_monday_action: "DENY", # accepts DENY
|
|
20326
|
-
# share_monday_action: "DENY", # accepts DENY
|
|
20327
|
-
# use_monday_action: "DENY", # accepts DENY
|
|
20328
|
-
# hubspot_action: "DENY", # accepts DENY
|
|
20329
|
-
# create_and_update_hubspot_action: "DENY", # accepts DENY
|
|
20330
|
-
# share_hubspot_action: "DENY", # accepts DENY
|
|
20331
|
-
# use_hubspot_action: "DENY", # accepts DENY
|
|
20332
|
-
# intercom_action: "DENY", # accepts DENY
|
|
20333
|
-
# create_and_update_intercom_action: "DENY", # accepts DENY
|
|
20334
|
-
# share_intercom_action: "DENY", # accepts DENY
|
|
20335
|
-
# use_intercom_action: "DENY", # accepts DENY
|
|
20336
|
-
# new_relic_action: "DENY", # accepts DENY
|
|
20337
|
-
# create_and_update_new_relic_action: "DENY", # accepts DENY
|
|
20338
|
-
# share_new_relic_action: "DENY", # accepts DENY
|
|
20339
|
-
# use_new_relic_action: "DENY", # accepts DENY
|
|
20340
|
-
# topic: "DENY", # accepts DENY
|
|
20341
|
-
# edit_visual_with_q: "DENY", # accepts DENY
|
|
20342
|
-
# build_calculated_field_with_q: "DENY", # accepts DENY
|
|
20343
|
-
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY
|
|
20344
|
-
# space: "DENY", # accepts DENY
|
|
20345
|
-
# create_spaces: "DENY", # accepts DENY
|
|
20346
|
-
# share_spaces: "DENY", # accepts DENY
|
|
20347
|
-
# chat_agent: "DENY", # accepts DENY
|
|
20348
|
-
# create_chat_agents: "DENY", # accepts DENY
|
|
20349
|
-
# share_chat_agents: "DENY", # accepts DENY
|
|
20350
|
-
# research: "DENY", # accepts DENY
|
|
20351
|
-
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
20352
|
-
# extension: "DENY", # accepts DENY
|
|
20353
|
-
# use_browser_extension: "DENY", # accepts DENY
|
|
20354
|
-
# use_word_add_in_extension: "DENY", # accepts DENY
|
|
20355
|
-
# use_outlook_add_in_extension: "DENY", # accepts DENY
|
|
20356
|
-
# use_excel_add_in_extension: "DENY", # accepts DENY
|
|
20357
|
-
# use_powerpoint_add_in_extension: "DENY", # accepts DENY
|
|
20358
|
-
# manage_shared_folders: "DENY", # accepts DENY
|
|
20359
|
-
# generate_analyses: "DENY", # accepts DENY
|
|
20360
|
-
# story: "DENY", # accepts DENY
|
|
20361
|
-
# scenario: "DENY", # accepts DENY
|
|
20362
|
-
# trigger: "DENY", # accepts DENY
|
|
20363
|
-
# schedule_trigger: "DENY", # accepts DENY
|
|
20364
|
-
# inbound_email_trigger: "DENY", # accepts DENY
|
|
20365
|
-
# quick_event_trigger: "DENY", # accepts DENY
|
|
20152
|
+
# export_to_csv: "DENY", # accepts DENY, ALLOW
|
|
20153
|
+
# export_to_excel: "DENY", # accepts DENY, ALLOW
|
|
20154
|
+
# export_to_pdf: "DENY", # accepts DENY, ALLOW
|
|
20155
|
+
# print_reports: "DENY", # accepts DENY, ALLOW
|
|
20156
|
+
# create_and_update_themes: "DENY", # accepts DENY, ALLOW
|
|
20157
|
+
# add_or_run_anomaly_detection_for_analyses: "DENY", # accepts DENY, ALLOW
|
|
20158
|
+
# share_analyses: "DENY", # accepts DENY, ALLOW
|
|
20159
|
+
# create_and_update_datasets: "DENY", # accepts DENY, ALLOW
|
|
20160
|
+
# share_datasets: "DENY", # accepts DENY, ALLOW
|
|
20161
|
+
# subscribe_dashboard_email_reports: "DENY", # accepts DENY, ALLOW
|
|
20162
|
+
# create_and_update_dashboard_email_reports: "DENY", # accepts DENY, ALLOW
|
|
20163
|
+
# share_dashboards: "DENY", # accepts DENY, ALLOW
|
|
20164
|
+
# create_and_update_threshold_alerts: "DENY", # accepts DENY, ALLOW
|
|
20165
|
+
# rename_shared_folders: "DENY", # accepts DENY, ALLOW
|
|
20166
|
+
# create_shared_folders: "DENY", # accepts DENY, ALLOW
|
|
20167
|
+
# create_and_update_data_sources: "DENY", # accepts DENY, ALLOW
|
|
20168
|
+
# share_data_sources: "DENY", # accepts DENY, ALLOW
|
|
20169
|
+
# view_account_spice_capacity: "DENY", # accepts DENY, ALLOW
|
|
20170
|
+
# create_spice_dataset: "DENY", # accepts DENY, ALLOW
|
|
20171
|
+
# export_to_pdf_in_scheduled_reports: "DENY", # accepts DENY, ALLOW
|
|
20172
|
+
# export_to_csv_in_scheduled_reports: "DENY", # accepts DENY, ALLOW
|
|
20173
|
+
# export_to_excel_in_scheduled_reports: "DENY", # accepts DENY, ALLOW
|
|
20174
|
+
# include_content_in_scheduled_reports_email: "DENY", # accepts DENY, ALLOW
|
|
20175
|
+
# dashboard: "DENY", # accepts DENY, ALLOW
|
|
20176
|
+
# analysis: "DENY", # accepts DENY, ALLOW
|
|
20177
|
+
# automate: "DENY", # accepts DENY, ALLOW
|
|
20178
|
+
# flow: "DENY", # accepts DENY, ALLOW
|
|
20179
|
+
# apps: "DENY", # accepts DENY, ALLOW
|
|
20180
|
+
# create_and_update_apps: "DENY", # accepts DENY, ALLOW
|
|
20181
|
+
# share_apps: "DENY", # accepts DENY, ALLOW
|
|
20182
|
+
# invoke_apps_ai_inference: "DENY", # accepts DENY, ALLOW
|
|
20183
|
+
# access_apps_native_data_store: "DENY", # accepts DENY, ALLOW
|
|
20184
|
+
# publish_without_approval: "DENY", # accepts DENY, ALLOW
|
|
20185
|
+
# use_bedrock_models: "DENY", # accepts DENY, ALLOW
|
|
20186
|
+
# perform_flow_ui_task: "DENY", # accepts DENY, ALLOW
|
|
20187
|
+
# approve_flow_share_requests: "DENY", # accepts DENY, ALLOW
|
|
20188
|
+
# use_agent_web_search: "DENY", # accepts DENY, ALLOW
|
|
20189
|
+
# knowledge_base: "DENY", # accepts DENY, ALLOW
|
|
20190
|
+
# action: "DENY", # accepts DENY, ALLOW
|
|
20191
|
+
# generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
20192
|
+
# create_and_update_generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
20193
|
+
# share_generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
20194
|
+
# use_generic_http_action: "DENY", # accepts DENY, ALLOW
|
|
20195
|
+
# asana_action: "DENY", # accepts DENY, ALLOW
|
|
20196
|
+
# create_and_update_asana_action: "DENY", # accepts DENY, ALLOW
|
|
20197
|
+
# share_asana_action: "DENY", # accepts DENY, ALLOW
|
|
20198
|
+
# use_asana_action: "DENY", # accepts DENY, ALLOW
|
|
20199
|
+
# slack_action: "DENY", # accepts DENY, ALLOW
|
|
20200
|
+
# create_and_update_slack_action: "DENY", # accepts DENY, ALLOW
|
|
20201
|
+
# share_slack_action: "DENY", # accepts DENY, ALLOW
|
|
20202
|
+
# use_slack_action: "DENY", # accepts DENY, ALLOW
|
|
20203
|
+
# service_now_action: "DENY", # accepts DENY, ALLOW
|
|
20204
|
+
# create_and_update_service_now_action: "DENY", # accepts DENY, ALLOW
|
|
20205
|
+
# share_service_now_action: "DENY", # accepts DENY, ALLOW
|
|
20206
|
+
# use_service_now_action: "DENY", # accepts DENY, ALLOW
|
|
20207
|
+
# salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
20208
|
+
# create_and_update_salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
20209
|
+
# share_salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
20210
|
+
# use_salesforce_action: "DENY", # accepts DENY, ALLOW
|
|
20211
|
+
# ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
20212
|
+
# create_and_update_ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
20213
|
+
# share_ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
20214
|
+
# use_ms_exchange_action: "DENY", # accepts DENY, ALLOW
|
|
20215
|
+
# pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
20216
|
+
# create_and_update_pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
20217
|
+
# share_pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
20218
|
+
# use_pager_duty_action: "DENY", # accepts DENY, ALLOW
|
|
20219
|
+
# jira_action: "DENY", # accepts DENY, ALLOW
|
|
20220
|
+
# create_and_update_jira_action: "DENY", # accepts DENY, ALLOW
|
|
20221
|
+
# share_jira_action: "DENY", # accepts DENY, ALLOW
|
|
20222
|
+
# use_jira_action: "DENY", # accepts DENY, ALLOW
|
|
20223
|
+
# confluence_action: "DENY", # accepts DENY, ALLOW
|
|
20224
|
+
# create_and_update_confluence_action: "DENY", # accepts DENY, ALLOW
|
|
20225
|
+
# share_confluence_action: "DENY", # accepts DENY, ALLOW
|
|
20226
|
+
# use_confluence_action: "DENY", # accepts DENY, ALLOW
|
|
20227
|
+
# one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
20228
|
+
# create_and_update_one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
20229
|
+
# share_one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
20230
|
+
# use_one_drive_action: "DENY", # accepts DENY, ALLOW
|
|
20231
|
+
# share_point_action: "DENY", # accepts DENY, ALLOW
|
|
20232
|
+
# create_and_update_share_point_action: "DENY", # accepts DENY, ALLOW
|
|
20233
|
+
# share_share_point_action: "DENY", # accepts DENY, ALLOW
|
|
20234
|
+
# use_share_point_action: "DENY", # accepts DENY, ALLOW
|
|
20235
|
+
# ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
20236
|
+
# create_and_update_ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
20237
|
+
# share_ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
20238
|
+
# use_ms_teams_action: "DENY", # accepts DENY, ALLOW
|
|
20239
|
+
# google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
20240
|
+
# create_and_update_google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
20241
|
+
# share_google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
20242
|
+
# use_google_calendar_action: "DENY", # accepts DENY, ALLOW
|
|
20243
|
+
# zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
20244
|
+
# create_and_update_zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
20245
|
+
# share_zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
20246
|
+
# use_zendesk_action: "DENY", # accepts DENY, ALLOW
|
|
20247
|
+
# smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
20248
|
+
# create_and_update_smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
20249
|
+
# share_smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
20250
|
+
# use_smartsheet_action: "DENY", # accepts DENY, ALLOW
|
|
20251
|
+
# sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
20252
|
+
# create_and_update_sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
20253
|
+
# share_sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
20254
|
+
# use_sap_business_partner_action: "DENY", # accepts DENY, ALLOW
|
|
20255
|
+
# sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
20256
|
+
# create_and_update_sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
20257
|
+
# share_sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
20258
|
+
# use_sap_product_master_data_action: "DENY", # accepts DENY, ALLOW
|
|
20259
|
+
# sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
20260
|
+
# create_and_update_sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
20261
|
+
# share_sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
20262
|
+
# use_sap_physical_inventory_action: "DENY", # accepts DENY, ALLOW
|
|
20263
|
+
# sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
20264
|
+
# create_and_update_sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
20265
|
+
# share_sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
20266
|
+
# use_sap_bill_of_material_action: "DENY", # accepts DENY, ALLOW
|
|
20267
|
+
# sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
20268
|
+
# create_and_update_sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
20269
|
+
# share_sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
20270
|
+
# use_sap_material_stock_action: "DENY", # accepts DENY, ALLOW
|
|
20271
|
+
# fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
20272
|
+
# create_and_update_fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
20273
|
+
# share_fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
20274
|
+
# use_fact_set_action: "DENY", # accepts DENY, ALLOW
|
|
20275
|
+
# amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
20276
|
+
# create_and_update_amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
20277
|
+
# share_amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
20278
|
+
# use_amazon_s_three_action: "DENY", # accepts DENY, ALLOW
|
|
20279
|
+
# textract_action: "DENY", # accepts DENY, ALLOW
|
|
20280
|
+
# create_and_update_textract_action: "DENY", # accepts DENY, ALLOW
|
|
20281
|
+
# share_textract_action: "DENY", # accepts DENY, ALLOW
|
|
20282
|
+
# use_textract_action: "DENY", # accepts DENY, ALLOW
|
|
20283
|
+
# comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
20284
|
+
# create_and_update_comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
20285
|
+
# share_comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
20286
|
+
# use_comprehend_action: "DENY", # accepts DENY, ALLOW
|
|
20287
|
+
# comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
20288
|
+
# create_and_update_comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
20289
|
+
# share_comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
20290
|
+
# use_comprehend_medical_action: "DENY", # accepts DENY, ALLOW
|
|
20291
|
+
# amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
20292
|
+
# create_and_update_amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
20293
|
+
# share_amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
20294
|
+
# use_amazon_bedrock_ars_action: "DENY", # accepts DENY, ALLOW
|
|
20295
|
+
# amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
20296
|
+
# create_and_update_amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
20297
|
+
# share_amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
20298
|
+
# use_amazon_bedrock_fs_action: "DENY", # accepts DENY, ALLOW
|
|
20299
|
+
# amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
20300
|
+
# create_and_update_amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
20301
|
+
# share_amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
20302
|
+
# use_amazon_bedrock_krs_action: "DENY", # accepts DENY, ALLOW
|
|
20303
|
+
# mcp_action: "DENY", # accepts DENY, ALLOW
|
|
20304
|
+
# create_and_update_mcp_action: "DENY", # accepts DENY, ALLOW
|
|
20305
|
+
# share_mcp_action: "DENY", # accepts DENY, ALLOW
|
|
20306
|
+
# use_mcp_action: "DENY", # accepts DENY, ALLOW
|
|
20307
|
+
# open_api_action: "DENY", # accepts DENY, ALLOW
|
|
20308
|
+
# create_and_update_open_api_action: "DENY", # accepts DENY, ALLOW
|
|
20309
|
+
# share_open_api_action: "DENY", # accepts DENY, ALLOW
|
|
20310
|
+
# use_open_api_action: "DENY", # accepts DENY, ALLOW
|
|
20311
|
+
# sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
20312
|
+
# create_and_update_sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
20313
|
+
# share_sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
20314
|
+
# use_sand_pgmi_action: "DENY", # accepts DENY, ALLOW
|
|
20315
|
+
# sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
20316
|
+
# create_and_update_sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
20317
|
+
# share_sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
20318
|
+
# use_sand_p_global_energy_action: "DENY", # accepts DENY, ALLOW
|
|
20319
|
+
# bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
20320
|
+
# create_and_update_bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
20321
|
+
# share_bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
20322
|
+
# use_bamboo_hr_action: "DENY", # accepts DENY, ALLOW
|
|
20323
|
+
# box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20324
|
+
# create_and_update_box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20325
|
+
# share_box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20326
|
+
# use_box_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20327
|
+
# canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20328
|
+
# create_and_update_canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20329
|
+
# share_canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20330
|
+
# use_canva_agent_action: "DENY", # accepts DENY, ALLOW
|
|
20331
|
+
# github_action: "DENY", # accepts DENY, ALLOW
|
|
20332
|
+
# create_and_update_github_action: "DENY", # accepts DENY, ALLOW
|
|
20333
|
+
# share_github_action: "DENY", # accepts DENY, ALLOW
|
|
20334
|
+
# use_github_action: "DENY", # accepts DENY, ALLOW
|
|
20335
|
+
# notion_action: "DENY", # accepts DENY, ALLOW
|
|
20336
|
+
# create_and_update_notion_action: "DENY", # accepts DENY, ALLOW
|
|
20337
|
+
# share_notion_action: "DENY", # accepts DENY, ALLOW
|
|
20338
|
+
# use_notion_action: "DENY", # accepts DENY, ALLOW
|
|
20339
|
+
# linear_action: "DENY", # accepts DENY, ALLOW
|
|
20340
|
+
# create_and_update_linear_action: "DENY", # accepts DENY, ALLOW
|
|
20341
|
+
# share_linear_action: "DENY", # accepts DENY, ALLOW
|
|
20342
|
+
# use_linear_action: "DENY", # accepts DENY, ALLOW
|
|
20343
|
+
# hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
20344
|
+
# create_and_update_hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
20345
|
+
# share_hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
20346
|
+
# use_hugging_face_action: "DENY", # accepts DENY, ALLOW
|
|
20347
|
+
# monday_action: "DENY", # accepts DENY, ALLOW
|
|
20348
|
+
# create_and_update_monday_action: "DENY", # accepts DENY, ALLOW
|
|
20349
|
+
# share_monday_action: "DENY", # accepts DENY, ALLOW
|
|
20350
|
+
# use_monday_action: "DENY", # accepts DENY, ALLOW
|
|
20351
|
+
# hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
20352
|
+
# create_and_update_hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
20353
|
+
# share_hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
20354
|
+
# use_hubspot_action: "DENY", # accepts DENY, ALLOW
|
|
20355
|
+
# intercom_action: "DENY", # accepts DENY, ALLOW
|
|
20356
|
+
# create_and_update_intercom_action: "DENY", # accepts DENY, ALLOW
|
|
20357
|
+
# share_intercom_action: "DENY", # accepts DENY, ALLOW
|
|
20358
|
+
# use_intercom_action: "DENY", # accepts DENY, ALLOW
|
|
20359
|
+
# new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
20360
|
+
# create_and_update_new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
20361
|
+
# share_new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
20362
|
+
# use_new_relic_action: "DENY", # accepts DENY, ALLOW
|
|
20363
|
+
# topic: "DENY", # accepts DENY, ALLOW
|
|
20364
|
+
# edit_visual_with_q: "DENY", # accepts DENY, ALLOW
|
|
20365
|
+
# build_calculated_field_with_q: "DENY", # accepts DENY, ALLOW
|
|
20366
|
+
# create_dashboard_executive_summary_with_q: "DENY", # accepts DENY, ALLOW
|
|
20367
|
+
# space: "DENY", # accepts DENY, ALLOW
|
|
20368
|
+
# create_spaces: "DENY", # accepts DENY, ALLOW
|
|
20369
|
+
# share_spaces: "DENY", # accepts DENY, ALLOW
|
|
20370
|
+
# chat_agent: "DENY", # accepts DENY, ALLOW
|
|
20371
|
+
# create_chat_agents: "DENY", # accepts DENY, ALLOW
|
|
20372
|
+
# share_chat_agents: "DENY", # accepts DENY, ALLOW
|
|
20373
|
+
# research: "DENY", # accepts DENY, ALLOW
|
|
20374
|
+
# self_upgrade_user_role: "DENY", # accepts DENY, ALLOW
|
|
20375
|
+
# extension: "DENY", # accepts DENY, ALLOW
|
|
20376
|
+
# use_browser_extension: "DENY", # accepts DENY, ALLOW
|
|
20377
|
+
# use_word_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
20378
|
+
# use_outlook_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
20379
|
+
# use_excel_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
20380
|
+
# use_powerpoint_add_in_extension: "DENY", # accepts DENY, ALLOW
|
|
20381
|
+
# manage_shared_folders: "DENY", # accepts DENY, ALLOW
|
|
20382
|
+
# generate_analyses: "DENY", # accepts DENY, ALLOW
|
|
20383
|
+
# story: "DENY", # accepts DENY, ALLOW
|
|
20384
|
+
# scenario: "DENY", # accepts DENY, ALLOW
|
|
20385
|
+
# trigger: "DENY", # accepts DENY, ALLOW
|
|
20386
|
+
# schedule_trigger: "DENY", # accepts DENY, ALLOW
|
|
20387
|
+
# inbound_email_trigger: "DENY", # accepts DENY, ALLOW
|
|
20388
|
+
# quick_event_trigger: "DENY", # accepts DENY, ALLOW
|
|
20389
|
+
# },
|
|
20390
|
+
# governance: {
|
|
20391
|
+
# default_category_effects: {
|
|
20392
|
+
# "GovernanceCategoryName" => "DENY_BY_DEFAULT", # accepts DENY_BY_DEFAULT
|
|
20393
|
+
# },
|
|
20366
20394
|
# },
|
|
20367
20395
|
# })
|
|
20368
20396
|
#
|
|
@@ -24768,7 +24796,7 @@ module Aws::QuickSight
|
|
|
24768
24796
|
tracer: tracer
|
|
24769
24797
|
)
|
|
24770
24798
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
24771
|
-
context[:gem_version] = '1.
|
|
24799
|
+
context[:gem_version] = '1.193.0'
|
|
24772
24800
|
Seahorse::Client::Request.new(handlers, context)
|
|
24773
24801
|
end
|
|
24774
24802
|
|