authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik
authentik.getPropertyMappingProviderRadius
Explore with Pulumi AI
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik
Get Radius Provider Property mappings
Using getPropertyMappingProviderRadius
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 getPropertyMappingProviderRadius(args: GetPropertyMappingProviderRadiusArgs, opts?: InvokeOptions): Promise<GetPropertyMappingProviderRadiusResult>
function getPropertyMappingProviderRadiusOutput(args: GetPropertyMappingProviderRadiusOutputArgs, opts?: InvokeOptions): Output<GetPropertyMappingProviderRadiusResult>
def get_property_mapping_provider_radius(id: Optional[str] = None,
ids: Optional[Sequence[str]] = None,
managed: Optional[str] = None,
managed_lists: Optional[Sequence[str]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyMappingProviderRadiusResult
def get_property_mapping_provider_radius_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,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyMappingProviderRadiusResult]
func LookupPropertyMappingProviderRadius(ctx *Context, args *LookupPropertyMappingProviderRadiusArgs, opts ...InvokeOption) (*LookupPropertyMappingProviderRadiusResult, error)
func LookupPropertyMappingProviderRadiusOutput(ctx *Context, args *LookupPropertyMappingProviderRadiusOutputArgs, opts ...InvokeOption) LookupPropertyMappingProviderRadiusResultOutput
> Note: This function is named LookupPropertyMappingProviderRadius
in the Go SDK.
public static class GetPropertyMappingProviderRadius
{
public static Task<GetPropertyMappingProviderRadiusResult> InvokeAsync(GetPropertyMappingProviderRadiusArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyMappingProviderRadiusResult> Invoke(GetPropertyMappingProviderRadiusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPropertyMappingProviderRadiusResult> getPropertyMappingProviderRadius(GetPropertyMappingProviderRadiusArgs args, InvokeOptions options)
public static Output<GetPropertyMappingProviderRadiusResult> getPropertyMappingProviderRadius(GetPropertyMappingProviderRadiusArgs args, InvokeOptions options)
fn::invoke:
function: authentik:index/getPropertyMappingProviderRadius:getPropertyMappingProviderRadius
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
- Managed
Lists List<string> - Retrieve multiple property mappings
- Name string
- Id string
- The ID of this resource.
- Ids []string
- List of ids when
managed_list
is set. Generated. - Managed string
- Managed
Lists []string - Retrieve multiple property mappings
- Name string
- id String
- The ID of this resource.
- ids List<String>
- List of ids when
managed_list
is set. Generated. - managed String
- managed
Lists List<String> - Retrieve multiple property mappings
- name String
- id string
- The ID of this resource.
- ids string[]
- List of ids when
managed_list
is set. Generated. - managed string
- managed
Lists string[] - Retrieve multiple property mappings
- name string
- 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
- id String
- The ID of this resource.
- ids List<String>
- List of ids when
managed_list
is set. Generated. - managed String
- managed
Lists List<String> - Retrieve multiple property mappings
- name String
getPropertyMappingProviderRadius 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. - Managed string
- Managed
Lists 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. - Managed string
- Managed
Lists []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. - managed String
- managed
Lists 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. - managed string
- managed
Lists 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. - 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. - managed String
- managed
Lists 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 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik