Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisberkhout committed Dec 6, 2024
1 parent 53252f5 commit 942d4e0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ func GetUserDetails(ctx context.Context, cli *http.Client, host, key, user strin
return getDetails[User](ctx, cli, u, endpoint, key, user == "", omit, lim, window, log)
}

<<<<<<< HEAD
=======
// GetUserFactors returns Okta group roles using the groups API endpoint. host is the
// Okta user domain and key is the API token to use for the query. group must not be empty.
//
Expand Down Expand Up @@ -225,7 +223,6 @@ func GetUserRoles(ctx context.Context, cli *http.Client, host, key, user string,
return getDetails[Role](ctx, cli, u, endpoint, key, true, OmitNone, lim, window, log)
}

>>>>>>> 4e19d09ab2 (x-pack/filebeat/input/entityanalytics/provider/okta: Rate limiting fixes (#41583))
// GetUserGroupDetails returns Okta group details using the users API endpoint. host is the
// Okta user domain and key is the API token to use for the query. user must not be empty.
//
Expand All @@ -248,8 +245,6 @@ func GetUserGroupDetails(ctx context.Context, cli *http.Client, host, key, user
return getDetails[Group](ctx, cli, u, endpoint, key, true, OmitNone, lim, window, log)
}

<<<<<<< HEAD
=======
// GetGroupRoles returns Okta group roles using the groups API endpoint. host is the
// Okta user domain and key is the API token to use for the query. group must not be empty.
//
Expand All @@ -272,7 +267,6 @@ func GetGroupRoles(ctx context.Context, cli *http.Client, host, key, group strin
return getDetails[Role](ctx, cli, u, endpoint, key, true, OmitNone, lim, window, log)
}

>>>>>>> 4e19d09ab2 (x-pack/filebeat/input/entityanalytics/provider/okta: Rate limiting fixes (#41583))
// GetDeviceDetails returns Okta device details using the list devices API endpoint. host is the
// Okta user domain and key is the API token to use for the query. If device is not empty,
// details for the specific device are returned, otherwise a list of all devices is returned.
Expand Down

0 comments on commit 942d4e0

Please sign in to comment.