Okta.Sdk.Model.LogActor
October 22, 2025 ยท View on GitHub
Describes the user, app, client, or other entity (actor) who performs an action on a target. The actor is dependent on the action that is performed. All events have actors.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AlternateId | string | Alternative ID of the actor | [optional] [readonly] |
| DetailEntry | Dictionary<string, Object> | Further details about the actor | [optional] [readonly] |
| DisplayName | string | Display name of the actor | [optional] [readonly] |
| Id | string | ID of the actor | [optional] [readonly] |
| Type | string | Type of actor | [optional] [readonly] |