Interface ILogOutcome
Represents a LogOutcome resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ILogOutcome : IResource
Properties
Reason
Declaration
string Reason { get; }
Property Value
Type | Description |
---|---|
System.String |
Result
Declaration
string Result { get; }
Property Value
Type | Description |
---|---|
System.String |