Interface IInlineHook
Represents a InlineHook resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IInlineHook : IResource
Properties
Channel
Declaration
IInlineHookChannel Channel { get; set; }
Property Value
Created
Declaration
DateTimeOffset? Created { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Id
Declaration
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
InlineHookStatus Status { get; set; }
Property Value
Type
Declaration
InlineHookType Type { get; set; }
Property Value
Version
Declaration
string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ActivateAsync(CancellationToken)
Declaration
Task<IInlineHook> ActivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IInlineHook> |
|
DeactivateAsync(CancellationToken)
Declaration
Task<IInlineHook> DeactivateAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IInlineHook> |
|
ExecuteAsync(IInlineHookPayload, CancellationToken)
Declaration
Task<IInlineHookResponse> ExecuteAsync(IInlineHookPayload payloadData, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
IInlineHookPayload |
payloadData |
|
System.Threading.CancellationToken |
cancellationToken |
|
Returns