import * as pulumi from "@pulumi/pulumi"; export declare function getLeakedCredentialCheckRule(args: GetLeakedCredentialCheckRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getLeakedCredentialCheckRule. */ export interface GetLeakedCredentialCheckRuleArgs { detectionId: string; zoneId: string; } /** * A collection of values returned by getLeakedCredentialCheckRule. */ export interface GetLeakedCredentialCheckRuleResult { readonly detectionId: string; readonly id: string; readonly password: string; readonly username: string; readonly zoneId: string; } export declare function getLeakedCredentialCheckRuleOutput(args: GetLeakedCredentialCheckRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getLeakedCredentialCheckRule. */ export interface GetLeakedCredentialCheckRuleOutputArgs { detectionId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getLeakedCredentialCheckRule.d.ts.map