Auth0 v3.16.0 published on Wednesday, Mar 12, 2025 by Pulumi
auth0.getPromptScreenRenderer
Explore with Pulumi AI
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>
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]
func LookupPromptScreenRenderer(ctx *Context, args *LookupPromptScreenRendererArgs, opts ...InvokeOption) (*LookupPromptScreenRendererResult, error)
func LookupPromptScreenRendererOutput(ctx *Context, args *LookupPromptScreenRendererOutputArgs, opts ...InvokeOption) LookupPromptScreenRendererResultOutput
> 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)
}
public static CompletableFuture<GetPromptScreenRendererResult> getPromptScreenRenderer(GetPromptScreenRendererArgs args, InvokeOptions options)
public static Output<GetPromptScreenRendererResult> getPromptScreenRenderer(GetPromptScreenRendererArgs args, InvokeOptions options)
fn::invoke:
function: auth0:index/getPromptScreenRenderer:getPromptScreenRenderer
arguments:
# arguments dictionary
The following arguments are supported:
- Prompt
Type string - The type of prompt to customize.
- Screen
Name string - The screen name associated with the prompt type.
- Prompt
Type string - The type of prompt to customize.
- Screen
Name string - The screen name associated with the prompt type.
- prompt
Type String - The type of prompt to customize.
- screen
Name String - The screen name associated with the prompt type.
- prompt
Type string - The type of prompt to customize.
- screen
Name string - The screen name associated with the prompt type.
- prompt_
type str - The type of prompt to customize.
- screen_
name str - The screen name associated with the prompt type.
- prompt
Type String - The type of prompt to customize.
- screen
Name String - The screen name associated with the prompt type.
getPromptScreenRenderer Result
The following output properties are available:
- Context
Configurations List<string> - Context values to make available
- bool
- Override Universal Login default head tags
- string
- An array of head tags
- Id string
- The provider-assigned unique ID for this managed resource.
- Prompt
Type string - The type of prompt to customize.
- Rendering
Mode string - Rendering modeOptions are:
standard
,advanced
. - Screen
Name string - The screen name associated with the prompt type.
- Tenant string
- Tenant ID
- Context
Configurations []string - Context values to make available
- bool
- Override Universal Login default head tags
- string
- An array of head tags
- Id string
- The provider-assigned unique ID for this managed resource.
- Prompt
Type string - The type of prompt to customize.
- Rendering
Mode string - Rendering modeOptions are:
standard
,advanced
. - Screen
Name string - The screen name associated with the prompt type.
- Tenant string
- Tenant ID
- context
Configurations List<String> - Context values to make available
- Boolean
- Override Universal Login default head tags
- String
- An array of head tags
- id String
- The provider-assigned unique ID for this managed resource.
- prompt
Type String - The type of prompt to customize.
- rendering
Mode String - Rendering modeOptions are:
standard
,advanced
. - screen
Name String - The screen name associated with the prompt type.
- tenant String
- Tenant ID
- context
Configurations string[] - Context values to make available
- boolean
- Override Universal Login default head tags
- string
- An array of head tags
- id string
- The provider-assigned unique ID for this managed resource.
- prompt
Type string - The type of prompt to customize.
- rendering
Mode string - Rendering modeOptions are:
standard
,advanced
. - screen
Name string - The screen name associated with the prompt type.
- tenant string
- Tenant ID
- context_
configurations Sequence[str] - Context values to make available
- bool
- Override Universal Login default 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
- context
Configurations List<String> - Context values to make available
- Boolean
- Override Universal Login default head tags
- String
- An array of head tags
- id String
- The provider-assigned unique ID for this managed resource.
- prompt
Type String - The type of prompt to customize.
- rendering
Mode String - Rendering modeOptions are:
standard
,advanced
. - screen
Name 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.