Show / Hide Table of Contents

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 Source

AssertionsSigned

whether assertions are signed.

Declaration
public readonly bool AssertionsSigned
Field Value
Type Description
System.Boolean
View Source

AuthnRequestSigned

whether authn requests are signed.

Declaration
public readonly bool AuthnRequestSigned
Field Value
Type Description
System.Boolean
View Source

EncryptionCertificate

SAML request encryption certificate.

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

EntityId

Entity URL for instance https://www.okta.com/saml2/service-provider/sposcfdmlybtwkdcgtuf.

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

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
View Source

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
View Source

Id

The provider-assigned unique ID for this managed resource.

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

IdpId

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

Metadata

raw IdP metadata.

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

SigningCertificate

SAML request signing certificate.

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