Class LogGeographicalContext
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 LogGeographicalContext : Resource, ILogGeographicalContext, IResource
Properties
City
Declaration
public string City { get; }
Property Value
Type | Description |
---|---|
System.String |
Country
Declaration
public string Country { get; }
Property Value
Type | Description |
---|---|
System.String |
Geolocation
Declaration
public ILogGeolocation Geolocation { get; }
Property Value
Type | Description |
---|---|
ILogGeolocation |
PostalCode
Declaration
public string PostalCode { get; }
Property Value
Type | Description |
---|---|
System.String |
State
Declaration
public string State { get; }
Property Value
Type | Description |
---|---|
System.String |