API version:
Show / Hide Table of Contents

Class SamlApplicationSettingsSignOn

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
SamlApplicationSettingsSignOn
Implements
ISamlApplicationSettingsSignOn
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 SamlApplicationSettingsSignOn : Resource, ISamlApplicationSettingsSignOn, IResource

Properties

AcsEndpoints

Declaration
public IList<IAcsEndpoint> AcsEndpoints { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<IAcsEndpoint>

AllowMultipleAcsEndpoints

Declaration
public bool? AllowMultipleAcsEndpoints { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

AssertionSigned

Declaration
public bool? AssertionSigned { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

AttributeStatements

Declaration
public IList<ISamlAttributeStatement> AttributeStatements { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ISamlAttributeStatement>

Audience

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

AudienceOverride

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

AuthenticationContextClassName

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

DefaultRelayState

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

Destination

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

DestinationOverride

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

DigestAlgorithm

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

HonorForceAuthentication

Declaration
public bool? HonorForceAuthentication { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IdpIssuer

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

InlineHooks

Declaration
public IList<ISignOnInlineHook> InlineHooks { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ISignOnInlineHook>

Recipient

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

RecipientOverride

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

RequestCompressed

Declaration
public bool? RequestCompressed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ResponseSigned

Declaration
public bool? ResponseSigned { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SignatureAlgorithm

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

Slo

Declaration
public ISingleLogout Slo { get; set; }
Property Value
Type Description
ISingleLogout

SpCertificate

Declaration
public ISpCertificate SpCertificate { get; set; }
Property Value
Type Description
ISpCertificate

SpIssuer

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

SsoAcsUrl

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

SsoAcsUrlOverride

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

SubjectNameIdFormat

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

SubjectNameIdTemplate

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

Implements

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