Class SamlAppArgs
Inheritance
System.Object
SamlAppArgs
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: Pulumi.Okta.dll
Syntax
public sealed class SamlAppArgs : ResourceArgs
Constructors
View Source
SamlAppArgs()
Declaration
Properties
View Source
AccessibilityErrorRedirectUrl
Declaration
public Input<string> AccessibilityErrorRedirectUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AccessibilityLoginRedirectUrl
Declaration
public Input<string> AccessibilityLoginRedirectUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AccessibilitySelfService
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
View Source
Audience
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
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
Declaration
public InputList<string> Features { get; set; }
Property Value
View Source
Groups
Groups associated with the application
Declaration
public InputList<string> Groups { get; set; }
Property Value
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
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
Declaration
public Input<string> Label { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> SpIssuer { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
SsoUrl
Declaration
public Input<string> SsoUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Status
Declaration
public Input<string> Status { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> UserNameTemplate { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UserNameTemplateSuffix
Declaration
public Input<string> UserNameTemplateSuffix { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UserNameTemplateType
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