API version:
Show / Hide Table of Contents

Interface ISamlApplicationSettingsSignOn

Represents a SamlApplicationSettingsSignOn 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 ISamlApplicationSettingsSignOn : IResource

Properties

AcsEndpoints

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

AllowMultipleAcsEndpoints

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

AssertionSigned

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

AttributeStatements

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

Audience

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

AudienceOverride

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

AuthenticationContextClassName

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

DefaultRelayState

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

Destination

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

DestinationOverride

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

DigestAlgorithm

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

HonorForceAuthentication

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

IdpIssuer

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

InlineHooks

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

Recipient

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

RecipientOverride

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

RequestCompressed

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

ResponseSigned

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

SignatureAlgorithm

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

Slo

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

SpCertificate

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

SpIssuer

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

SsoAcsUrl

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

SsoAcsUrlOverride

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

SubjectNameIdFormat

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

SubjectNameIdTemplate

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