1. Packages
  2. Auth0 Provider
  3. API Docs
  4. getPromptScreenRenderer
Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi

auth0.getPromptScreenRenderer

Explore with Pulumi AI

Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi

Data source to retrieve a specific Auth0 prompt screen settings by prompt_type and screen_name

Using getPromptScreenRenderer

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 getPromptScreenRenderer(args: GetPromptScreenRendererArgs, opts?: InvokeOptions): Promise<GetPromptScreenRendererResult>
function getPromptScreenRendererOutput(args: GetPromptScreenRendererOutputArgs, opts?: InvokeOptions): Output<GetPromptScreenRendererResult>
Copy
def get_prompt_screen_renderer(prompt_type: Optional[str] = None,
                               screen_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetPromptScreenRendererResult
def get_prompt_screen_renderer_output(prompt_type: Optional[pulumi.Input[str]] = None,
                               screen_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetPromptScreenRendererResult]
Copy
func LookupPromptScreenRenderer(ctx *Context, args *LookupPromptScreenRendererArgs, opts ...InvokeOption) (*LookupPromptScreenRendererResult, error)
func LookupPromptScreenRendererOutput(ctx *Context, args *LookupPromptScreenRendererOutputArgs, opts ...InvokeOption) LookupPromptScreenRendererResultOutput
Copy

> Note: This function is named LookupPromptScreenRenderer in the Go SDK.

public static class GetPromptScreenRenderer 
{
    public static Task<GetPromptScreenRendererResult> InvokeAsync(GetPromptScreenRendererArgs args, InvokeOptions? opts = null)
    public static Output<GetPromptScreenRendererResult> Invoke(GetPromptScreenRendererInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPromptScreenRendererResult> getPromptScreenRenderer(GetPromptScreenRendererArgs args, InvokeOptions options)
public static Output<GetPromptScreenRendererResult> getPromptScreenRenderer(GetPromptScreenRendererArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: auth0:index/getPromptScreenRenderer:getPromptScreenRenderer
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PromptType This property is required. string
The type of prompt to customize.
ScreenName This property is required. string
The screen name associated with the prompt type.
PromptType This property is required. string
The type of prompt to customize.
ScreenName This property is required. string
The screen name associated with the prompt type.
promptType This property is required. String
The type of prompt to customize.
screenName This property is required. String
The screen name associated with the prompt type.
promptType This property is required. string
The type of prompt to customize.
screenName This property is required. string
The screen name associated with the prompt type.
prompt_type This property is required. str
The type of prompt to customize.
screen_name This property is required. str
The screen name associated with the prompt type.
promptType This property is required. String
The type of prompt to customize.
screenName This property is required. String
The screen name associated with the prompt type.

getPromptScreenRenderer Result

The following output properties are available:

ContextConfigurations List<string>
Context values to make available
DefaultHeadTagsDisabled bool
Override Universal Login default head tags
HeadTags string
An array of head tags
Id string
The provider-assigned unique ID for this managed resource.
PromptType string
The type of prompt to customize.
RenderingMode string
Rendering modeOptions are: standard, advanced.
ScreenName string
The screen name associated with the prompt type.
Tenant string
Tenant ID
ContextConfigurations []string
Context values to make available
DefaultHeadTagsDisabled bool
Override Universal Login default head tags
HeadTags string
An array of head tags
Id string
The provider-assigned unique ID for this managed resource.
PromptType string
The type of prompt to customize.
RenderingMode string
Rendering modeOptions are: standard, advanced.
ScreenName string
The screen name associated with the prompt type.
Tenant string
Tenant ID
contextConfigurations List<String>
Context values to make available
defaultHeadTagsDisabled Boolean
Override Universal Login default head tags
headTags String
An array of head tags
id String
The provider-assigned unique ID for this managed resource.
promptType String
The type of prompt to customize.
renderingMode String
Rendering modeOptions are: standard, advanced.
screenName String
The screen name associated with the prompt type.
tenant String
Tenant ID
contextConfigurations string[]
Context values to make available
defaultHeadTagsDisabled boolean
Override Universal Login default head tags
headTags string
An array of head tags
id string
The provider-assigned unique ID for this managed resource.
promptType string
The type of prompt to customize.
renderingMode string
Rendering modeOptions are: standard, advanced.
screenName string
The screen name associated with the prompt type.
tenant string
Tenant ID
context_configurations Sequence[str]
Context values to make available
default_head_tags_disabled bool
Override Universal Login default head tags
head_tags str
An array of head tags
id str
The provider-assigned unique ID for this managed resource.
prompt_type str
The type of prompt to customize.
rendering_mode str
Rendering modeOptions are: standard, advanced.
screen_name str
The screen name associated with the prompt type.
tenant str
Tenant ID
contextConfigurations List<String>
Context values to make available
defaultHeadTagsDisabled Boolean
Override Universal Login default head tags
headTags String
An array of head tags
id String
The provider-assigned unique ID for this managed resource.
promptType String
The type of prompt to customize.
renderingMode String
Rendering modeOptions are: standard, advanced.
screenName String
The screen name associated with the prompt type.
tenant String
Tenant ID

Package Details

Repository
Auth0 pulumi/pulumi-auth0
License
Apache-2.0
Notes
This Pulumi package is based on the auth0 Terraform Provider.
Auth0 v3.17.0 published on Wednesday, Apr 9, 2025 by Pulumi