Class IonForm
Represents a resource in the Okta API.
Inheritance
System.Object
IonForm
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Okta.Sdk.dll
public sealed class IonForm : Resource, IIonForm, IResource
Properties
Declaration
public string Accepts { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Method { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Produces { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? Refresh { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public IList<string> Rel { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Declaration
public IList<string> RelatesTo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Declaration
public IList<IIonField> Value { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<IIonField> |
|
Implements