propelauth 0.4.1 published on Friday, Mar 7, 2025 by propelauth
propelauth.getBeIntegration
Explore with Pulumi AI
propelauth 0.4.1 published on Friday, Mar 7, 2025 by propelauth
Retrieve the parameters for a backend integration with one of your PropelAuth environments.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as propelauth from "@pulumi/propelauth";
const example = propelauth.getBeIntegration({
environment: "Test",
});
import pulumi
import pulumi_propelauth as propelauth
example = propelauth.get_be_integration(environment="Test")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/propelauth/propelauth"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := propelauth.GetBeIntegration(ctx, &propelauth.GetBeIntegrationArgs{
Environment: "Test",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Propelauth = Pulumi.Propelauth;
return await Deployment.RunAsync(() =>
{
var example = Propelauth.GetBeIntegration.Invoke(new()
{
Environment = "Test",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.propelauth.PropelauthFunctions;
import com.pulumi.propelauth.inputs.GetBeIntegrationArgs;
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 = PropelauthFunctions.getBeIntegration(GetBeIntegrationArgs.builder()
.environment("Test")
.build());
}
}
variables:
example:
fn::invoke:
function: propelauth:getBeIntegration
arguments:
environment: Test
Using getBeIntegration
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 getBeIntegration(args: GetBeIntegrationArgs, opts?: InvokeOptions): Promise<GetBeIntegrationResult>
function getBeIntegrationOutput(args: GetBeIntegrationOutputArgs, opts?: InvokeOptions): Output<GetBeIntegrationResult>
def get_be_integration(environment: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBeIntegrationResult
def get_be_integration_output(environment: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBeIntegrationResult]
func GetBeIntegration(ctx *Context, args *GetBeIntegrationArgs, opts ...InvokeOption) (*GetBeIntegrationResult, error)
func GetBeIntegrationOutput(ctx *Context, args *GetBeIntegrationOutputArgs, opts ...InvokeOption) GetBeIntegrationResultOutput
> Note: This function is named GetBeIntegration
in the Go SDK.
public static class GetBeIntegration
{
public static Task<GetBeIntegrationResult> InvokeAsync(GetBeIntegrationArgs args, InvokeOptions? opts = null)
public static Output<GetBeIntegrationResult> Invoke(GetBeIntegrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBeIntegrationResult> getBeIntegration(GetBeIntegrationArgs args, InvokeOptions options)
public static Output<GetBeIntegrationResult> getBeIntegration(GetBeIntegrationArgs args, InvokeOptions options)
fn::invoke:
function: propelauth:index/getBeIntegration:getBeIntegration
arguments:
# arguments dictionary
The following arguments are supported:
- Environment string
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
.
- Environment string
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
.
- environment String
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
.
- environment string
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
.
- environment str
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
.
- environment String
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
.
getBeIntegration Result
The following output properties are available:
- Auth
Url string - The URL to the authentication endpoint for the environment. This is needed in PropelAuth backend libraries.
- Environment string
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
. - Id string
- The provider-assigned unique ID for this managed resource.
- Issuer string
- A value that we verify in the access token. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- Public
Key string - Your public key that can be used to verify access tokens. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- Auth
Url string - The URL to the authentication endpoint for the environment. This is needed in PropelAuth backend libraries.
- Environment string
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
. - Id string
- The provider-assigned unique ID for this managed resource.
- Issuer string
- A value that we verify in the access token. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- Public
Key string - Your public key that can be used to verify access tokens. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- auth
Url String - The URL to the authentication endpoint for the environment. This is needed in PropelAuth backend libraries.
- environment String
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
. - id String
- The provider-assigned unique ID for this managed resource.
- issuer String
- A value that we verify in the access token. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- public
Key String - Your public key that can be used to verify access tokens. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- auth
Url string - The URL to the authentication endpoint for the environment. This is needed in PropelAuth backend libraries.
- environment string
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
. - id string
- The provider-assigned unique ID for this managed resource.
- issuer string
- A value that we verify in the access token. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- public
Key string - Your public key that can be used to verify access tokens. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- auth_
url str - The URL to the authentication endpoint for the environment. This is needed in PropelAuth backend libraries.
- environment str
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
. - id str
- The provider-assigned unique ID for this managed resource.
- issuer str
- A value that we verify in the access token. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- public_
key str - Your public key that can be used to verify access tokens. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- auth
Url String - The URL to the authentication endpoint for the environment. This is needed in PropelAuth backend libraries.
- environment String
- The environment for which you are configuring the backend integration. Accepted values are
Test
,Staging
, andProd
. - id String
- The provider-assigned unique ID for this managed resource.
- issuer String
- A value that we verify in the access token. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
- public
Key String - Your public key that can be used to verify access tokens. This is optional in our backend libraries, and if unspecified, the libraries will fetch it for you.
Package Details
- Repository
- propelauth propelauth/terraform-provider-propelauth
- License
- Notes
- This Pulumi package is based on the
propelauth
Terraform Provider.
propelauth 0.4.1 published on Friday, Mar 7, 2025 by propelauth