import { IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1FortanixProviderSecretRef } from "./FortanixProviderSecretRef.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IFortanixProvider { /** * APIKey is the API token to access SDKMS Applications. */ "apiKey"?: IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1FortanixProviderSecretRef; /** * APIURL is the URL of SDKMS API. Defaults to `sdkms.fortanix.com`. */ "apiUrl"?: string; } export declare class FortanixProvider extends Model implements IFortanixProvider { "apiKey"?: IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1FortanixProviderSecretRef; "apiUrl"?: string; constructor(data?: ModelData); } export type { IFortanixProvider as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1FortanixProvider, FortanixProvider as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1FortanixProvider };