Class WsFederationApplicationSettingsApplication
Represents a resource in the Okta API.
Inheritance
System.Object
WsFederationApplicationSettingsApplication
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
Syntax
public sealed class WsFederationApplicationSettingsApplication : ApplicationSettingsApplication, IWsFederationApplicationSettingsApplication, IApplicationSettingsApplication, IResource
Properties
AttributeStatements
Declaration
public string AttributeStatements { get; set; }
Property Value
Type |
Description |
System.String |
|
AudienceRestriction
Declaration
public string AudienceRestriction { get; set; }
Property Value
Type |
Description |
System.String |
|
AuthenticationContextClassName
Declaration
public string AuthenticationContextClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupFilter
Declaration
public string GroupFilter { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GroupValueFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NameIdFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Realm
Declaration
public string Realm { get; set; }
Property Value
Type |
Description |
System.String |
|
SiteUrl
Declaration
public string SiteUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
UsernameAttribute
Declaration
public string UsernameAttribute { get; set; }
Property Value
Type |
Description |
System.String |
|
WReplyOverride
Declaration
public bool? WReplyOverride { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
WReplyUrl
Declaration
public string WReplyUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements