@pulumi/ise
Version:
A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.. Based on terraform-provider-ise: version v0.2.1
13 lines (12 loc) • 899 B
TypeScript
export { DeviceArgs, DeviceState } from "./device";
export type Device = import("./device").Device;
export declare const Device: typeof import("./device").Device;
export { DeviceGroupArgs, DeviceGroupState } from "./deviceGroup";
export type DeviceGroup = import("./deviceGroup").DeviceGroup;
export declare const DeviceGroup: typeof import("./deviceGroup").DeviceGroup;
export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
export declare const getDevice: typeof import("./getDevice").getDevice;
export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
export { GetDeviceGroupArgs, GetDeviceGroupResult, GetDeviceGroupOutputArgs } from "./getDeviceGroup";
export declare const getDeviceGroup: typeof import("./getDeviceGroup").getDeviceGroup;
export declare const getDeviceGroupOutput: typeof import("./getDeviceGroup").getDeviceGroupOutput;