API version:
Show / Hide Table of Contents

Interface ILogClientInfo

Represents a LogClientInfo 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 ILogClientInfo : IResource

Properties

Device

Declaration
string Device { get; }
Property Value
Type Description
System.String

GeographicalContext

Declaration
ILogGeographicalContext GeographicalContext { get; }
Property Value
Type Description
ILogGeographicalContext

Id

Declaration
string Id { get; }
Property Value
Type Description
System.String

IpAddress

Declaration
string IpAddress { get; }
Property Value
Type Description
System.String

UserAgent

Declaration
ILogUserAgent UserAgent { get; }
Property Value
Type Description
ILogUserAgent

Zone

Declaration
string Zone { get; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.