API version:
Show / Hide Table of Contents

Interface IWsFederationApplicationSettingsApplication

Represents a WsFederationApplicationSettingsApplication 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 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

GroupValueFormat

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

NameIdFormat

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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.