Interface IIonField
Represents a IonField resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IIonField : IResource
Properties
Declaration
IIonForm Form { get; set; }
Property Value
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
Visible
Declaration
bool? Visible { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|