Viewing docs for Okta v6.3.1
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Viewing docs for Okta v6.3.1
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
Get an auth server from Okta.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const example = okta.auth.getServer({
name: "Example Auth",
});
import pulumi
import pulumi_okta as okta
example = okta.auth.get_server(name="Example Auth")
package main
import (
"github.com/pulumi/pulumi-okta/sdk/v6/go/okta/auth"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := auth.LookupServer(ctx, &auth.LookupServerArgs{
Name: "Example Auth",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Okta = Pulumi.Okta;
return await Deployment.RunAsync(() =>
{
var example = Okta.Auth.GetServer.Invoke(new()
{
Name = "Example Auth",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.okta.auth.AuthFunctions;
import com.pulumi.okta.auth.inputs.GetServerArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = AuthFunctions.getServer(GetServerArgs.builder()
.name("Example Auth")
.build());
}
}
variables:
example:
fn::invoke:
function: okta:auth:getServer
arguments:
name: Example Auth
Using getServer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getServer(args: GetServerArgs, opts?: InvokeOptions): Promise<GetServerResult>
function getServerOutput(args: GetServerOutputArgs, opts?: InvokeOptions): Output<GetServerResult>def get_server(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServerResult
def get_server_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServerResult]func LookupServer(ctx *Context, args *LookupServerArgs, opts ...InvokeOption) (*LookupServerResult, error)
func LookupServerOutput(ctx *Context, args *LookupServerOutputArgs, opts ...InvokeOption) LookupServerResultOutput> Note: This function is named LookupServer in the Go SDK.
public static class GetServer
{
public static Task<GetServerResult> InvokeAsync(GetServerArgs args, InvokeOptions? opts = null)
public static Output<GetServerResult> Invoke(GetServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerResult> getServer(GetServerArgs args, InvokeOptions options)
public static Output<GetServerResult> getServer(GetServerArgs args, InvokeOptions options)
fn::invoke:
function: okta:auth/getServer:getServer
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the auth server to retrieve.
- Name string
- The name of the auth server to retrieve.
- name String
- The name of the auth server to retrieve.
- name string
- The name of the auth server to retrieve.
- name str
- The name of the auth server to retrieve.
- name String
- The name of the auth server to retrieve.
getServer Result
The following output properties are available:
- Audiences List<string>
- Description of Authorization server.
- Credentials
Last stringRotated - Last time credentials were rotated.
- Credentials
Next stringRotation - Next time credentials will be rotated
- Credentials
Rotation stringMode - Mode of credential rotation, auto or manual.
- Description string
- Description of Authorization server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Issuer string
- The complete URL of the authorization server. This becomes the
issclaim in an access token. - Issuer
Mode string - Can be set to
CUSTOM_URLorORG_URL - Kid string
- Auth server key id.
- Name string
- The name of the auth server to retrieve.
- Status string
- The activation status of the authorization server.
- Audiences []string
- Description of Authorization server.
- Credentials
Last stringRotated - Last time credentials were rotated.
- Credentials
Next stringRotation - Next time credentials will be rotated
- Credentials
Rotation stringMode - Mode of credential rotation, auto or manual.
- Description string
- Description of Authorization server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Issuer string
- The complete URL of the authorization server. This becomes the
issclaim in an access token. - Issuer
Mode string - Can be set to
CUSTOM_URLorORG_URL - Kid string
- Auth server key id.
- Name string
- The name of the auth server to retrieve.
- Status string
- The activation status of the authorization server.
- audiences List<String>
- Description of Authorization server.
- credentials
Last StringRotated - Last time credentials were rotated.
- credentials
Next StringRotation - Next time credentials will be rotated
- credentials
Rotation StringMode - Mode of credential rotation, auto or manual.
- description String
- Description of Authorization server.
- id String
- The provider-assigned unique ID for this managed resource.
- issuer String
- The complete URL of the authorization server. This becomes the
issclaim in an access token. - issuer
Mode String - Can be set to
CUSTOM_URLorORG_URL - kid String
- Auth server key id.
- name String
- The name of the auth server to retrieve.
- status String
- The activation status of the authorization server.
- audiences string[]
- Description of Authorization server.
- credentials
Last stringRotated - Last time credentials were rotated.
- credentials
Next stringRotation - Next time credentials will be rotated
- credentials
Rotation stringMode - Mode of credential rotation, auto or manual.
- description string
- Description of Authorization server.
- id string
- The provider-assigned unique ID for this managed resource.
- issuer string
- The complete URL of the authorization server. This becomes the
issclaim in an access token. - issuer
Mode string - Can be set to
CUSTOM_URLorORG_URL - kid string
- Auth server key id.
- name string
- The name of the auth server to retrieve.
- status string
- The activation status of the authorization server.
- audiences Sequence[str]
- Description of Authorization server.
- credentials_
last_ strrotated - Last time credentials were rotated.
- credentials_
next_ strrotation - Next time credentials will be rotated
- credentials_
rotation_ strmode - Mode of credential rotation, auto or manual.
- description str
- Description of Authorization server.
- id str
- The provider-assigned unique ID for this managed resource.
- issuer str
- The complete URL of the authorization server. This becomes the
issclaim in an access token. - issuer_
mode str - Can be set to
CUSTOM_URLorORG_URL - kid str
- Auth server key id.
- name str
- The name of the auth server to retrieve.
- status str
- The activation status of the authorization server.
- audiences List<String>
- Description of Authorization server.
- credentials
Last StringRotated - Last time credentials were rotated.
- credentials
Next StringRotation - Next time credentials will be rotated
- credentials
Rotation StringMode - Mode of credential rotation, auto or manual.
- description String
- Description of Authorization server.
- id String
- The provider-assigned unique ID for this managed resource.
- issuer String
- The complete URL of the authorization server. This becomes the
issclaim in an access token. - issuer
Mode String - Can be set to
CUSTOM_URLorORG_URL - kid String
- Auth server key id.
- name String
- The name of the auth server to retrieve.
- status String
- The activation status of the authorization server.
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.
Viewing docs for Okta v6.3.1
published on Thursday, Mar 12, 2026 by Pulumi
published on Thursday, Mar 12, 2026 by Pulumi
