authentik.ProviderRac
Explore with Pulumi AI
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:
- string
- Authentication
Flow string - Connection
Expiry string - Defaults to
seconds=0
. - Name string
- Property
Mappings List<string> - Provider
Rac stringId - The ID of this resource.
- Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- string
- Authentication
Flow string - Connection
Expiry string - Defaults to
seconds=0
. - Name string
- Property
Mappings []string - Provider
Rac stringId - The ID of this resource.
- Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- String
- authentication
Flow String - connection
Expiry String - Defaults to
seconds=0
. - name String
- property
Mappings List<String> - provider
Rac StringId - The ID of this resource.
- settings String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- string
- authentication
Flow string - connection
Expiry string - Defaults to
seconds=0
. - name string
- property
Mappings string[] - provider
Rac stringId - The ID of this resource.
- settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- str
- authentication_
flow str - connection_
expiry str - Defaults to
seconds=0
. - name str
- property_
mappings Sequence[str] - provider_
rac_ strid - The ID of this resource.
- settings str
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- String
- authentication
Flow String - connection
Expiry String - Defaults to
seconds=0
. - name String
- property
Mappings List<String> - provider
Rac StringId - 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.
- Authentication
Flow string - string
- Connection
Expiry string - Defaults to
seconds=0
. - Name string
- Property
Mappings List<string> - Provider
Rac stringId - The ID of this resource.
- Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- Authentication
Flow string - string
- Connection
Expiry string - Defaults to
seconds=0
. - Name string
- Property
Mappings []string - Provider
Rac stringId - The ID of this resource.
- Settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- authentication
Flow String - String
- connection
Expiry String - Defaults to
seconds=0
. - name String
- property
Mappings List<String> - provider
Rac StringId - The ID of this resource.
- settings String
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- authentication
Flow string - string
- connection
Expiry string - Defaults to
seconds=0
. - name string
- property
Mappings string[] - provider
Rac stringId - The ID of this resource.
- settings string
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- authentication_
flow str - str
- connection_
expiry str - Defaults to
seconds=0
. - name str
- property_
mappings Sequence[str] - provider_
rac_ strid - The ID of this resource.
- settings str
- JSON format expected. Use jsonencode() to pass objects. Defaults to
{}
.
- authentication
Flow String - String
- connection
Expiry String - Defaults to
seconds=0
. - name String
- property
Mappings List<String> - provider
Rac StringId - 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.