API version:
Show / Hide Table of Contents

Interface IIonForm

Represents a IonForm resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IIonForm : IResource

Properties

Accepts

Declaration
string Accepts { get; set; }
Property Value
Type Description
System.String

Href

Declaration
string Href { get; set; }
Property Value
Type Description
System.String

Method

Declaration
string Method { get; set; }
Property Value
Type Description
System.String

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

Produces

Declaration
string Produces { get; set; }
Property Value
Type Description
System.String

Refresh

Declaration
int? Refresh { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Rel

Declaration
IList<string> Rel { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

RelatesTo

Declaration
IList<string> RelatesTo { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Value

Declaration
IList<IIonField> Value { get; }
Property Value
Type Description
System.Collections.Generic.IList<IIonField>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.