API version:
Show / Hide Table of Contents

Interface IEventHook

Represents a EventHook 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 IEventHook : IResource

Properties

Channel

Declaration
IEventHookChannel Channel { get; set; }
Property Value
Type Description
IEventHookChannel

Created

Declaration
DateTimeOffset? Created { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

CreatedBy

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

Events

Declaration
IEventSubscriptions Events { get; set; }
Property Value
Type Description
IEventSubscriptions

Id

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

LastUpdated

Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Name

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

Status

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

VerificationStatus

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

Methods

ActivateAsync(CancellationToken)

Declaration
Task<IEventHook> ActivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<IEventHook>

DeactivateAsync(CancellationToken)

Declaration
Task<IEventHook> DeactivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<IEventHook>

VerifyAsync(CancellationToken)

Declaration
Task<IEventHook> VerifyAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<IEventHook>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.