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 SourceAppId
Declaration
public readonly string AppId
Field Value
| Type | Description |
|---|---|
| System.String |
Certificate
public certificate from application metadata.
Declaration
public readonly string Certificate
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 |
KeyId
Declaration
public readonly string KeyId
Field Value
| Type | Description |
|---|---|
| System.String |
Metadata
raw metadata of application.
Declaration
public readonly string Metadata
Field Value
| Type | Description |
|---|---|
| System.String |
WantAuthnRequestsSigned
Whether authn requests are signed.
Declaration
public readonly bool WantAuthnRequestsSigned
Field Value
| Type | Description |
|---|---|
| System.Boolean |