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

authentik.ProviderRac

Explore with Pulumi AI

authentik logo
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik

    Create ProviderRac Resource

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

    Constructor syntax

    new ProviderRac(name: string, args: ProviderRacArgs, opts?: CustomResourceOptions);
    @overload
    def ProviderRac(resource_name: str,
                    args: ProviderRacArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProviderRac(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    authorization_flow: Optional[str] = None,
                    authentication_flow: Optional[str] = None,
                    connection_expiry: Optional[str] = None,
                    name: Optional[str] = None,
                    property_mappings: Optional[Sequence[str]] = None,
                    provider_rac_id: Optional[str] = None,
                    settings: Optional[str] = None)
    func NewProviderRac(ctx *Context, name string, args ProviderRacArgs, opts ...ResourceOption) (*ProviderRac, error)
    public ProviderRac(string name, ProviderRacArgs args, CustomResourceOptions? opts = null)
    public ProviderRac(String name, ProviderRacArgs args)
    public ProviderRac(String name, ProviderRacArgs args, CustomResourceOptions options)
    
    type: authentik:ProviderRac
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderRacArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderRacArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderRacArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderRacArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderRacArgs
    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 providerRacResource = new Authentik.ProviderRac("providerRacResource", new()
    {
        AuthorizationFlow = "string",
        AuthenticationFlow = "string",
        ConnectionExpiry = "string",
        Name = "string",
        PropertyMappings = new[]
        {
            "string",
        },
        ProviderRacId = "string",
        Settings = "string",
    });
    
    example, err := authentik.NewProviderRac(ctx, "providerRacResource", &authentik.ProviderRacArgs{
    	AuthorizationFlow:  pulumi.String("string"),
    	AuthenticationFlow: pulumi.String("string"),
    	ConnectionExpiry:   pulumi.String("string"),
    	Name:               pulumi.String("string"),
    	PropertyMappings: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ProviderRacId: pulumi.String("string"),
    	Settings:      pulumi.String("string"),
    })
    
    var providerRacResource = new ProviderRac("providerRacResource", ProviderRacArgs.builder()
        .authorizationFlow("string")
        .authenticationFlow("string")
        .connectionExpiry("string")
        .name("string")
        .propertyMappings("string")
        .providerRacId("string")
        .settings("string")
        .build());
    
    provider_rac_resource = authentik.ProviderRac("providerRacResource",
        authorization_flow="string",
        authentication_flow="string",
        connection_expiry="string",
        name="string",
        property_mappings=["string"],
        provider_rac_id="string",
        settings="string")
    
    const providerRacResource = new authentik.ProviderRac("providerRacResource", {
        authorizationFlow: "string",
        authenticationFlow: "string",
        connectionExpiry: "string",
        name: "string",
        propertyMappings: ["string"],
        providerRacId: "string",
        settings: "string",
    });
    
    type: authentik:ProviderRac
    properties:
        authenticationFlow: string
        authorizationFlow: string
        connectionExpiry: string
        name: string
        propertyMappings:
            - string
        providerRacId: string
        settings: string
    

    ProviderRac 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 ProviderRac resource accepts the following input properties:

    AuthorizationFlow string
    AuthenticationFlow string
    ConnectionExpiry string
    Defaults to seconds=0.
    Name string
    PropertyMappings List<string>
    ProviderRacId string
    The ID of this resource.
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    AuthorizationFlow string
    AuthenticationFlow string
    ConnectionExpiry string
    Defaults to seconds=0.
    Name string
    PropertyMappings []string
    ProviderRacId string
    The ID of this resource.
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authorizationFlow String
    authenticationFlow String
    connectionExpiry String
    Defaults to seconds=0.
    name String
    propertyMappings List<String>
    providerRacId String
    The ID of this resource.
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authorizationFlow string
    authenticationFlow string
    connectionExpiry string
    Defaults to seconds=0.
    name string
    propertyMappings string[]
    providerRacId string
    The ID of this resource.
    settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authorization_flow str
    authentication_flow str
    connection_expiry str
    Defaults to seconds=0.
    name str
    property_mappings Sequence[str]
    provider_rac_id str
    The ID of this resource.
    settings str
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authorizationFlow String
    authenticationFlow String
    connectionExpiry String
    Defaults to seconds=0.
    name String
    propertyMappings List<String>
    providerRacId String
    The ID of this resource.
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ProviderRac 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 ProviderRac Resource

    Get an existing ProviderRac 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?: ProviderRacState, opts?: CustomResourceOptions): ProviderRac
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            authentication_flow: Optional[str] = None,
            authorization_flow: Optional[str] = None,
            connection_expiry: Optional[str] = None,
            name: Optional[str] = None,
            property_mappings: Optional[Sequence[str]] = None,
            provider_rac_id: Optional[str] = None,
            settings: Optional[str] = None) -> ProviderRac
    func GetProviderRac(ctx *Context, name string, id IDInput, state *ProviderRacState, opts ...ResourceOption) (*ProviderRac, error)
    public static ProviderRac Get(string name, Input<string> id, ProviderRacState? state, CustomResourceOptions? opts = null)
    public static ProviderRac get(String name, Output<String> id, ProviderRacState state, CustomResourceOptions options)
    resources:  _:    type: authentik:ProviderRac    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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:
    AuthenticationFlow string
    AuthorizationFlow string
    ConnectionExpiry string
    Defaults to seconds=0.
    Name string
    PropertyMappings List<string>
    ProviderRacId string
    The ID of this resource.
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    AuthenticationFlow string
    AuthorizationFlow string
    ConnectionExpiry string
    Defaults to seconds=0.
    Name string
    PropertyMappings []string
    ProviderRacId string
    The ID of this resource.
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authenticationFlow String
    authorizationFlow String
    connectionExpiry String
    Defaults to seconds=0.
    name String
    propertyMappings List<String>
    providerRacId String
    The ID of this resource.
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authenticationFlow string
    authorizationFlow string
    connectionExpiry string
    Defaults to seconds=0.
    name string
    propertyMappings string[]
    providerRacId string
    The ID of this resource.
    settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authentication_flow str
    authorization_flow str
    connection_expiry str
    Defaults to seconds=0.
    name str
    property_mappings Sequence[str]
    provider_rac_id str
    The ID of this resource.
    settings str
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    authenticationFlow String
    authorizationFlow String
    connectionExpiry String
    Defaults to seconds=0.
    name String
    propertyMappings List<String>
    providerRacId String
    The ID of this resource.
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.

    Package Details

    Repository
    authentik goauthentik/terraform-provider-authentik
    License
    Notes
    This Pulumi package is based on the authentik Terraform Provider.
    authentik logo
    authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik