Class LogClientInfo
Represents a resource in the Okta API.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class LogClientInfo : Resource, ILogClientInfo, IResource
Properties
Device
Declaration
public string Device { get; }
Property Value
Type | Description |
---|---|
System.String |
GeographicalContext
Declaration
public ILogGeographicalContext GeographicalContext { get; }
Property Value
Type | Description |
---|---|
ILogGeographicalContext |
Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
IpAddress
Declaration
public string IpAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
UserAgent
Declaration
public ILogUserAgent UserAgent { get; }
Property Value
Type | Description |
---|---|
ILogUserAgent |
Zone
Declaration
public string Zone { get; }
Property Value
Type | Description |
---|---|
System.String |