Show / Hide Table of Contents

Class SamlState

Inheritance
System.Object
InputArgs
ResourceArgs
SamlState
Inherited Members
ResourceArgs.Empty
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: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlState : ResourceArgs

Constructors

View Source

SamlState()

Declaration
public SamlState()

Properties

View Source

AccessibilityErrorRedirectUrl

Custom error page URL.

Declaration
public Input<string> AccessibilityErrorRedirectUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AccessibilityLoginRedirectUrl

Custom login page URL.

Declaration
public Input<string> AccessibilityLoginRedirectUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AccessibilitySelfService

Enable self service.

Declaration
public Input<bool> AccessibilitySelfService { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AppSettingsJson

Application settings in JSON format.

Declaration
public Input<string> AppSettingsJson { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AssertionSigned

Determines whether the SAML assertion is digitally signed.

Declaration
public Input<bool> AssertionSigned { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AttributeStatements

List of SAML Attribute statements.

Declaration
public InputList<SamlAttributeStatementGetArgs> AttributeStatements { get; set; }
Property Value
Type Description
InputList<SamlAttributeStatementGetArgs>
View Source

Audience

Audience restriction.

Declaration
public Input<string> Audience { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AuthnContextClassRef

Identifies the SAML authentication context class for the assertion’s authentication statement.

Declaration
public Input<string> AuthnContextClassRef { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AutoSubmitToolbar

Display auto submit toolbar.

Declaration
public Input<bool> AutoSubmitToolbar { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Certificate

The raw signing certificate.

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultRelayState

Identifies a specific application resource in an IDP initiated SSO scenario.

Declaration
public Input<string> DefaultRelayState { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Destination

Identifies the location where the SAML response is intended to be sent inside of the SAML assertion.

Declaration
public Input<string> Destination { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DigestAlgorithm

Determines the digest algorithm used to digitally sign the SAML assertion and response.

Declaration
public Input<string> DigestAlgorithm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EntityKey

Entity ID, the ID portion of the entity_url.

Declaration
public Input<string> EntityKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EntityUrl

Entity URL for instance http://www.okta.com/exk1fcia6d6EMsf331d8.

Declaration
public Input<string> EntityUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Features

features enabled.

Declaration
public InputList<string> Features { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Groups

Groups associated with the application

Declaration
public InputList<string> Groups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

HideIos

Do not display application icon on mobile app.

Declaration
public Input<bool> HideIos { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HideWeb

Do not display application icon to users

Declaration
public Input<bool> HideWeb { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HonorForceAuthn

Prompt user to re-authenticate if SP asks for it.

Declaration
public Input<bool> HonorForceAuthn { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HttpPostBinding

urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Post location from the SAML metadata.

Declaration
public Input<string> HttpPostBinding { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HttpRedirectBinding

urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect location from the SAML metadata.

Declaration
public Input<string> HttpRedirectBinding { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IdpIssuer

SAML issuer ID.

Declaration
public Input<string> IdpIssuer { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyId

Certificate key ID.

Declaration
public Input<string> KeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyName

Certificate name. This modulates the rotation of keys. New name == new key.

Declaration
public Input<string> KeyName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyYearsValid

Number of years the certificate is valid.

Declaration
public Input<int> KeyYearsValid { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Label

label of application.

Declaration
public Input<string> Label { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Metadata

The raw SAML metadata in XML.

Declaration
public Input<string> Metadata { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the attribute statement.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreconfiguredApp

name of application from the Okta Integration Network, if not included a custom app will be created.

Declaration
public Input<string> PreconfiguredApp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Recipient

The location where the app may present the SAML assertion.

Declaration
public Input<string> Recipient { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RequestCompressed

Denotes whether the request is compressed or not.

Declaration
public Input<bool> RequestCompressed { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ResponseSigned

Determines whether the SAML auth response message is digitally signed.

Declaration
public Input<bool> ResponseSigned { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SignatureAlgorithm

Signature algorithm used ot digitally sign the assertion and response.

Declaration
public Input<string> SignatureAlgorithm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SignOnMode

Sign on mode of application.

Declaration
public Input<string> SignOnMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SpIssuer

SAML service provider issuer.

Declaration
public Input<string> SpIssuer { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SsoUrl

Single Sign on Url.

Declaration
public Input<string> SsoUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

status of application.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubjectNameIdFormat

Identifies the SAML processing rules.

Declaration
public Input<string> SubjectNameIdFormat { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubjectNameIdTemplate

Template for app user's username when a user is assigned to the app.

Declaration
public Input<string> SubjectNameIdTemplate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserNameTemplate

Username template.

Declaration
public Input<string> UserNameTemplate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserNameTemplateSuffix

Username template suffix.

Declaration
public Input<string> UserNameTemplateSuffix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserNameTemplateType

Username template type.

Declaration
public Input<string> UserNameTemplateType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Users

Users associated with the application

Declaration
public InputList<SamlUserGetArgs> Users { get; set; }
Property Value
Type Description
InputList<SamlUserGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.