You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,9 +189,13 @@ spec:
189
189
|-------|------|-------------|
190
190
| `queryType` | string | Required. Type of query to perform. Valid values: `UserValidation`, `GroupMembership`, `GroupObjectIDs`, `ServicePrincipalDetails` |
191
191
| `users` | []string | List of user principal names (email IDs) for user validation |
192
+
| `usersRef` | string | Reference to resolve a list of user names from `spec`, `status` or `context` (e.g., `spec.userAccess.emails`) |
192
193
| `group` | string | Single group name for group membership queries |
194
+
| `groupRef` | string | Reference to resolve a single group name from `spec`, `status` or `context` (e.g., `spec.groupConfig.name`) |
193
195
| `groups` | []string | List of group names for group object ID queries |
196
+
| `groupsRef` | string | Reference to resolve a list of group names from `spec`, `status` or `context` (e.g., `spec.groupConfig.names`) |
194
197
| `servicePrincipals` | []string | List of service principal names |
198
+
| `servicePrincipalsRef` | string | Reference to resolve a list of service principal names from `spec`, `status` or `context` (e.g., `spec.servicePrincipalConfig.names`) |
195
199
| `target` | string | Required. Where to store the query results. Can be `status.<field>` or `context.<field>` |
196
200
| `skipQueryWhenTargetHasData` | bool | Optional. When true, will skip the query if the target already has data |
0 commit comments