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