Viewing docs for Auth0 v3.38.0
published on Friday, Feb 20, 2026 by Pulumi
published on Friday, Feb 20, 2026 by Pulumi
Viewing docs for Auth0 v3.38.0
published on Friday, Feb 20, 2026 by Pulumi
published on Friday, Feb 20, 2026 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>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 dictionaryThe 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
- Filters
List<Get
Prompt Screen Renderer Filter> - Optional filters to apply rendering rules to specific entities.
match_typeand at least one of the entity arrays are required. - 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
- Use
Page boolTemplate - Use page template with ACUL
- Context
Configurations []string - Context values to make available
- bool
- Override Universal Login default head tags
- Filters
[]Get
Prompt Screen Renderer Filter - Optional filters to apply rendering rules to specific entities.
match_typeand at least one of the entity arrays are required. - 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
- Use
Page boolTemplate - Use page template with ACUL
- context
Configurations List<String> - Context values to make available
- Boolean
- Override Universal Login default head tags
- filters
List<Get
Prompt Screen Renderer Filter> - Optional filters to apply rendering rules to specific entities.
match_typeand at least one of the entity arrays are required. - 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
- use
Page BooleanTemplate - Use page template with ACUL
- context
Configurations string[] - Context values to make available
- boolean
- Override Universal Login default head tags
- filters
Get
Prompt Screen Renderer Filter[] - Optional filters to apply rendering rules to specific entities.
match_typeand at least one of the entity arrays are required. - 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
- use
Page booleanTemplate - Use page template with ACUL
- context_
configurations Sequence[str] - Context values to make available
- bool
- Override Universal Login default head tags
- filters
Sequence[Get
Prompt Screen Renderer Filter] - Optional filters to apply rendering rules to specific entities.
match_typeand at least one of the entity arrays are required. - 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
- use_
page_ booltemplate - Use page template with ACUL
- context
Configurations List<String> - Context values to make available
- Boolean
- Override Universal Login default head tags
- filters List<Property Map>
- Optional filters to apply rendering rules to specific entities.
match_typeand at least one of the entity arrays are required. - 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
- use
Page BooleanTemplate - Use page template with ACUL
Supporting Types
GetPromptScreenRendererFilter
- Clients string
- An array of clients (applications) identified by id or a metadata key/value pair. Entity Limit: 25.
- Domains string
- An array of domains identified by id or a metadata key/value pair. Entity Limit: 25.
- Match
Type string - Type of match to apply. Options:
includes_any,excludes_any. - Organizations string
- An array of organizations identified by id or a metadata key/value pair. Entity Limit: 25.
- Clients string
- An array of clients (applications) identified by id or a metadata key/value pair. Entity Limit: 25.
- Domains string
- An array of domains identified by id or a metadata key/value pair. Entity Limit: 25.
- Match
Type string - Type of match to apply. Options:
includes_any,excludes_any. - Organizations string
- An array of organizations identified by id or a metadata key/value pair. Entity Limit: 25.
- clients String
- An array of clients (applications) identified by id or a metadata key/value pair. Entity Limit: 25.
- domains String
- An array of domains identified by id or a metadata key/value pair. Entity Limit: 25.
- match
Type String - Type of match to apply. Options:
includes_any,excludes_any. - organizations String
- An array of organizations identified by id or a metadata key/value pair. Entity Limit: 25.
- clients string
- An array of clients (applications) identified by id or a metadata key/value pair. Entity Limit: 25.
- domains string
- An array of domains identified by id or a metadata key/value pair. Entity Limit: 25.
- match
Type string - Type of match to apply. Options:
includes_any,excludes_any. - organizations string
- An array of organizations identified by id or a metadata key/value pair. Entity Limit: 25.
- clients str
- An array of clients (applications) identified by id or a metadata key/value pair. Entity Limit: 25.
- domains str
- An array of domains identified by id or a metadata key/value pair. Entity Limit: 25.
- match_
type str - Type of match to apply. Options:
includes_any,excludes_any. - organizations str
- An array of organizations identified by id or a metadata key/value pair. Entity Limit: 25.
- clients String
- An array of clients (applications) identified by id or a metadata key/value pair. Entity Limit: 25.
- domains String
- An array of domains identified by id or a metadata key/value pair. Entity Limit: 25.
- match
Type String - Type of match to apply. Options:
includes_any,excludes_any. - organizations String
- An array of organizations identified by id or a metadata key/value pair. Entity Limit: 25.
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0Terraform Provider.
Viewing docs for Auth0 v3.38.0
published on Friday, Feb 20, 2026 by Pulumi
published on Friday, Feb 20, 2026 by Pulumi
