Show / Hide Table of Contents

Class GetServer

Inheritance
System.Object
GetServer
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.Auth
Assembly: Pulumi.Okta.dll
Syntax
public static class GetServer

Methods

View Source

InvokeAsync(GetServerArgs, InvokeOptions)

Use this data source to retrieve an auth server from Okta.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Okta = Pulumi.Okta;

class MyStack : Stack
{
public MyStack()
{
    var example = Output.Create(Okta.Auth.GetServer.InvokeAsync(new Okta.Auth.GetServerArgs
    {
        Name = "Example Auth",
    }));
}

}

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

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