API version:
Show / Hide Table of Contents

Interface ILogsClient

A client that works with Okta Log resources.

Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ILogsClient

Methods

GetLogs(String, String, String, String, Nullable<Int32>, String, String)

The Okta System Log API provides read access to your organization’s system log. This API provides more functionality than the Events API

Declaration
ICollectionClient<ILogEvent> GetLogs(string since = null, string until = null, string filter = null, string q = null, int? limit, string sortOrder = "ASCENDING", string after = null)
Parameters
Type Name Description
System.String since
System.String until
System.String filter
System.String q
System.Nullable<System.Int32> limit
System.String sortOrder
System.String after
Returns
Type Description
ICollectionClient<ILogEvent>

A collection of ILogEvent that can be enumerated asynchronously.

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.