API version:
Show / Hide Table of Contents

Interface ILogSecurityContext

Represents a LogSecurityContext 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 ILogSecurityContext : IResource

Properties

AsNumber

Declaration
int? AsNumber { get; }
Property Value
Type Description
System.Nullable<System.Int32>

AsOrg

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

Domain

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

Isp

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

IsProxy

Declaration
bool? IsProxy { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.