Interface IWsFederationApplicationSettingsApplication
Represents a WsFederationApplicationSettingsApplication resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IWsFederationApplicationSettingsApplication : IApplicationSettingsApplication, IResource
Properties
AttributeStatements
Declaration
string AttributeStatements { get; set; }
Property Value
Type |
Description |
System.String |
|
AudienceRestriction
Declaration
string AudienceRestriction { get; set; }
Property Value
Type |
Description |
System.String |
|
AuthenticationContextClassName
Declaration
string AuthenticationContextClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupFilter
Declaration
string GroupFilter { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupName
Declaration
string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string GroupValueFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string NameIdFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Realm
Declaration
string Realm { get; set; }
Property Value
Type |
Description |
System.String |
|
SiteUrl
Declaration
string SiteUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
UsernameAttribute
Declaration
string UsernameAttribute { get; set; }
Property Value
Type |
Description |
System.String |
|
WReplyOverride
Declaration
bool? WReplyOverride { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
WReplyUrl
Declaration
string WReplyUrl { get; set; }
Property Value
Type |
Description |
System.String |
|