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

authentik.getPropertyMappingProviderRac

Explore with Pulumi AI

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

    Get RAC Provider Property mappings

    Using getPropertyMappingProviderRac

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPropertyMappingProviderRac(args: GetPropertyMappingProviderRacArgs, opts?: InvokeOptions): Promise<GetPropertyMappingProviderRacResult>
    function getPropertyMappingProviderRacOutput(args: GetPropertyMappingProviderRacOutputArgs, opts?: InvokeOptions): Output<GetPropertyMappingProviderRacResult>
    def get_property_mapping_provider_rac(id: Optional[str] = None,
                                          ids: Optional[Sequence[str]] = None,
                                          managed: Optional[str] = None,
                                          managed_lists: Optional[Sequence[str]] = None,
                                          name: Optional[str] = None,
                                          settings: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetPropertyMappingProviderRacResult
    def get_property_mapping_provider_rac_output(id: Optional[pulumi.Input[str]] = None,
                                          ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          managed: Optional[pulumi.Input[str]] = None,
                                          managed_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          settings: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetPropertyMappingProviderRacResult]
    func LookupPropertyMappingProviderRac(ctx *Context, args *LookupPropertyMappingProviderRacArgs, opts ...InvokeOption) (*LookupPropertyMappingProviderRacResult, error)
    func LookupPropertyMappingProviderRacOutput(ctx *Context, args *LookupPropertyMappingProviderRacOutputArgs, opts ...InvokeOption) LookupPropertyMappingProviderRacResultOutput

    > Note: This function is named LookupPropertyMappingProviderRac in the Go SDK.

    public static class GetPropertyMappingProviderRac 
    {
        public static Task<GetPropertyMappingProviderRacResult> InvokeAsync(GetPropertyMappingProviderRacArgs args, InvokeOptions? opts = null)
        public static Output<GetPropertyMappingProviderRacResult> Invoke(GetPropertyMappingProviderRacInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPropertyMappingProviderRacResult> getPropertyMappingProviderRac(GetPropertyMappingProviderRacArgs args, InvokeOptions options)
    public static Output<GetPropertyMappingProviderRacResult> getPropertyMappingProviderRac(GetPropertyMappingProviderRacArgs args, InvokeOptions options)
    
    fn::invoke:
      function: authentik:index/getPropertyMappingProviderRac:getPropertyMappingProviderRac
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    Ids List<string>
    List of ids when managed_list is set. Generated.
    Managed string
    ManagedLists List<string>
    Retrieve multiple property mappings
    Name string
    Settings string
    Generated.
    Id string
    The ID of this resource.
    Ids []string
    List of ids when managed_list is set. Generated.
    Managed string
    ManagedLists []string
    Retrieve multiple property mappings
    Name string
    Settings string
    Generated.
    id String
    The ID of this resource.
    ids List<String>
    List of ids when managed_list is set. Generated.
    managed String
    managedLists List<String>
    Retrieve multiple property mappings
    name String
    settings String
    Generated.
    id string
    The ID of this resource.
    ids string[]
    List of ids when managed_list is set. Generated.
    managed string
    managedLists string[]
    Retrieve multiple property mappings
    name string
    settings string
    Generated.
    id str
    The ID of this resource.
    ids Sequence[str]
    List of ids when managed_list is set. Generated.
    managed str
    managed_lists Sequence[str]
    Retrieve multiple property mappings
    name str
    settings str
    Generated.
    id String
    The ID of this resource.
    ids List<String>
    List of ids when managed_list is set. Generated.
    managed String
    managedLists List<String>
    Retrieve multiple property mappings
    name String
    settings String
    Generated.

    getPropertyMappingProviderRac Result

    The following output properties are available:

    Expression string
    Generated.
    Id string
    The ID of this resource.
    Ids List<string>
    List of ids when managed_list is set. Generated.
    Settings string
    Generated.
    Managed string
    ManagedLists List<string>
    Retrieve multiple property mappings
    Name string
    Expression string
    Generated.
    Id string
    The ID of this resource.
    Ids []string
    List of ids when managed_list is set. Generated.
    Settings string
    Generated.
    Managed string
    ManagedLists []string
    Retrieve multiple property mappings
    Name string
    expression String
    Generated.
    id String
    The ID of this resource.
    ids List<String>
    List of ids when managed_list is set. Generated.
    settings String
    Generated.
    managed String
    managedLists List<String>
    Retrieve multiple property mappings
    name String
    expression string
    Generated.
    id string
    The ID of this resource.
    ids string[]
    List of ids when managed_list is set. Generated.
    settings string
    Generated.
    managed string
    managedLists string[]
    Retrieve multiple property mappings
    name string
    expression str
    Generated.
    id str
    The ID of this resource.
    ids Sequence[str]
    List of ids when managed_list is set. Generated.
    settings str
    Generated.
    managed str
    managed_lists Sequence[str]
    Retrieve multiple property mappings
    name str
    expression String
    Generated.
    id String
    The ID of this resource.
    ids List<String>
    List of ids when managed_list is set. Generated.
    settings String
    Generated.
    managed String
    managedLists List<String>
    Retrieve multiple property mappings
    name String

    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