Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 946 Bytes

LogTarget.md

File metadata and controls

16 lines (12 loc) · 946 Bytes

Okta.Sdk.Model.LogTarget

The entity that an actor performs an action on. Targets can be anything, such as an app user, a sign-in token, or anything else.

Properties

Name Type Description Notes
AlternateId string The alternate ID of the target [optional] [readonly]
ChangeDetails LogTargetChangeDetails [optional]
DetailEntry Dictionary<string, Object> Further details on the target [optional] [readonly]
DisplayName string The display name of the target [optional] [readonly]
Id string The ID of the target [optional] [readonly]
Type string The type of target [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]