Show / Hide Table of Contents

Class GetSaml

Inheritance
System.Object
GetSaml
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 GetSaml

Methods

View Source

InvokeAsync(GetSamlArgs, InvokeOptions)

Use this data source to retrieve a SAML IdP from Okta.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Okta = Pulumi.Okta;

class MyStack : Stack
{
public MyStack()
{
    var example = Output.Create(Okta.Idp.GetSaml.InvokeAsync(new Okta.Idp.GetSamlArgs
    {
        Label = "Example App",
    }));
}

}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetSamlResult> InvokeAsync(GetSamlArgs args = null, InvokeOptions options = null)
Parameters
Type Name Description
GetSamlArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetSamlResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.