Class SamlArgs
Inherited Members
Namespace: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlArgs : ResourceArgs
Constructors
View SourceSamlArgs()
Declaration
public SamlArgs()
Properties
View SourceAccessibilityErrorRedirectUrl
Custom error page URL.
Declaration
public Input<string> AccessibilityErrorRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AccessibilityLoginRedirectUrl
Custom login page URL.
Declaration
public Input<string> AccessibilityLoginRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AccessibilitySelfService
Enable self service.
Declaration
public Input<bool> AccessibilitySelfService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AppSettingsJson
Application settings in JSON format.
Declaration
public Input<string> AppSettingsJson { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AssertionSigned
Determines whether the SAML assertion is digitally signed.
Declaration
public Input<bool> AssertionSigned { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AttributeStatements
List of SAML Attribute statements.
Declaration
public InputList<SamlAttributeStatementArgs> AttributeStatements { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SamlAttributeStatementArgs> |
Audience
Audience restriction.
Declaration
public Input<string> Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
AutoSubmitToolbar
Display auto submit toolbar.
Declaration
public Input<bool> AutoSubmitToolbar { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |
Features
features enabled.
Declaration
public InputList<string> Features { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Groups
Groups associated with the application
Declaration
public InputList<string> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
HideIos
Do not display application icon on mobile app.
Declaration
public Input<bool> HideIos { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
HideWeb
Do not display application icon to users
Declaration
public Input<bool> HideWeb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
IdpIssuer
SAML issuer ID.
Declaration
public Input<string> IdpIssuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
KeyYearsValid
Number of years the certificate is valid.
Declaration
public Input<int> KeyYearsValid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Label
label of application.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
RequestCompressed
Denotes whether the request is compressed or not.
Declaration
public Input<bool> RequestCompressed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
SpIssuer
SAML service provider issuer.
Declaration
public Input<string> SpIssuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SsoUrl
Single Sign on Url.
Declaration
public Input<string> SsoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
status of application.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubjectNameIdFormat
Identifies the SAML processing rules.
Declaration
public Input<string> SubjectNameIdFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
UserNameTemplate
Username template.
Declaration
public Input<string> UserNameTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserNameTemplateSuffix
Username template suffix.
Declaration
public Input<string> UserNameTemplateSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserNameTemplateType
Username template type.
Declaration
public Input<string> UserNameTemplateType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Users
Users associated with the application
Declaration
public InputList<SamlUserArgs> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SamlUserArgs> |