import * as $dara from '@darabonba/typescript'; export declare class GetRiskCountResponseBody extends $dara.Model { /** * @remarks * Number of expired Alibaba Cloud certificates. * * @example * 10 */ aliyunAssetCertificateExpiredCount?: number; /** * @remarks * Number of Alibaba Cloud certificates that will expire soon. * * @example * 10 */ aliyunAssetCertificateWillExpiredCount?: number; /** * @remarks * Number of expired paid certificates. * * @example * 10 */ buyCertificateExpireCount?: number; /** * @remarks * Number of paid certificates not deployed. * * @example * 10 */ buyCertificateNotDeploymentCount?: number; /** * @remarks * Number of paid certificates not managed. * * @example * 10 */ buyCertificateNotTrusteeCount?: number; /** * @remarks * Number of paid certificates that will expire soon. * * @example * 10 */ buyCertificateWillExpiredCount?: number; /** * @remarks * Number of failed paid certificate orders. * * @example * 10 */ buyCheckedFailCount?: number; /** * @remarks * Number of domains without monitoring configured. * * @example * 10 */ domainAssetNotMonitorCount?: number; /** * @remarks * Number of expired free certificates. * * @example * 10 */ freeCertificateExpireCount?: number; /** * @remarks * Number of free certificates not deployed. * * @example * 10 */ freeCertificateNotDeploymentCount?: number; /** * @remarks * Number of free certificates that will expire soon. * * @example * 10 */ freeCertificateWillExpiredCount?: number; /** * @remarks * Number of failed free certificate orders. * * @example * 10 */ freeCheckedFailCount?: number; /** * @remarks * Number of expired multicloud certificates. * * @example * 10 */ multiCloudAssetCertificateExpiredCount?: number; /** * @remarks * Number of multicloud certificates that will expire soon. * * @example * 10 */ multiCloudAssetCertificateWillExpiredCount?: number; /** * @remarks * The ID of this API call. Alibaba Cloud generates this unique identifier for each request. Use it to troubleshoot and locate issues. * * @example * 5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E */ requestId?: string; /** * @remarks * Number of expired uploaded certificates. * * @example * 10 */ uploadCertificateExpireCount?: number; /** * @remarks * Number of uploaded certificates not deployed. * * @example * 10 */ uploadCertificateNotDeploymentCount?: number; /** * @remarks * Number of uploaded certificates without alerting configured. * * @example * 10 */ uploadCertificateNotNoticeCount?: number; /** * @remarks * Number of uploaded certificates that will expire soon. * * @example * 10 */ uploadCertificateWillExpiredCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }