Interface IIonForm
Represents a IonForm resource in the Okta API.
Assembly: Okta.Sdk.dll
public interface IIonForm : IResource
Properties
Declaration
string Accepts { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Method { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string Produces { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
int? Refresh { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
IList<string> Rel { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Declaration
IList<string> RelatesTo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Declaration
IList<IIonField> Value { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<IIonField> |
|