import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDeviceDefaultProfile(args: GetZeroTrustDeviceDefaultProfileArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDeviceDefaultProfile. */ export interface GetZeroTrustDeviceDefaultProfileArgs { accountId: string; } /** * A collection of values returned by getZeroTrustDeviceDefaultProfile. */ export interface GetZeroTrustDeviceDefaultProfileResult { readonly accountId: string; readonly allowModeSwitch: boolean; readonly allowUpdates: boolean; readonly allowedToLeave: boolean; readonly autoConnect: number; readonly captivePortal: number; readonly default: boolean; readonly disableAutoFallback: boolean; readonly enabled: boolean; readonly excludeOfficeIps: boolean; readonly excludes: outputs.GetZeroTrustDeviceDefaultProfileExclude[]; readonly fallbackDomains: outputs.GetZeroTrustDeviceDefaultProfileFallbackDomain[]; readonly gatewayUniqueId: string; readonly id: string; readonly includes: outputs.GetZeroTrustDeviceDefaultProfileInclude[]; readonly registerInterfaceIpWithDns: boolean; readonly sccmVpnBoundarySupport: boolean; readonly serviceModeV2: outputs.GetZeroTrustDeviceDefaultProfileServiceModeV2; readonly supportUrl: string; readonly switchLocked: boolean; readonly tunnelProtocol: string; } export declare function getZeroTrustDeviceDefaultProfileOutput(args: GetZeroTrustDeviceDefaultProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDeviceDefaultProfile. */ export interface GetZeroTrustDeviceDefaultProfileOutputArgs { accountId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDeviceDefaultProfile.d.ts.map