Interface ILogIpAddress
Represents a LogIpAddress resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ILogIpAddress : IResource
Properties
GeographicalContext
Declaration
ILogGeographicalContext GeographicalContext { get; }
Property Value
Type | Description |
---|---|
ILogGeographicalContext |
Ip
Declaration
string Ip { get; }
Property Value
Type | Description |
---|---|
System.String |
Source
Declaration
string Source { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
System.String |