import * as outputs from "../types/output"; export interface AdminUserRoleInput { id?: number; } export interface CBIProfileInput { name?: string; profileSeq?: number; resourceId?: string; url?: string; } export interface ClassificationOutput { category: string; detectedMalware: string; score: number; type: string; } export interface CloudApplicationItem { app: string; appName: string; parent: string; parentName: string; } export interface DatacenterInfo { city: string; createTime: number; dontProvision: boolean; dontPublish: boolean; downloadBandwidth: number; forFutureUse: boolean; govOnly: boolean; id: number; lastModifiedTime: number; lat: number; latitude: number; longi: number; longitude: number; managedBcp: boolean; name: string; notReadyForUse: boolean; ownedByCustomer: boolean; provider: string; regionalSurcharge: boolean; thirdPartyCloud: boolean; timezone: string; uploadBandwidth: number; virtual: boolean; } export interface DecryptSubActionsInput { blockSslTrafficWithNoSniEnabled?: boolean; blockUndecrypt?: boolean; http2Enabled?: boolean; minClientTlsVersion?: string; minServerTlsVersion?: string; ocspCheck?: boolean; serverCertificates?: string; } export interface DeviceGroupItem { description: string; deviceCount: number; deviceNames: string; groupType: string; name: string; osType: string; predefined: boolean; resourceId: number; } export interface DlpDictionaryPatternInput { action?: string; pattern?: string; } export interface DlpDictionaryPhraseInput { action?: string; phrase?: string; } export interface DoNotDecryptSubActionsInput { blockSslTrafficWithNoSniEnabled?: boolean; bypassOtherPolicies?: boolean; minTlsVersion?: string; ocspCheck?: boolean; serverCertificates?: string; } export interface ExtranetDnsListInput { id?: number; name?: string; primaryDnsServer?: string; secondaryDnsServer?: string; useAsDefault?: boolean; } export interface ExtranetIpPoolListInput { id?: number; ipEnd?: string; ipStart?: string; name?: string; useAsDefault?: boolean; } export interface FilePropertiesOutput { digitalCertificate: string; fileSize: number; fileType: string; issuer: string; md5: string; rootCa: string; sha1: string; sha256: string; ssdeep: string; } export interface FileTypeCategoryItem { name: string; parent: string; resourceId: number; } export interface GreTunnelDestVipOutput { datacenter?: string; id?: number; virtualIp?: string; } export interface IdNameExtensionsOutput { name: string; resourceId: number; } export interface InstanceIdentifierInput { identifierType?: string; instanceId?: number; instanceIdentifier?: string; instanceIdentifierName?: string; } export interface LastModifiedByOutput { name: string; resourceId: number; } export interface LastValidationMsgOutput { errorCode: string; errorMsg: string; } export interface Md5HashValueInput { type?: string; url?: string; urlComment?: string; } export interface NetworkPortInput { end?: number; start?: number; } export interface OnboardableEntityOutput { application: string; enterpriseTenantId: string; lastValidationMsg?: outputs.LastValidationMsgOutput; name: string; resourceId: number; type: string; zscalerAppTenantId?: outputs.LastModifiedByOutput; } export interface OriginOutput { country: string; language: string; risk: string; } export interface SandboxRssOutput { risk: string; signature: string; signatureSources: string[]; } export interface SmartIsolationProfileInput { id?: string; } export interface SslInspectionActionInput { decryptSubActions?: outputs.DecryptSubActionsInput; doNotDecryptSubActions?: outputs.DoNotDecryptSubActionsInput; overrideDefaultCertificate?: boolean; showEun?: boolean; showEunatp?: boolean; sslInterceptionCert?: outputs.SslInterceptionCertInput; type?: string; } export interface SslInterceptionCertInput { id?: number; } export interface SubCloudDcOutput { country: string; name: string; resourceId: number; } export interface SubCloudExclusionDatacenterInput { country?: string; name?: string; resourceId: number; } export interface SubCloudExclusionInput { country: string; datacenter: outputs.SubCloudExclusionDatacenterInput; endTime?: number; endTimeUtc?: string; } export interface SummaryDetailOutput { category: string; duration: number; fileType: string; startTime: number; status: string; } export interface UrlCategoryScopeInput { scopeEntities?: number[]; scopeGroupMemberEntities?: number[]; type?: string; } export interface UrlCategoryUrlKeywordCountsInput { retainParentKeywordCount?: number; retainParentUrlCount?: number; totalKeywordCount?: number; totalUrlCount?: number; } export interface UserDepartmentInput { comments?: string; deleted?: boolean; id?: number; idpId?: number; name?: string; } export interface UserDepartmentOutput { comments: string; deleted: boolean; departmentId: number; idpId: number; name: string; } export interface UserGroupOutput { comments: string; groupId: number; idpId: number; name: string; } export interface VirtualZenNodeOutput { name: string; nodeId: number; } export interface VpnCredentialInput { fqdn?: string; id?: number; ipAddress?: string; preSharedKey?: string; type?: string; } export interface WorkloadGroupExpressionContainerInput { operator?: string; tagContainer?: outputs.WorkloadGroupTagContainerInput; tagType?: string; } export interface WorkloadGroupExpressionJsonInput { expressionContainers?: outputs.WorkloadGroupExpressionContainerInput[]; } export interface WorkloadGroupInput { name?: string; resourceId: number; } export interface WorkloadGroupTagContainerInput { operator?: string; tags?: outputs.WorkloadGroupTagInput[]; } export interface WorkloadGroupTagInput { key?: string; value?: string; } export interface ZPAAppSegmentInput { externalId: string; name: string; } export interface ZpaGatewayAppSegmentInput { externalId?: string; name?: string; } export interface ZpaServerGroupInput { externalId?: string; name?: string; } //# sourceMappingURL=output.d.ts.map