Class GetMetadataSaml
Inheritance
System.Object
GetMetadataSaml
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 static class GetMetadataSaml
Methods
View SourceInvokeAsync(GetMetadataSamlArgs, InvokeOptions)
Use this data source to retrieve SAML IdP metadata from Okta.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Okta = Pulumi.Okta;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Okta.Idp.GetMetadataSaml.InvokeAsync(new Okta.Idp.GetMetadataSamlArgs
{
Id = "<idp id>",
}));
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetMetadataSamlResult> InvokeAsync(GetMetadataSamlArgs args = null, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetMetadataSamlArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetMetadataSamlResult> |