Class LogSecurityContext
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 LogSecurityContext : Resource, ILogSecurityContext, IResource
Properties
AsNumber
Declaration
public int? AsNumber { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AsOrg
Declaration
public string AsOrg { get; }
Property Value
Type | Description |
---|---|
System.String |
Domain
Declaration
public string Domain { get; }
Property Value
Type | Description |
---|---|
System.String |
Isp
Declaration
public string Isp { get; }
Property Value
Type | Description |
---|---|
System.String |
IsProxy
Declaration
public bool? IsProxy { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |