Show / Hide Table of Contents

Class GetSamlResult

Inheritance
System.Object
GetSamlResult
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()
Namespace: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetSamlResult

Fields

View Source

AccessibilityErrorRedirectUrl

Custom error page URL.

Declaration
public readonly string AccessibilityErrorRedirectUrl
Field Value
Type Description
System.String
View Source

AccessibilityLoginRedirectUrl

Custom login page URL.

Declaration
public readonly string AccessibilityLoginRedirectUrl
Field Value
Type Description
System.String
View Source

AccessibilitySelfService

Enable self service.

Declaration
public readonly bool? AccessibilitySelfService
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ActiveOnly

Declaration
public readonly bool? ActiveOnly
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

AppSettingsJson

Application settings in JSON format.

Declaration
public readonly string AppSettingsJson
Field Value
Type Description
System.String
View Source

AssertionSigned

Determines whether the SAML assertion is digitally signed.

Declaration
public readonly bool? AssertionSigned
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

AttributeStatements

SAML Attribute statements.

Declaration
public readonly ImmutableArray<GetSamlAttributeStatementResult> AttributeStatements
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSamlAttributeStatementResult>
View Source

Audience

Audience restriction.

Declaration
public readonly string Audience
Field Value
Type Description
System.String
View Source

AuthnContextClassRef

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

Declaration
public readonly string AuthnContextClassRef
Field Value
Type Description
System.String
View Source

AutoSubmitToolbar

Display auto submit toolbar.

Declaration
public readonly bool? AutoSubmitToolbar
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DefaultRelayState

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

Declaration
public readonly string DefaultRelayState
Field Value
Type Description
System.String
View Source

Description

description of application.

Declaration
public readonly string Description
Field 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 readonly string Destination
Field Value
Type Description
System.String
View Source

DigestAlgorithm

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

Declaration
public readonly string DigestAlgorithm
Field Value
Type Description
System.String
View Source

Features

features enabled.

Declaration
public readonly ImmutableArray<string> Features
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

HideIos

Do not display application icon on mobile app.

Declaration
public readonly bool? HideIos
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

HideWeb

Do not display application icon to users

Declaration
public readonly bool? HideWeb
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

HonorForceAuthn

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

Declaration
public readonly bool? HonorForceAuthn
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

id of application.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IdpIssuer

SAML issuer ID.

Declaration
public readonly string IdpIssuer
Field Value
Type Description
System.String
View Source

KeyId

Certificate key ID.

Declaration
public readonly string KeyId
Field Value
Type Description
System.String
View Source

Label

label of application.

Declaration
public readonly string Label
Field Value
Type Description
System.String
View Source

LabelPrefix

Declaration
public readonly string LabelPrefix
Field Value
Type Description
System.String
View Source

Name

name of application.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Recipient

The location where the app may present the SAML assertion.

Declaration
public readonly string Recipient
Field Value
Type Description
System.String
View Source

RequestCompressed

Denotes whether the request is compressed or not.

Declaration
public readonly bool? RequestCompressed
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ResponseSigned

Determines whether the SAML auth response message is digitally signed.

Declaration
public readonly bool? ResponseSigned
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SignatureAlgorithm

Signature algorithm used ot digitally sign the assertion and response.

Declaration
public readonly string SignatureAlgorithm
Field Value
Type Description
System.String
View Source

SpIssuer

SAML service provider issuer.

Declaration
public readonly string SpIssuer
Field Value
Type Description
System.String
View Source

SsoUrl

Single Sign on Url.

Declaration
public readonly string SsoUrl
Field Value
Type Description
System.String
View Source

Status

status of application.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

SubjectNameIdFormat

Identifies the SAML processing rules.

Declaration
public readonly string SubjectNameIdFormat
Field Value
Type Description
System.String
View Source

SubjectNameIdTemplate

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

Declaration
public readonly string SubjectNameIdTemplate
Field Value
Type Description
System.String
View Source

UserNameTemplate

Username template.

Declaration
public readonly string UserNameTemplate
Field Value
Type Description
System.String
View Source

UserNameTemplateSuffix

Username template suffix.

Declaration
public readonly string UserNameTemplateSuffix
Field Value
Type Description
System.String
View Source

UserNameTemplateType

Username template type.

Declaration
public readonly string UserNameTemplateType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.