API version:
Show / Hide Table of Contents

Class WsFederationApplicationSettingsApplication

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
ApplicationSettingsApplication
WsFederationApplicationSettingsApplication
Implements
IWsFederationApplicationSettingsApplication
IApplicationSettingsApplication
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
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()
Namespace: Okta.Sdk
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

GroupValueFormat

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

NameIdFormat

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

IWsFederationApplicationSettingsApplication
IApplicationSettingsApplication
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.