@osmit-gmbh/pulumi-authentik
Version:
A Pulumi package for creating and managing authentik cloud resources.
36 lines • 1.55 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.getPropertyMappingSourceLdapOutput = exports.getPropertyMappingSourceLdap = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* Get LDAP Source Property mappings
*/
function getPropertyMappingSourceLdap(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("authentik:index/getPropertyMappingSourceLdap:getPropertyMappingSourceLdap", {
"ids": args.ids,
"managed": args.managed,
"managedLists": args.managedLists,
"name": args.name,
}, opts);
}
exports.getPropertyMappingSourceLdap = getPropertyMappingSourceLdap;
/**
* Get LDAP Source Property mappings
*/
function getPropertyMappingSourceLdapOutput(args, opts) {
args = args || {};
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("authentik:index/getPropertyMappingSourceLdap:getPropertyMappingSourceLdap", {
"ids": args.ids,
"managed": args.managed,
"managedLists": args.managedLists,
"name": args.name,
}, opts);
}
exports.getPropertyMappingSourceLdapOutput = getPropertyMappingSourceLdapOutput;
//# sourceMappingURL=getPropertyMappingSourceLdap.js.map