Interface ILogGeographicalContext
Represents a LogGeographicalContext resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ILogGeographicalContext : IResource
Properties
City
Declaration
Property Value
Type |
Description |
System.String |
|
Country
Declaration
Property Value
Type |
Description |
System.String |
|
Geolocation
Declaration
ILogGeolocation Geolocation { get; }
Property Value
PostalCode
Declaration
string PostalCode { get; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
Property Value
Type |
Description |
System.String |
|