Show / Hide Table of Contents

Class GetSamlArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSamlArgs
Inherited Members
InvokeArgs.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 GetSamlArgs : InvokeArgs

Constructors

View Source

GetSamlArgs()

Declaration
public GetSamlArgs()

Properties

View Source

AccessibilityErrorRedirectUrl

Custom error page URL.

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

AccessibilityLoginRedirectUrl

Custom login page URL.

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

AccessibilitySelfService

Enable self service.

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

ActiveOnly

tells the provider to query for only ACTIVE applications.

Declaration
public bool? ActiveOnly { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

AppSettingsJson

Application settings in JSON format.

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

AssertionSigned

Determines whether the SAML assertion is digitally signed.

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

AttributeStatements

SAML Attribute statements.

Declaration
public List<GetSamlAttributeStatementArgs> AttributeStatements { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetSamlAttributeStatementArgs>
View Source

Audience

Audience restriction.

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

AuthnContextClassRef

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

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

AutoSubmitToolbar

Display auto submit toolbar.

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

DefaultRelayState

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

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

Destination

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

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

DigestAlgorithm

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

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

Features

features enabled.

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

HideIos

Do not display application icon on mobile app.

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

HideWeb

Do not display application icon to users

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

HonorForceAuthn

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

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

Id

id of application to retrieve, conflicts with label and label_prefix.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

IdpIssuer

SAML issuer ID.

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

Label

The label of the app to retrieve, conflicts with label_prefix and id.

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

LabelPrefix

Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query.

Declaration
public string LabelPrefix { get; set; }
Property Value
Type Description
System.String
View Source

Recipient

The location where the app may present the SAML assertion.

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

RequestCompressed

Denotes whether the request is compressed or not.

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

ResponseSigned

Determines whether the SAML auth response message is digitally signed.

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

SignatureAlgorithm

Signature algorithm used ot digitally sign the assertion and response.

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

SpIssuer

SAML service provider issuer.

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

SsoUrl

Single Sign on Url.

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

SubjectNameIdFormat

Identifies the SAML processing rules.

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

SubjectNameIdTemplate

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

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

UserNameTemplate

Username template.

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

UserNameTemplateSuffix

Username template suffix.

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

UserNameTemplateType

Username template type.

Declaration
public string UserNameTemplateType { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.