Skip to content

Commit 2d2737a

Browse files
authored
Update data-connector-ui-definitions-reference.md
1 parent e587539 commit 2d2737a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/sentinel/data-connector-ui-definitions-reference.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ Provide either one query for all of the data connector's data types, or a differ
119119
| **resourceProvider** | [resourceProvider](#resourceprovider) | Describes any prerequisites for your Azure resource. <br><br>Example: The **resourceProvider** value displays in Microsoft Sentinel **Prerequisites** section as: <br>**Workspace: read and write permission is required.**<br>**Keys: read permissions to shared keys for the workspace are required.**|
120120
| **tenant** | array of ENUM values<br>Example:<br><br>`"tenant": [`<br>`"GlobalADmin",`<br>`"SecurityAdmin"`<br>`]`<br> | Defines the required permissions, as one or more of the following values: `"GlobalAdmin"`, `"SecurityAdmin"`, `"SecurityReader"`, `"InformationProtection"` <br><br>Example: displays the **tenant** value in Microsoft Sentinel as: **Tenant Permissions: Requires `Global Administrator` or `Security Administrator` on the workspace's tenant**|
121121

122+
> [!IMPORTANT]
123+
> Microsoft recommends that you use roles with the fewest permissions. This helps improve security for your organization. Global Administrator is a highly privileged role that should be limited to emergency scenarios when you can't use an existing role.
124+
122125
#### resourceProvider
123126

124127
|sub array value |Type |Description |
@@ -438,4 +441,4 @@ For more examples of the `connectorUiConfig` review [other CCP data connectors](
438441
}
439442
}
440443
}
441-
```
444+
```

0 commit comments

Comments
 (0)