authentik.RacEndpoint
Explore with Pulumi AI
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
- Protocol
Provider double - Maximum
Connections double - Defaults to
0
. - Name string
- Property
Mappings List<string> - Rac
Endpoint stringId - Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- Host string
- Protocol string
- Allowed values: -
rdp
-vnc
-ssh
- Protocol
Provider float64 - Maximum
Connections float64 - Defaults to
0
. - Name string
- Property
Mappings []string - Rac
Endpoint stringId - Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- host String
- protocol String
- Allowed values: -
rdp
-vnc
-ssh
- protocol
Provider Double - maximum
Connections Double - Defaults to
0
. - name String
- property
Mappings List<String> - rac
Endpoint StringId - settings String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- host string
- protocol string
- Allowed values: -
rdp
-vnc
-ssh
- protocol
Provider number - maximum
Connections number - Defaults to
0
. - name string
- property
Mappings string[] - rac
Endpoint stringId - 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_ strid - settings str
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- host String
- protocol String
- Allowed values: -
rdp
-vnc
-ssh
- protocol
Provider Number - maximum
Connections Number - Defaults to
0
. - name String
- property
Mappings List<String> - rac
Endpoint StringId - 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.
- Host string
- Maximum
Connections double - Defaults to
0
. - Name string
- Property
Mappings List<string> - Protocol string
- Allowed values: -
rdp
-vnc
-ssh
- Protocol
Provider double - Rac
Endpoint stringId - Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- Host string
- Maximum
Connections float64 - Defaults to
0
. - Name string
- Property
Mappings []string - Protocol string
- Allowed values: -
rdp
-vnc
-ssh
- Protocol
Provider float64 - Rac
Endpoint stringId - Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- host String
- maximum
Connections Double - Defaults to
0
. - name String
- property
Mappings List<String> - protocol String
- Allowed values: -
rdp
-vnc
-ssh
- protocol
Provider Double - rac
Endpoint StringId - settings String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- host string
- maximum
Connections number - Defaults to
0
. - name string
- property
Mappings string[] - protocol string
- Allowed values: -
rdp
-vnc
-ssh
- protocol
Provider number - rac
Endpoint stringId - 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_ strid - settings str
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- host String
- maximum
Connections Number - Defaults to
0
. - name String
- property
Mappings List<String> - protocol String
- Allowed values: -
rdp
-vnc
-ssh
- protocol
Provider Number - rac
Endpoint StringId - 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.