Interface IEventHookChannelConfig
Represents a EventHookChannelConfig resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IEventHookChannelConfig : IResource
Properties
AuthScheme
Declaration
IEventHookChannelConfigAuthScheme AuthScheme { get; set; }
Property Value
Type | Description |
---|---|
IEventHookChannelConfigAuthScheme |
Headers
Declaration
IList<IEventHookChannelConfigHeader> Headers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IEventHookChannelConfigHeader> |
Uri
Declaration
string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |