API version:
Show / Hide Table of Contents

Interface ILogIpAddress

Represents a LogIpAddress resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.