Package com.okta.sdk.resource.model
Class LogActor
java.lang.Object
com.okta.sdk.resource.model.LogActor
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogActor
extends Object
implements Serializable
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.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_ALTERNATE_ID
- See Also:
-
JSON_PROPERTY_DETAIL_ENTRY
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
LogActor
public LogActor()
-
-
Method Details
-
getAlternateId
Alternative ID of the actor- Returns:
- alternateId
-
getDetailEntry
Further details about the actor- Returns:
- detailEntry
-
getDisplayName
Display name of the actor- Returns:
- displayName
-
getId
ID of the actor- Returns:
- id
-
getType
Type of actor- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-