1. Packages
  2. Authentik Provider
  3. API Docs
  4. StageAuthenticatorEndpointGdtc
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik

authentik.StageAuthenticatorEndpointGdtc

Explore with Pulumi AI

Create StageAuthenticatorEndpointGdtc Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new StageAuthenticatorEndpointGdtc(name: string, args: StageAuthenticatorEndpointGdtcArgs, opts?: CustomResourceOptions);
@overload
def StageAuthenticatorEndpointGdtc(resource_name: str,
                                   args: StageAuthenticatorEndpointGdtcArgs,
                                   opts: Optional[ResourceOptions] = None)

@overload
def StageAuthenticatorEndpointGdtc(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   credentials: Optional[str] = None,
                                   configure_flow: Optional[str] = None,
                                   friendly_name: Optional[str] = None,
                                   name: Optional[str] = None,
                                   stage_authenticator_endpoint_gdtc_id: Optional[str] = None)
func NewStageAuthenticatorEndpointGdtc(ctx *Context, name string, args StageAuthenticatorEndpointGdtcArgs, opts ...ResourceOption) (*StageAuthenticatorEndpointGdtc, error)
public StageAuthenticatorEndpointGdtc(string name, StageAuthenticatorEndpointGdtcArgs args, CustomResourceOptions? opts = null)
public StageAuthenticatorEndpointGdtc(String name, StageAuthenticatorEndpointGdtcArgs args)
public StageAuthenticatorEndpointGdtc(String name, StageAuthenticatorEndpointGdtcArgs args, CustomResourceOptions options)
type: authentik:StageAuthenticatorEndpointGdtc
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. StageAuthenticatorEndpointGdtcArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. StageAuthenticatorEndpointGdtcArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. StageAuthenticatorEndpointGdtcArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. StageAuthenticatorEndpointGdtcArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. StageAuthenticatorEndpointGdtcArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var stageAuthenticatorEndpointGdtcResource = new Authentik.StageAuthenticatorEndpointGdtc("stageAuthenticatorEndpointGdtcResource", new()
{
    Credentials = "string",
    ConfigureFlow = "string",
    FriendlyName = "string",
    Name = "string",
    StageAuthenticatorEndpointGdtcId = "string",
});
Copy
example, err := authentik.NewStageAuthenticatorEndpointGdtc(ctx, "stageAuthenticatorEndpointGdtcResource", &authentik.StageAuthenticatorEndpointGdtcArgs{
	Credentials:                      pulumi.String("string"),
	ConfigureFlow:                    pulumi.String("string"),
	FriendlyName:                     pulumi.String("string"),
	Name:                             pulumi.String("string"),
	StageAuthenticatorEndpointGdtcId: pulumi.String("string"),
})
Copy
var stageAuthenticatorEndpointGdtcResource = new StageAuthenticatorEndpointGdtc("stageAuthenticatorEndpointGdtcResource", StageAuthenticatorEndpointGdtcArgs.builder()
    .credentials("string")
    .configureFlow("string")
    .friendlyName("string")
    .name("string")
    .stageAuthenticatorEndpointGdtcId("string")
    .build());
Copy
stage_authenticator_endpoint_gdtc_resource = authentik.StageAuthenticatorEndpointGdtc("stageAuthenticatorEndpointGdtcResource",
    credentials="string",
    configure_flow="string",
    friendly_name="string",
    name="string",
    stage_authenticator_endpoint_gdtc_id="string")
Copy
const stageAuthenticatorEndpointGdtcResource = new authentik.StageAuthenticatorEndpointGdtc("stageAuthenticatorEndpointGdtcResource", {
    credentials: "string",
    configureFlow: "string",
    friendlyName: "string",
    name: "string",
    stageAuthenticatorEndpointGdtcId: "string",
});
Copy
type: authentik:StageAuthenticatorEndpointGdtc
properties:
    configureFlow: string
    credentials: string
    friendlyName: string
    name: string
    stageAuthenticatorEndpointGdtcId: string
Copy

StageAuthenticatorEndpointGdtc Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The StageAuthenticatorEndpointGdtc resource accepts the following input properties:

Credentials This property is required. string
ConfigureFlow string
FriendlyName string
Name string
StageAuthenticatorEndpointGdtcId string
The ID of this resource.
Credentials This property is required. string
ConfigureFlow string
FriendlyName string
Name string
StageAuthenticatorEndpointGdtcId string
The ID of this resource.
credentials This property is required. String
configureFlow String
friendlyName String
name String
stageAuthenticatorEndpointGdtcId String
The ID of this resource.
credentials This property is required. string
configureFlow string
friendlyName string
name string
stageAuthenticatorEndpointGdtcId string
The ID of this resource.
credentials This property is required. str
configure_flow str
friendly_name str
name str
stage_authenticator_endpoint_gdtc_id str
The ID of this resource.
credentials This property is required. String
configureFlow String
friendlyName String
name String
stageAuthenticatorEndpointGdtcId String
The ID of this resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the StageAuthenticatorEndpointGdtc resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing StageAuthenticatorEndpointGdtc Resource

Get an existing StageAuthenticatorEndpointGdtc resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: StageAuthenticatorEndpointGdtcState, opts?: CustomResourceOptions): StageAuthenticatorEndpointGdtc
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configure_flow: Optional[str] = None,
        credentials: Optional[str] = None,
        friendly_name: Optional[str] = None,
        name: Optional[str] = None,
        stage_authenticator_endpoint_gdtc_id: Optional[str] = None) -> StageAuthenticatorEndpointGdtc
func GetStageAuthenticatorEndpointGdtc(ctx *Context, name string, id IDInput, state *StageAuthenticatorEndpointGdtcState, opts ...ResourceOption) (*StageAuthenticatorEndpointGdtc, error)
public static StageAuthenticatorEndpointGdtc Get(string name, Input<string> id, StageAuthenticatorEndpointGdtcState? state, CustomResourceOptions? opts = null)
public static StageAuthenticatorEndpointGdtc get(String name, Output<String> id, StageAuthenticatorEndpointGdtcState state, CustomResourceOptions options)
resources:  _:    type: authentik:StageAuthenticatorEndpointGdtc    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
ConfigureFlow string
Credentials string
FriendlyName string
Name string
StageAuthenticatorEndpointGdtcId string
The ID of this resource.
ConfigureFlow string
Credentials string
FriendlyName string
Name string
StageAuthenticatorEndpointGdtcId string
The ID of this resource.
configureFlow String
credentials String
friendlyName String
name String
stageAuthenticatorEndpointGdtcId String
The ID of this resource.
configureFlow string
credentials string
friendlyName string
name string
stageAuthenticatorEndpointGdtcId string
The ID of this resource.
configureFlow String
credentials String
friendlyName String
name String
stageAuthenticatorEndpointGdtcId String
The ID of this resource.

Package Details

Repository
authentik goauthentik/terraform-provider-authentik
License
Notes
This Pulumi package is based on the authentik Terraform Provider.