Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 147 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12579,6 +12579,84 @@ menu:
url: /api/latest/governance-controls/
identifier: governance-controls
generated: true
- name: Mitigate governance detections
url: /api/latest/governance-controls/mitigate-governance-detections/
identifier: governance-controls-mitigate-governance-detections
parent: governance-controls
generated: true
params:
versions:
- v2
operationids:
- CreateGovernanceMitigation
unstable:
- v2
order: 5
- name: Update governance control notification settings
url: /api/latest/governance-controls/update-governance-control-notification-settings/
identifier: governance-controls-update-governance-control-notification-settings
parent: governance-controls
generated: true
params:
versions:
- v2
operationids:
- UpdateGovernanceControlNotificationSettings
unstable:
- v2
order: 10
- name: Get governance control notification settings
url: /api/latest/governance-controls/get-governance-control-notification-settings/
identifier: governance-controls-get-governance-control-notification-settings
parent: governance-controls
generated: true
params:
versions:
- v2
operationids:
- GetGovernanceControlNotificationSettings
unstable:
- v2
order: 9
- name: Update a governance control detection
url: /api/latest/governance-controls/update-a-governance-control-detection/
identifier: governance-controls-update-a-governance-control-detection
parent: governance-controls
generated: true
params:
versions:
- v2
operationids:
- UpdateGovernanceControlDetection
unstable:
- v2
order: 8
- name: Get a governance control detection
url: /api/latest/governance-controls/get-a-governance-control-detection/
identifier: governance-controls-get-a-governance-control-detection
parent: governance-controls
generated: true
params:
versions:
- v2
operationids:
- GetGovernanceControlDetection
unstable:
- v2
order: 7
- name: List governance control detections
url: /api/latest/governance-controls/list-governance-control-detections/
identifier: governance-controls-list-governance-control-detections
parent: governance-controls
generated: true
params:
versions:
- v2
operationids:
- ListGovernanceControlDetections
unstable:
- v2
order: 6
- name: Update a governance control
url: /api/latest/governance-controls/update-a-governance-control/
identifier: governance-controls-update-a-governance-control
Expand Down Expand Up @@ -12635,6 +12713,75 @@ menu:
unstable:
- v2
order: 1
- name: Governance Settings
url: /api/latest/governance-settings/
identifier: governance-settings
generated: true
- name: List governance resource limits
url: /api/latest/governance-settings/list-governance-resource-limits/
identifier: governance-settings-list-governance-resource-limits
parent: governance-settings
generated: true
params:
versions:
- v2
operationids:
- ListGovernanceResourceLimits
unstable:
- v2
order: 7
- name: Update governance notification settings
url: /api/latest/governance-settings/update-governance-notification-settings/
identifier: governance-settings-update-governance-notification-settings
parent: governance-settings
generated: true
params:
versions:
- v2
operationids:
- UpdateGovernanceNotificationSettings
unstable:
- v2
order: 9
- name: Get governance notification settings
url: /api/latest/governance-settings/get-governance-notification-settings/
identifier: governance-settings-get-governance-notification-settings
parent: governance-settings
generated: true
params:
versions:
- v2
operationids:
- GetGovernanceNotificationSettings
unstable:
- v2
order: 8
- name: List governance limits
url: /api/latest/governance-settings/list-governance-limits/
identifier: governance-settings-list-governance-limits
parent: governance-settings
generated: true
params:
versions:
- v2
operationids:
- ListGovernanceLimits
unstable:
- v2
order: 6
- name: Get the governance console configuration
url: /api/latest/governance-settings/get-the-governance-console-configuration/
identifier: governance-settings-get-the-governance-console-configuration
parent: governance-settings
generated: true
params:
versions:
- v2
operationids:
- GetGovernanceConfig
unstable:
- v2
order: 5
- name: High Availability MultiRegion
url: /api/latest/high-availability-multiregion/
identifier: high-availability-multiregion
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get a governance control detection
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get governance control notification settings
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: List governance control detections
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Mitigate governance detections
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Update a governance control detection
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Update governance control notification settings
---
3 changes: 3 additions & 0 deletions content/en/api/latest/governance-settings/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Governance Settings
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get governance notification settings
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get the governance console configuration
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: List governance limits
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: List governance resource limits
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Update governance notification settings
---
663 changes: 663 additions & 0 deletions content/en/api/v2/governance-controls/examples.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/en/api/v2/governance-insights/examples.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions content/en/api/v2/governance-settings/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Governance Settings
headless: true
---
480 changes: 480 additions & 0 deletions content/en/api/v2/governance-settings/examples.json

Large diffs are not rendered by default.

Loading
Loading