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 SourceAcsBinding
HTTP binding used to receive a SAMLResponse message from the IdP.
Declaration
public readonly string AcsBinding
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Audience
URI that identifies the target Okta IdP instance (SP)
Declaration
public readonly string Audience
Field Value
| Type | Description |
|---|---|
| System.String |
Id
id of idp.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Issuer
URI that identifies the issuer (IdP).
Declaration
public readonly string Issuer
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Kid
Key ID reference to the IdP's X.509 signature certificate.
Declaration
public readonly string Kid
Field Value
| Type | Description |
|---|---|
| System.String |
Name
name of the idp.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SsoBinding
single sign on binding.
Declaration
public readonly string SsoBinding
Field Value
| Type | Description |
|---|---|
| System.String |
SsoDestination
SSO request binding, HTTP-POST or HTTP-REDIRECT.
Declaration
public readonly string SsoDestination
Field Value
| Type | Description |
|---|---|
| System.String |
SsoUrl
single sign on url.
Declaration
public readonly string SsoUrl
Field Value
| Type | Description |
|---|---|
| System.String |
SubjectFilter
regular expression pattern used to filter untrusted IdP usernames.
Declaration
public readonly string SubjectFilter
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Type
type of idp.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |