Skip to content

Commit

Permalink
update sentinelone connector schema (#183280)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c63379)
  • Loading branch information
ashokaditya committed May 13, 2024
1 parent c2718e3 commit 93cbcf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const SentinelOneGetAgentsResponseSchema = schema.object({
registeredAt: schema.string(),
lastIpToMgmt: schema.string(),
storageName: schema.nullable(schema.string()),
osUsername: schema.string(),
osUsername: schema.nullable(schema.string()),
groupIp: schema.string(),
createdAt: schema.string(),
remoteProfilingState: schema.string(),
Expand Down

0 comments on commit 93cbcf4

Please sign in to comment.