Skip to content

Commit b2c6cd9

Browse files
authored
Merge pull request #324 from netwrix/dev
dev to main
2 parents 35569c5 + 737547e commit b2c6cd9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude-documentation-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
Then fix ALL issues directly in the files using the Write and Edit tools. Do not post a PR comment. Do not commit or push.
109109
110110
claude_args: |
111-
--model claude-sonnet-4-5-20250929
111+
--model claude-opus-4-6
112112
--allowedTools "Read,Write,Edit,Bash(gh pr view:*),Bash(gh pr diff:*)"
113113
--append-system-prompt "${{ steps.read-prompt.outputs.prompt }}"
114114

docs/accessanalyzer/12.0/install/application/reports/okta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Access Analyzer Okta application.
8282
Analyzer server and port into the **Webserver.exe.config** file as:
8383
8484
```
85-
<add key="WsFederationMetadata" value="INSERT URL HERE" />
85+
<add key="WsFederationReply" value="INSERT URL HERE" />
8686
```
8787
8888
**Step 4 –** Restart the Access Analyzer Web Server.

docs/auditor/10.8/api/activityrecordreference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Records.
1818
| Who | Yes | nvarchar 255 | A specific user who made the change (e.g., _Enterprise\ Administrator_, _Admin@enterprise.onmicrosoft.com_). |
1919
| Action | Yes | — | Activity captured by Auditor (varies depending on the data source). |
2020
| What | Yes | nvarchar max | A specific object that was changed (e.g., _NewPolicy_). |
21-
| When | Yes | dateTime | The moment when the change occurred. When supports the following datetime formats. |
22-
| Where | Yes | nvarchar 255 | A resource where the change was made (e.g., _Enterprise-SQL_, _FileStorage.enterprise.local_). The resource name can be a FQDN or NETBIOS server name, Active Directory domain or container, SQL Server instance, SharePoint farm, VMware host, etc. |
23-
| ObjectType | Yes | nvarchar 255 | A type of affected object or its class (e.g., user, mailbox). |
21+
| When | Yes | dateTime | The moment when the change occurred. This field supports the following datetime formats: `YYYY-MM-DDTHH:mm:ssZ` (UTC), `YYYY-MM-DDTHH:mm:ss+HH:mm` (positive UTC offset), and `YYYY-MM-DDTHH:mm:ss-HH:mm` (negative UTC offset). |
22+
| Where | Yes | nvarchar 255 | A resource where the change was made (e.g., _Enterprise-SQL_, _FileStorage.enterprise.local_). The resource name can be a FQDN or NetBIOS server name, Active Directory domain or container, SQL Server instance, SharePoint farm, VMware host, etc. |
23+
| ObjectType | Yes | nvarchar 255 | A type of affected object or its class (e.g., _user_, _mailbox_). |
2424
| Monitoring Plan | No | nvarchar 255 | The Auditor object that is responsible for monitoring a given data source and item. Sub-elements: Name and ID. If you provide a monitoring plan name for input Activity Records, ensure the plan is created in Auditor, the Netwrix API data source is added to the plan, and enabled for monitoring. This ensures data is written to the database associated with this plan. |
2525
| DataSource | No | nvarchar max | IT infrastructure monitored with Auditor (e.g., _Active Directory_). For input Activity Records, the data source is automatically set to Netwrix API. |
2626
| Item | No | nvarchar max | The exact object that is monitored (e.g., a domain name, SharePoint farm name) or integration name. Sub-element: Name. The item type is added inside the name value in brackets (e.g., _enterprise.local (Domain)_). For input Activity Records, the type is automatically set to Integration, you do not need to provide it. The output Activity Records may contain various item types depending on the monitoring plan configuration: <ul><li>AD container</li><li>NetApp</li><li>Computer</li><li>Office 365 tenant</li><li>Domain</li><li>Oracle Database instance</li><li>EMC Isilon</li><li>SharePoint farm</li><li>Dell VNX/VNXe</li><li>SQL Server instance</li><li>Integration</li><li>VMware ESX/ESXi/vCenter</li><li>IP range</li><li>Windows file share. If you provide an item name for input Activity Records, ensure this item is included in the monitoring plan within the Netwrix API data source. If you specify an item that does not exist, data will be written to the plan's database anyway but will not be available for search using the Item filter.</li></ul> |

0 commit comments

Comments
 (0)