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

Fields

View Source

AppId

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

Certificate

public certificate from application metadata.

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

KeyId

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

Metadata

raw metadata of application.

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

WantAuthnRequestsSigned

Whether authn requests are signed.

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