import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustOrganization(args?: GetZeroTrustOrganizationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustOrganization. */ export interface GetZeroTrustOrganizationArgs { accountId?: string; zoneId?: string; } /** * A collection of values returned by getZeroTrustOrganization. */ export interface GetZeroTrustOrganizationResult { readonly accountId?: string; readonly allowAuthenticateViaWarp: boolean; readonly authDomain: string; readonly autoRedirectToIdentity: boolean; readonly customPages: outputs.GetZeroTrustOrganizationCustomPages; readonly denyUnmatchedRequests: boolean; readonly denyUnmatchedRequestsExemptedZoneNames: string[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly isUiReadOnly: boolean; readonly loginDesign: outputs.GetZeroTrustOrganizationLoginDesign; readonly mfaConfig: outputs.GetZeroTrustOrganizationMfaConfig; readonly mfaConfigurationAllowed: boolean; readonly mfaRequiredForAllApps: boolean; readonly name: string; readonly sessionDuration: string; readonly uiReadOnlyToggleReason: string; readonly userSeatExpirationInactiveTime: string; readonly warpAuthSessionDuration: string; readonly zoneId?: string; } export declare function getZeroTrustOrganizationOutput(args?: GetZeroTrustOrganizationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustOrganization. */ export interface GetZeroTrustOrganizationOutputArgs { accountId?: pulumi.Input; zoneId?: pulumi.Input; } //# sourceMappingURL=getZeroTrustOrganization.d.ts.map