API version:
Show / Hide Table of Contents

Interface IIonField

Represents a IonField 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 IIonField : IResource

Properties

Form

Declaration
IIonForm Form { get; set; }
Property Value
Type Description
IIonForm

Label

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

Mutable

Declaration
bool? Mutable { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Name

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

Required

Declaration
bool? Required { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Secret

Declaration
bool? Secret { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Type

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

Value

Declaration
Resource Value { get; set; }
Property Value
Type Description
Resource

Visible

Declaration
bool? Visible { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.