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

authentik.getWebauthnDeviceType

Explore with Pulumi AI

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

Using getWebauthnDeviceType

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 getWebauthnDeviceType(args: GetWebauthnDeviceTypeArgs, opts?: InvokeOptions): Promise<GetWebauthnDeviceTypeResult>
function getWebauthnDeviceTypeOutput(args: GetWebauthnDeviceTypeOutputArgs, opts?: InvokeOptions): Output<GetWebauthnDeviceTypeResult>
Copy
def get_webauthn_device_type(description: Optional[str] = None,
                             id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetWebauthnDeviceTypeResult
def get_webauthn_device_type_output(description: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetWebauthnDeviceTypeResult]
Copy
func GetWebauthnDeviceType(ctx *Context, args *GetWebauthnDeviceTypeArgs, opts ...InvokeOption) (*GetWebauthnDeviceTypeResult, error)
func GetWebauthnDeviceTypeOutput(ctx *Context, args *GetWebauthnDeviceTypeOutputArgs, opts ...InvokeOption) GetWebauthnDeviceTypeResultOutput
Copy

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

public static class GetWebauthnDeviceType 
{
    public static Task<GetWebauthnDeviceTypeResult> InvokeAsync(GetWebauthnDeviceTypeArgs args, InvokeOptions? opts = null)
    public static Output<GetWebauthnDeviceTypeResult> Invoke(GetWebauthnDeviceTypeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWebauthnDeviceTypeResult> getWebauthnDeviceType(GetWebauthnDeviceTypeArgs args, InvokeOptions options)
public static Output<GetWebauthnDeviceTypeResult> getWebauthnDeviceType(GetWebauthnDeviceTypeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: authentik:index/getWebauthnDeviceType:getWebauthnDeviceType
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Description string
Generated.
Id string
The ID of this resource.
Description string
Generated.
Id string
The ID of this resource.
description String
Generated.
id String
The ID of this resource.
description string
Generated.
id string
The ID of this resource.
description str
Generated.
id str
The ID of this resource.
description String
Generated.
id String
The ID of this resource.

getWebauthnDeviceType Result

The following output properties are available:

Aaguid string
Generated.
Description string
Generated.
Id string
The ID of this resource.
Aaguid string
Generated.
Description string
Generated.
Id string
The ID of this resource.
aaguid String
Generated.
description String
Generated.
id String
The ID of this resource.
aaguid string
Generated.
description string
Generated.
id string
The ID of this resource.
aaguid str
Generated.
description str
Generated.
id str
The ID of this resource.
aaguid String
Generated.
description String
Generated.
id String
The ID of this resource.

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