UNPKG

@lubyou/pulumi-fortios

Version:

A Pulumi package for creating and managing fortios cloud resources.

20 lines 926 B
"use strict"; // *** 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.getSystemAdminOutput = exports.getSystemAdmin = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getSystemAdmin(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fortios:index/getSystemAdmin:GetSystemAdmin", { "name": args.name, "vdomparam": args.vdomparam, }, opts); } exports.getSystemAdmin = getSystemAdmin; function getSystemAdminOutput(args, opts) { return pulumi.output(args).apply((a) => getSystemAdmin(a, opts)); } exports.getSystemAdminOutput = getSystemAdminOutput; //# sourceMappingURL=getSystemAdmin.js.map