Interface ISamlApplicationSettingsSignOn
Represents a SamlApplicationSettingsSignOn resource in the Okta API.
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
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
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
SpCertificate
Declaration
ISpCertificate SpCertificate { get; set; }
Property Value
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 |
|
Declaration
string SubjectNameIdFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
SubjectNameIdTemplate
Declaration
string SubjectNameIdTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|