API version:
Show / Hide Table of Contents

Class CreateWsFederationApplicationOptions

Helper class for WS federation application settings

Inheritance
System.Object
CreateWsFederationApplicationOptions
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()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class CreateWsFederationApplicationOptions

Properties

Activate

Gets or sets an activate flag value

Declaration
public bool Activate { get; set; }
Property Value
Type Description
System.Boolean

AttributeStatements

Gets or sets an attribute statement

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

AudienceRestriction

Gets or sets an audience restriction

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

AuthenticationContextClassName

Gets or sets an authentication context class name

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

GroupFilter

Gets or sets a group filter

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

GroupName

Gets or sets a group name

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

GroupValueFormat

Gets or sets a group value format

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

Label

Gets or sets a label

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

NameIdFormat

Gets or sets a name id format

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

Realm

Gets or sets a realm

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

SiteUrl

Gets or sets a site url

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

UsernameAttribute

Gets or sets a username attribute

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

WReplyOverride

Gets or sets a reply override flag value

Declaration
public bool WReplyOverride { get; set; }
Property Value
Type Description
System.Boolean

WReplyUrl

Gets or sets a reply url

Declaration
public string WReplyUrl { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.