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

authentik.RacEndpoint

Explore with Pulumi AI

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

    Create RacEndpoint Resource

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

    Constructor syntax

    new RacEndpoint(name: string, args: RacEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def RacEndpoint(resource_name: str,
                    args: RacEndpointArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def RacEndpoint(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    host: Optional[str] = None,
                    protocol: Optional[str] = None,
                    protocol_provider: Optional[float] = None,
                    maximum_connections: Optional[float] = None,
                    name: Optional[str] = None,
                    property_mappings: Optional[Sequence[str]] = None,
                    rac_endpoint_id: Optional[str] = None,
                    settings: Optional[str] = None)
    func NewRacEndpoint(ctx *Context, name string, args RacEndpointArgs, opts ...ResourceOption) (*RacEndpoint, error)
    public RacEndpoint(string name, RacEndpointArgs args, CustomResourceOptions? opts = null)
    public RacEndpoint(String name, RacEndpointArgs args)
    public RacEndpoint(String name, RacEndpointArgs args, CustomResourceOptions options)
    
    type: authentik:RacEndpoint
    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 RacEndpointArgs
    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 RacEndpointArgs
    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 RacEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RacEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RacEndpointArgs
    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 racEndpointResource = new Authentik.RacEndpoint("racEndpointResource", new()
    {
        Host = "string",
        Protocol = "string",
        ProtocolProvider = 0,
        MaximumConnections = 0,
        Name = "string",
        PropertyMappings = new[]
        {
            "string",
        },
        RacEndpointId = "string",
        Settings = "string",
    });
    
    example, err := authentik.NewRacEndpoint(ctx, "racEndpointResource", &authentik.RacEndpointArgs{
    	Host:               pulumi.String("string"),
    	Protocol:           pulumi.String("string"),
    	ProtocolProvider:   pulumi.Float64(0),
    	MaximumConnections: pulumi.Float64(0),
    	Name:               pulumi.String("string"),
    	PropertyMappings: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	RacEndpointId: pulumi.String("string"),
    	Settings:      pulumi.String("string"),
    })
    
    var racEndpointResource = new RacEndpoint("racEndpointResource", RacEndpointArgs.builder()
        .host("string")
        .protocol("string")
        .protocolProvider(0)
        .maximumConnections(0)
        .name("string")
        .propertyMappings("string")
        .racEndpointId("string")
        .settings("string")
        .build());
    
    rac_endpoint_resource = authentik.RacEndpoint("racEndpointResource",
        host="string",
        protocol="string",
        protocol_provider=0,
        maximum_connections=0,
        name="string",
        property_mappings=["string"],
        rac_endpoint_id="string",
        settings="string")
    
    const racEndpointResource = new authentik.RacEndpoint("racEndpointResource", {
        host: "string",
        protocol: "string",
        protocolProvider: 0,
        maximumConnections: 0,
        name: "string",
        propertyMappings: ["string"],
        racEndpointId: "string",
        settings: "string",
    });
    
    type: authentik:RacEndpoint
    properties:
        host: string
        maximumConnections: 0
        name: string
        propertyMappings:
            - string
        protocol: string
        protocolProvider: 0
        racEndpointId: string
        settings: string
    

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

    Host string
    Protocol string
    Allowed values: - rdp - vnc - ssh
    ProtocolProvider double
    MaximumConnections double
    Defaults to 0.
    Name string
    PropertyMappings List<string>
    RacEndpointId string
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    Host string
    Protocol string
    Allowed values: - rdp - vnc - ssh
    ProtocolProvider float64
    MaximumConnections float64
    Defaults to 0.
    Name string
    PropertyMappings []string
    RacEndpointId string
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host String
    protocol String
    Allowed values: - rdp - vnc - ssh
    protocolProvider Double
    maximumConnections Double
    Defaults to 0.
    name String
    propertyMappings List<String>
    racEndpointId String
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host string
    protocol string
    Allowed values: - rdp - vnc - ssh
    protocolProvider number
    maximumConnections number
    Defaults to 0.
    name string
    propertyMappings string[]
    racEndpointId string
    settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host str
    protocol str
    Allowed values: - rdp - vnc - ssh
    protocol_provider float
    maximum_connections float
    Defaults to 0.
    name str
    property_mappings Sequence[str]
    rac_endpoint_id str
    settings str
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host String
    protocol String
    Allowed values: - rdp - vnc - ssh
    protocolProvider Number
    maximumConnections Number
    Defaults to 0.
    name String
    propertyMappings List<String>
    racEndpointId String
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.

    Outputs

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

    Get an existing RacEndpoint 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?: RacEndpointState, opts?: CustomResourceOptions): RacEndpoint
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            host: Optional[str] = None,
            maximum_connections: Optional[float] = None,
            name: Optional[str] = None,
            property_mappings: Optional[Sequence[str]] = None,
            protocol: Optional[str] = None,
            protocol_provider: Optional[float] = None,
            rac_endpoint_id: Optional[str] = None,
            settings: Optional[str] = None) -> RacEndpoint
    func GetRacEndpoint(ctx *Context, name string, id IDInput, state *RacEndpointState, opts ...ResourceOption) (*RacEndpoint, error)
    public static RacEndpoint Get(string name, Input<string> id, RacEndpointState? state, CustomResourceOptions? opts = null)
    public static RacEndpoint get(String name, Output<String> id, RacEndpointState state, CustomResourceOptions options)
    resources:  _:    type: authentik:RacEndpoint    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:
    Host string
    MaximumConnections double
    Defaults to 0.
    Name string
    PropertyMappings List<string>
    Protocol string
    Allowed values: - rdp - vnc - ssh
    ProtocolProvider double
    RacEndpointId string
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    Host string
    MaximumConnections float64
    Defaults to 0.
    Name string
    PropertyMappings []string
    Protocol string
    Allowed values: - rdp - vnc - ssh
    ProtocolProvider float64
    RacEndpointId string
    Settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host String
    maximumConnections Double
    Defaults to 0.
    name String
    propertyMappings List<String>
    protocol String
    Allowed values: - rdp - vnc - ssh
    protocolProvider Double
    racEndpointId String
    settings String
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host string
    maximumConnections number
    Defaults to 0.
    name string
    propertyMappings string[]
    protocol string
    Allowed values: - rdp - vnc - ssh
    protocolProvider number
    racEndpointId string
    settings string
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host str
    maximum_connections float
    Defaults to 0.
    name str
    property_mappings Sequence[str]
    protocol str
    Allowed values: - rdp - vnc - ssh
    protocol_provider float
    rac_endpoint_id str
    settings str
    JSON format expected. Use jsonencode() to pass objects. Defaults to {}.
    host String
    maximumConnections Number
    Defaults to 0.
    name String
    propertyMappings List<String>
    protocol String
    Allowed values: - rdp - vnc - ssh
    protocolProvider Number
    racEndpointId String
    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