import * as pulumi from "@pulumi/pulumi"; export declare function getZeroTrustDeviceSettings(args: GetZeroTrustDeviceSettingsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDeviceSettings. */ export interface GetZeroTrustDeviceSettingsArgs { accountId: string; } /** * A collection of values returned by getZeroTrustDeviceSettings. */ export interface GetZeroTrustDeviceSettingsResult { readonly accountId: string; readonly disableForTime: number; readonly externalEmergencySignalEnabled: boolean; readonly externalEmergencySignalFingerprint: string; readonly externalEmergencySignalInterval: string; readonly externalEmergencySignalUrl: string; readonly gatewayProxyEnabled: boolean; readonly gatewayUdpProxyEnabled: boolean; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly rootCertificateInstallationEnabled: boolean; readonly useZtVirtualIp: boolean; } export declare function getZeroTrustDeviceSettingsOutput(args: GetZeroTrustDeviceSettingsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDeviceSettings. */ export interface GetZeroTrustDeviceSettingsOutputArgs { accountId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDeviceSettings.d.ts.map