Class GetSamlArgs
Inherited Members
Namespace: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetSamlArgs : InvokeArgs
Constructors
View SourceGetSamlArgs()
Declaration
public GetSamlArgs()
Properties
View SourceAccessibilityErrorRedirectUrl
Custom error page URL.
Declaration
public string AccessibilityErrorRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AccessibilityLoginRedirectUrl
Custom login page URL.
Declaration
public string AccessibilityLoginRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AccessibilitySelfService
Enable self service.
Declaration
public bool? AccessibilitySelfService { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ActiveOnly
tells the provider to query for only ACTIVE applications.
Declaration
public bool? ActiveOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AppSettingsJson
Application settings in JSON format.
Declaration
public string AppSettingsJson { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AssertionSigned
Determines whether the SAML assertion is digitally signed.
Declaration
public bool? AssertionSigned { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AttributeStatements
SAML Attribute statements.
Declaration
public List<GetSamlAttributeStatementArgs> AttributeStatements { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetSamlAttributeStatementArgs> |
Audience
Audience restriction.
Declaration
public string Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
AutoSubmitToolbar
Display auto submit toolbar.
Declaration
public bool? AutoSubmitToolbar { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DefaultRelayState
Identifies a specific application resource in an IDP initiated SSO scenario.
Declaration
public string DefaultRelayState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
Features
features enabled.
Declaration
public List<string> Features { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
HideIos
Do not display application icon on mobile app.
Declaration
public bool? HideIos { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HideWeb
Do not display application icon to users
Declaration
public bool? HideWeb { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
Id
id of application to retrieve, conflicts with label and label_prefix.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IdpIssuer
SAML issuer ID.
Declaration
public string IdpIssuer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
Recipient
The location where the app may present the SAML assertion.
Declaration
public string Recipient { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RequestCompressed
Denotes whether the request is compressed or not.
Declaration
public bool? RequestCompressed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
SignatureAlgorithm
Signature algorithm used ot digitally sign the assertion and response.
Declaration
public string SignatureAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SpIssuer
SAML service provider issuer.
Declaration
public string SpIssuer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SsoUrl
Single Sign on Url.
Declaration
public string SsoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SubjectNameIdFormat
Identifies the SAML processing rules.
Declaration
public string SubjectNameIdFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
UserNameTemplate
Username template.
Declaration
public string UserNameTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserNameTemplateSuffix
Username template suffix.
Declaration
public string UserNameTemplateSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserNameTemplateType
Username template type.
Declaration
public string UserNameTemplateType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |