Interface ILogClientInfo
Represents a LogClientInfo resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ILogClientInfo : IResource
Properties
Device
Declaration
Property Value
Type |
Description |
System.String |
|
GeographicalContext
Declaration
ILogGeographicalContext GeographicalContext { get; }
Property Value
Id
Declaration
Property Value
Type |
Description |
System.String |
|
IpAddress
Declaration
string IpAddress { get; }
Property Value
Type |
Description |
System.String |
|
UserAgent
Declaration
ILogUserAgent UserAgent { get; }
Property Value
Zone
Declaration
Property Value
Type |
Description |
System.String |
|