Class SamlApplicationSettingsSignOn
Represents a resource in the Okta API.
Inheritance
System.Object
SamlApplicationSettingsSignOn
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()
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
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
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
SpCertificate
Declaration
public ISpCertificate SpCertificate { get; set; }
Property Value
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 |
|
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