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.Idp
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetSamlResult

Fields

View Source

AcsBinding

HTTP binding used to receive a SAMLResponse message from the IdP.

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

AcsType

Determines whether to publish an instance-specific (trust) or organization (shared) ACS endpoint in the SAML metadata.

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

Audience

URI that identifies the target Okta IdP instance (SP)

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

Id

id of idp.

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

Issuer

URI that identifies the issuer (IdP).

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

IssuerMode

indicates whether Okta uses the original Okta org domain URL, or a custom domain URL in the request to the IdP.

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

Kid

Key ID reference to the IdP's X.509 signature certificate.

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

Name

name of the idp.

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

SsoBinding

single sign on binding.

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

SsoDestination

SSO request binding, HTTP-POST or HTTP-REDIRECT.

Declaration
public readonly string SsoDestination
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

SubjectFilter

regular expression pattern used to filter untrusted IdP usernames.

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

SubjectFormats

Expression to generate or transform a unique username for the IdP user.

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

Type

type of idp.

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