Show / Hide Table of Contents

Class SamlAppArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SamlAppArgs
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.Deprecated
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlAppArgs : ResourceArgs

Constructors

View Source

SamlAppArgs()

Declaration
public SamlAppArgs()

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

Declaration
public InputList<SamlAppAttributeStatementArgs> AttributeStatements { get; set; }
Property Value
Type Description
InputList<SamlAppAttributeStatementArgs>
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

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

Features

features to enable

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

IdpIssuer

SAML issuer ID

Declaration
public Input<string> IdpIssuer { 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

Pretty name of app.

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

PreconfiguredApp

Name of preexisting SAML application. For instance 'slack'

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

SpIssuer

SAML SP issuer ID

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<SamlAppUserArgs> Users { get; set; }
Property Value
Type Description
InputList<SamlAppUserArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.