@osmit-gmbh/pulumi-authentik
Version:
A Pulumi package for creating and managing authentik cloud resources.
24 lines • 1.2 kB
JavaScript
;
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWebauthnDeviceTypeOutput = exports.getWebauthnDeviceType = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getWebauthnDeviceType(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("authentik:index/getWebauthnDeviceType:getWebauthnDeviceType", {
"description": args.description,
}, opts);
}
exports.getWebauthnDeviceType = getWebauthnDeviceType;
function getWebauthnDeviceTypeOutput(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("authentik:index/getWebauthnDeviceType:getWebauthnDeviceType", {
"description": args.description,
}, opts);
}
exports.getWebauthnDeviceTypeOutput = getWebauthnDeviceTypeOutput;
//# sourceMappingURL=getWebauthnDeviceType.js.map