Class GetMetadataSamlResult
Inheritance
System.Object
GetMetadataSamlResult
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 GetMetadataSamlResult
Fields
View SourceAssertionsSigned
whether assertions are signed.
Declaration
public readonly bool AssertionsSigned
Field Value
| Type | Description |
|---|---|
| System.Boolean |
AuthnRequestSigned
whether authn requests are signed.
Declaration
public readonly bool AuthnRequestSigned
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EncryptionCertificate
SAML request encryption certificate.
Declaration
public readonly string EncryptionCertificate
Field Value
| Type | Description |
|---|---|
| System.String |
EntityId
Entity URL for instance https://www.okta.com/saml2/service-provider/sposcfdmlybtwkdcgtuf.
Declaration
public readonly string EntityId
Field Value
| Type | Description |
|---|---|
| System.String |
HttpPostBinding
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Post location from the SAML metadata.
Declaration
public readonly string HttpPostBinding
Field Value
| Type | Description |
|---|---|
| System.String |
HttpRedirectBinding
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect location from the SAML metadata.
Declaration
public readonly string HttpRedirectBinding
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IdpId
Declaration
public readonly string IdpId
Field Value
| Type | Description |
|---|---|
| System.String |
Metadata
raw IdP metadata.
Declaration
public readonly string Metadata
Field Value
| Type | Description |
|---|---|
| System.String |
SigningCertificate
SAML request signing certificate.
Declaration
public readonly string SigningCertificate
Field Value
| Type | Description |
|---|---|
| System.String |