Package com.atlan.model.admin
Class KeycloakEventRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.KeycloakEventRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
KeycloakEventRequest.KeycloakEventRequestBuilder<C extends KeycloakEventRequest,
B extends KeycloakEventRequest.KeycloakEventRequestBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeycloakEventRequest.KeycloakEventRequestBuilder<?,
?> builder()
protected boolean
boolean
Application or OAuth client name.Earliest date from which to include events (format: yyyy-MM-dd).Latest date up to which to include events (format: yyyy-MM-dd).IP address from which the event was triggered.int
Starting point for the events (for paging).int
getSize()
Maximum number of events to retrieve (per page).getTypes()
Include events only of the supplied types.Unique identifier (GUID) of the user who triggered the event.int
hashCode()
search
(AtlanClient client) Search for events using the filters specified in this request object.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
KeycloakEventRequest
-
-
Method Details
-
search
Search for events using the filters specified in this request object.- Parameters:
client
- connectivity to the Atlan tenant from which to retrieve the events- Returns:
- the filtered events
- Throws:
AtlanException
- on any issues interacting with the APIs
-
builder
-
toBuilder
-
getClient
Application or OAuth client name. -
getIpAddress
IP address from which the event was triggered. -
getDateFrom
Earliest date from which to include events (format: yyyy-MM-dd). -
getDateTo
Latest date up to which to include events (format: yyyy-MM-dd). -
getOffset
public int getOffset()Starting point for the events (for paging). -
getSize
public int getSize()Maximum number of events to retrieve (per page). -
getTypes
Include events only of the supplied types. -
getUserId
Unique identifier (GUID) of the user who triggered the event. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-