1. Packages
  2. Auth0 Provider
  3. API Docs
  4. getAction
Auth0 v3.16.0 published on Wednesday, Mar 12, 2025 by Pulumi

auth0.getAction

Explore with Pulumi AI

auth0 logo
Auth0 v3.16.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Data source to retrieve a specific Auth0 action by name.

    Using getAction

    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 getAction(args: GetActionArgs, opts?: InvokeOptions): Promise<GetActionResult>
    function getActionOutput(args: GetActionOutputArgs, opts?: InvokeOptions): Output<GetActionResult>
    def get_action(id: Optional[str] = None,
                   name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetActionResult
    def get_action_output(id: Optional[pulumi.Input[str]] = None,
                   name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetActionResult]
    func LookupAction(ctx *Context, args *LookupActionArgs, opts ...InvokeOption) (*LookupActionResult, error)
    func LookupActionOutput(ctx *Context, args *LookupActionOutputArgs, opts ...InvokeOption) LookupActionResultOutput

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

    public static class GetAction 
    {
        public static Task<GetActionResult> InvokeAsync(GetActionArgs args, InvokeOptions? opts = null)
        public static Output<GetActionResult> Invoke(GetActionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetActionResult> getAction(GetActionArgs args, InvokeOptions options)
    public static Output<GetActionResult> getAction(GetActionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: auth0:index/getAction:getAction
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of the action. If not provided, name must be set.
    Name string
    The name of the action. If not provided, id must be set.
    Id string
    The ID of the action. If not provided, name must be set.
    Name string
    The name of the action. If not provided, id must be set.
    id String
    The ID of the action. If not provided, name must be set.
    name String
    The name of the action. If not provided, id must be set.
    id string
    The ID of the action. If not provided, name must be set.
    name string
    The name of the action. If not provided, id must be set.
    id str
    The ID of the action. If not provided, name must be set.
    name str
    The name of the action. If not provided, id must be set.
    id String
    The ID of the action. If not provided, name must be set.
    name String
    The name of the action. If not provided, id must be set.

    getAction Result

    The following output properties are available:

    Code string
    The source code of the action.
    Dependencies List<GetActionDependency>
    List of third party npm modules, and their versions, that this action depends on.
    Deploy bool
    Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately.
    Runtime string
    The Node runtime. Possible values are: node12, node16 (not recommended), node18, node22
    Secrets List<GetActionSecret>
    List of secrets that are included in an action or a version of an action. Partial management of secrets is not supported.
    SupportedTriggers List<GetActionSupportedTrigger>
    List of triggers that this action supports. At this time, an action can only target a single trigger at a time. Read Retrieving the set of triggers available within actions to retrieve the latest trigger versions supported.
    VersionId string
    Version ID of the action. This value is available if deploy is set to true.
    Id string
    The ID of the action. If not provided, name must be set.
    Name string
    The name of the action. If not provided, id must be set.
    Code string
    The source code of the action.
    Dependencies []GetActionDependency
    List of third party npm modules, and their versions, that this action depends on.
    Deploy bool
    Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately.
    Runtime string
    The Node runtime. Possible values are: node12, node16 (not recommended), node18, node22
    Secrets []GetActionSecret
    List of secrets that are included in an action or a version of an action. Partial management of secrets is not supported.
    SupportedTriggers []GetActionSupportedTrigger
    List of triggers that this action supports. At this time, an action can only target a single trigger at a time. Read Retrieving the set of triggers available within actions to retrieve the latest trigger versions supported.
    VersionId string
    Version ID of the action. This value is available if deploy is set to true.
    Id string
    The ID of the action. If not provided, name must be set.
    Name string
    The name of the action. If not provided, id must be set.
    code String
    The source code of the action.
    dependencies List<GetActionDependency>
    List of third party npm modules, and their versions, that this action depends on.
    deploy Boolean
    Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately.
    runtime String
    The Node runtime. Possible values are: node12, node16 (not recommended), node18, node22
    secrets List<GetActionSecret>
    List of secrets that are included in an action or a version of an action. Partial management of secrets is not supported.
    supportedTriggers List<GetActionSupportedTrigger>
    List of triggers that this action supports. At this time, an action can only target a single trigger at a time. Read Retrieving the set of triggers available within actions to retrieve the latest trigger versions supported.
    versionId String
    Version ID of the action. This value is available if deploy is set to true.
    id String
    The ID of the action. If not provided, name must be set.
    name String
    The name of the action. If not provided, id must be set.
    code string
    The source code of the action.
    dependencies GetActionDependency[]
    List of third party npm modules, and their versions, that this action depends on.
    deploy boolean
    Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately.
    runtime string
    The Node runtime. Possible values are: node12, node16 (not recommended), node18, node22
    secrets GetActionSecret[]
    List of secrets that are included in an action or a version of an action. Partial management of secrets is not supported.
    supportedTriggers GetActionSupportedTrigger[]
    List of triggers that this action supports. At this time, an action can only target a single trigger at a time. Read Retrieving the set of triggers available within actions to retrieve the latest trigger versions supported.
    versionId string
    Version ID of the action. This value is available if deploy is set to true.
    id string
    The ID of the action. If not provided, name must be set.
    name string
    The name of the action. If not provided, id must be set.
    code str
    The source code of the action.
    dependencies Sequence[GetActionDependency]
    List of third party npm modules, and their versions, that this action depends on.
    deploy bool
    Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately.
    runtime str
    The Node runtime. Possible values are: node12, node16 (not recommended), node18, node22
    secrets Sequence[GetActionSecret]
    List of secrets that are included in an action or a version of an action. Partial management of secrets is not supported.
    supported_triggers Sequence[GetActionSupportedTrigger]
    List of triggers that this action supports. At this time, an action can only target a single trigger at a time. Read Retrieving the set of triggers available within actions to retrieve the latest trigger versions supported.
    version_id str
    Version ID of the action. This value is available if deploy is set to true.
    id str
    The ID of the action. If not provided, name must be set.
    name str
    The name of the action. If not provided, id must be set.
    code String
    The source code of the action.
    dependencies List<Property Map>
    List of third party npm modules, and their versions, that this action depends on.
    deploy Boolean
    Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately.
    runtime String
    The Node runtime. Possible values are: node12, node16 (not recommended), node18, node22
    secrets List<Property Map>
    List of secrets that are included in an action or a version of an action. Partial management of secrets is not supported.
    supportedTriggers List<Property Map>
    List of triggers that this action supports. At this time, an action can only target a single trigger at a time. Read Retrieving the set of triggers available within actions to retrieve the latest trigger versions supported.
    versionId String
    Version ID of the action. This value is available if deploy is set to true.
    id String
    The ID of the action. If not provided, name must be set.
    name String
    The name of the action. If not provided, id must be set.

    Supporting Types

    GetActionDependency

    Name string
    Dependency name, e.g. lodash.
    Version string
    Dependency version, e.g. latest or 4.17.21.
    Name string
    Dependency name, e.g. lodash.
    Version string
    Dependency version, e.g. latest or 4.17.21.
    name String
    Dependency name, e.g. lodash.
    version String
    Dependency version, e.g. latest or 4.17.21.
    name string
    Dependency name, e.g. lodash.
    version string
    Dependency version, e.g. latest or 4.17.21.
    name str
    Dependency name, e.g. lodash.
    version str
    Dependency version, e.g. latest or 4.17.21.
    name String
    Dependency name, e.g. lodash.
    version String
    Dependency version, e.g. latest or 4.17.21.

    GetActionSecret

    Name string
    Secret name.
    Value string
    Secret value.
    Name string
    Secret name.
    Value string
    Secret value.
    name String
    Secret name.
    value String
    Secret value.
    name string
    Secret name.
    value string
    Secret value.
    name str
    Secret name.
    value str
    Secret value.
    name String
    Secret name.
    value String
    Secret value.

    GetActionSupportedTrigger

    Id string
    The trigger ID.
    Version string
    The trigger version. This regulates which runtime versions are supported.
    Id string
    The trigger ID.
    Version string
    The trigger version. This regulates which runtime versions are supported.
    id String
    The trigger ID.
    version String
    The trigger version. This regulates which runtime versions are supported.
    id string
    The trigger ID.
    version string
    The trigger version. This regulates which runtime versions are supported.
    id str
    The trigger ID.
    version str
    The trigger version. This regulates which runtime versions are supported.
    id String
    The trigger ID.
    version String
    The trigger version. This regulates which runtime versions are supported.

    Package Details

    Repository
    Auth0 pulumi/pulumi-auth0
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the auth0 Terraform Provider.
    auth0 logo
    Auth0 v3.16.0 published on Wednesday, Mar 12, 2025 by Pulumi