Class CreateSamlApplicationOptions
Helper class for SAML application settings
Inheritance
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class CreateSamlApplicationOptions
Properties
Activate
Gets or sets an activate flag value
Declaration
public bool Activate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AssertionSigned
Gets or sets an assetion signed flag value
Declaration
public bool AssertionSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AttributeStatements
Gets or sets an attribute statement list
Declaration
public IList<ISamlAttributeStatement> AttributeStatements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ISamlAttributeStatement> |
Audience
Gets or sets an audience
Declaration
public string Audience { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AudienceOverride
Gets or sets the audience-override value
Declaration
public string AudienceOverride { 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 |
AutoSubmitToolbar
Gets or sets an auto submit toolbar flag value
Declaration
public bool AutoSubmitToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultRelayState
Gets or sets the default relay state
Declaration
public string DefaultRelayState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destination
Gets or sets a destination
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DestinationOverride
Gets or sets the destination-override value
Declaration
public string DestinationOverride { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DigestAlgorithm
Gets or sets a digest algorithm
Declaration
public string DigestAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Features
Gets or sets a features list
Declaration
public IList<string> Features { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
HideIOs
Gets or sets a hide IOs flag value
Declaration
public bool HideIOs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HideWeb
Gets or sets a hide web flag value
Declaration
public bool HideWeb { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HonorForceAuthentication
Gets or sets a honor force authentication flag value
Declaration
public bool HonorForceAuthentication { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdpIssuer
Gets or sets an IDP issuer
Declaration
public string IdpIssuer { 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 |
Recipient
Gets or sets a recipient
Declaration
public string Recipient { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecipientOverride
Gets or sets the recipient-override value
Declaration
public string RecipientOverride { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestCompressed
Gets or sets a request compressed flag value
Declaration
public bool RequestCompressed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResponseSigned
Gets or sets a response singned flag value
Declaration
public bool ResponseSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SignatureAlgorithm
Gets or sets a signature algorithm
Declaration
public string SignatureAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpIssuer
Gets or set a SP issuer
Declaration
public string SpIssuer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SsoAcsUrl
Gets or sets an SSO url
Declaration
public string SsoAcsUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SsoAcsUrlOverride
Gets or sets an SSO override-url
Declaration
public string SsoAcsUrlOverride { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubjectNameIdFormat
Gets or sets a subject name id format
Declaration
public string SubjectNameIdFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubjectNameIdTemplate
Gets or sets a subject name id template
Declaration
public string SubjectNameIdTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |