import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustDeviceCustomProfile(args: GetZeroTrustDeviceCustomProfileArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustDeviceCustomProfile. */ export interface GetZeroTrustDeviceCustomProfileArgs { accountId: string; policyId: string; } /** * A collection of values returned by getZeroTrustDeviceCustomProfile. */ export interface GetZeroTrustDeviceCustomProfileResult { readonly accountId: string; readonly allowModeSwitch: boolean; readonly allowUpdates: boolean; readonly allowedToLeave: boolean; readonly autoConnect: number; readonly captivePortal: number; readonly default: boolean; readonly description: string; readonly disableAutoFallback: boolean; readonly enabled: boolean; readonly excludeOfficeIps: boolean; readonly excludes: outputs.GetZeroTrustDeviceCustomProfileExclude[]; readonly fallbackDomains: outputs.GetZeroTrustDeviceCustomProfileFallbackDomain[]; readonly gatewayUniqueId: string; readonly id: string; readonly includes: outputs.GetZeroTrustDeviceCustomProfileInclude[]; readonly lanAllowMinutes: number; readonly lanAllowSubnetSize: number; readonly match: string; readonly name: string; readonly policyId: string; readonly precedence: number; readonly registerInterfaceIpWithDns: boolean; readonly sccmVpnBoundarySupport: boolean; readonly serviceModeV2: outputs.GetZeroTrustDeviceCustomProfileServiceModeV2; readonly supportUrl: string; readonly switchLocked: boolean; readonly targetTests: outputs.GetZeroTrustDeviceCustomProfileTargetTest[]; readonly tunnelProtocol: string; } export declare function getZeroTrustDeviceCustomProfileOutput(args: GetZeroTrustDeviceCustomProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustDeviceCustomProfile. */ export interface GetZeroTrustDeviceCustomProfileOutputArgs { accountId: pulumi.Input; policyId: pulumi.Input; } //# sourceMappingURL=getZeroTrustDeviceCustomProfile.d.ts.map