@azure-rest/purview-scanning 1.0.0-alpha.20251125.1 → 1.0.0-alpha.20251201.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../src/outputModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** The Azure Key Vault connection. */\nexport interface AzureKeyVaultOutput extends ProxyResourceOutput {\n /** Azure Key Vault connection properties. */\n properties?: AzureKeyVaultPropertiesOutput;\n}\n\n/** Azure Key Vault connection properties. */\nexport interface AzureKeyVaultPropertiesOutput {\n /** The base URL of the Azure Key Vault. */\n baseUrl?: string;\n /** The description of the Azure Key Vault connection. */\n description?: string;\n}\n\n/** The proxy resource. */\nexport interface ProxyResourceOutput {\n /** The resource identifier. */\n readonly id?: string;\n /** The resource name. */\n readonly name?: string;\n}\n\n/** The error response model. */\nexport interface ErrorResponseModelOutput {\n /** The error model. */\n error: ErrorModelOutput;\n}\n\n/** The error model. */\nexport interface ErrorModelOutput {\n /** A unique error code that identifies the specific error. */\n code: string;\n /** A human-readable error message that provides more details about the error. */\n message: string;\n /** The specific component that the error is associated with. */\n target?: string;\n /** An array of nested ErrorModel objects that provides additional error details. */\n details?: Array<ErrorModelOutput>;\n}\n\n/** List of Azure Key Vault connections. */\nexport interface AzureKeyVaultListOutput {\n /** List of Azure Key Vault connections. */\n value: Array<AzureKeyVaultOutput>;\n /**\n * The link to the next page of results, if any remaining results exist.\n *\n * Value may contain a URL\n */\n nextLink?: string;\n /** The number of Azure Key Vault connections. */\n count?: number;\n}\n\n/** The classification rule. */\nexport interface ClassificationRuleOutputParent extends ProxyResourceOutput {\n kind: \"ClassificationRule\" | \"System\" | \"Custom\";\n}\n\n/** List of classification rules. */\nexport interface ClassificationRuleListOutput {\n /** List of classification rules. */\n value: Array<ClassificationRuleOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of classification rules. */\n count?: number;\n}\n\n/** The operation response. */\nexport interface OperationResponseOutput {\n /**\n * The scan result identifier.\n *\n * Value may contain a UUID\n */\n scanResultId?: string;\n /** The start time of the operation. */\n startTime?: string;\n /** The end time of the operation. */\n endTime?: string;\n /** Scan operation status. */\n status?: \"Accepted\" | \"InProgress\" | \"TransientFailure\" | \"Succeeded\" | \"Failed\" | \"Canceled\";\n /** The error info. */\n error?: ErrorInfoOutput;\n}\n\n/** The error info. */\nexport interface ErrorInfoOutput {\n /** A unique error code that identifies the specific error. */\n code?: string;\n /** A human-readable error message that provides more details about the error. */\n message?: string;\n /** The specific component that the error is associated with. */\n target?: string;\n /** Error info detail. */\n details?: Array<ErrorInfoOutput>;\n}\n\n/** The credential. */\nexport interface CredentialOutputParent extends ProxyResourceOutput {\n kind:\n | \"Credential\"\n | \"AccountKey\"\n | \"BasicAuth\"\n | \"AmazonARN\"\n | \"ServicePrincipal\"\n | \"SqlAuth\"\n | \"ConsumerKeyAuth\"\n | \"DelegatedAuth\"\n | \"ManagedIdentity\";\n}\n\n/** List of credentials. */\nexport interface CredentialListOutput {\n /** List of credentials. */\n value: Array<CredentialOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of credentials. */\n count?: number;\n}\n\n/** The data source. */\nexport interface DataSourceOutputParent extends ProxyResourceOutput {\n /** Scans of this data source. */\n readonly scans?: Array<ScanOutput>;\n /** The creation type. */\n creationType?: \"Manual\" | \"AutoNative\" | \"AutoManaged\";\n kind:\n | \"DataSource\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\n}\n\n/** The scan. */\nexport interface ScanOutputParent extends ProxyResourceOutput {\n /** The scan result with ingestion. */\n readonly lastRunResult?: ScanResultWithIngestionOutput;\n /** The scan identifier. */\n scanId?: string;\n /** The data source identifier. */\n dataSourceIdentifier?: DataSourceIdentifierOutput;\n /** The data source name. */\n dataSourceName?: string;\n /** The creation type. */\n creationType?: \"Manual\" | \"AutoNative\" | \"AutoManaged\";\n kind:\n | \"Scan\"\n | \"AzureSubscriptionCredential\"\n | \"AzureSubscriptionMsi\"\n | \"AzureResourceGroupCredential\"\n | \"AzureResourceGroupMsi\"\n | \"AzureSynapseWorkspaceCredential\"\n | \"AzureSynapseWorkspaceMsi\"\n | \"AzureSynapseCredential\"\n | \"AzureSynapseMsi\"\n | \"AdlsGen1Credential\"\n | \"AdlsGen1Msi\"\n | \"AdlsGen2Credential\"\n | \"AdlsGen2Msi\"\n | \"AmazonAccountCredential\"\n | \"AmazonS3Credential\"\n | \"AmazonS3RoleARN\"\n | \"AmazonSqlCredential\"\n | \"AzureCosmosDbCredential\"\n | \"AzureDataExplorerCredential\"\n | \"AzureDataExplorerMsi\"\n | \"AzureFileServiceCredential\"\n | \"AzureSqlDatabaseCredential\"\n | \"AzureSqlDatabaseMsi\"\n | \"AmazonPostgreSqlCredential\"\n | \"AzurePostgreSqlCredential\"\n | \"SqlServerDatabaseCredential\"\n | \"AzureSqlDatabaseManagedInstanceCredential\"\n | \"AzureSqlDatabaseManagedInstanceMsi\"\n | \"AzureSqlDataWarehouseCredential\"\n | \"AzureSqlDataWarehouseMsi\"\n | \"AzureMySqlCredential\"\n | \"AzureStorageCredential\"\n | \"AzureStorageMsi\"\n | \"TeradataTeradataCredential\"\n | \"TeradataUserPass\"\n | \"TeradataTeradataUserPass\"\n | \"OracleOracleCredential\"\n | \"OracleOracleUserPass\"\n | \"SapS4HanaSapS4HanaCredential\"\n | \"SapS4HanaSapS4HanaUserPass\"\n | \"SapEccSapEccCredential\"\n | \"SapEccSapEccUserPass\"\n | \"PowerBIDelegated\"\n | \"PowerBIMsi\";\n}\n\n/** The scan result with ingestion. */\nexport interface ScanResultWithIngestionOutput {\n /** The discovery execution details. */\n readonly discoveryExecutionDetails?: DiscoveryExecutionDetailsOutput;\n /** The ingestion execution details. */\n readonly ingestionExecutionDetails?: IngestionExecutionDetailsOutput;\n /** The parent scan result identifier. */\n readonly parentId?: string;\n /** The scan result identifier. */\n readonly id?: string;\n /** The ingestion job identifier. */\n ingestionJobId?: string;\n /** The resource identifier. */\n readonly resourceId?: string;\n /** The scan result status. */\n status?: \"Accepted\" | \"InProgress\" | \"TransientFailure\" | \"Succeeded\" | \"Failed\" | \"Canceled\";\n /** The scan diagnostics. */\n readonly diagnostics?: ScanDiagnosticsOutput;\n /** The scan start time. */\n readonly startTime?: string;\n /** The scan end time. */\n readonly endTime?: string;\n /** The scan ruleset version. */\n readonly scanRulesetVersion?: number;\n /** The scan ruleset type. */\n readonly scanRulesetType?: \"Custom\" | \"System\";\n /** Scan level type. */\n readonly scanLevelType?: \"Full\" | \"Incremental\";\n /** The error message. */\n readonly errorMessage?: string;\n /** The error. */\n readonly error?: ErrorModelOutput;\n /** The run type. */\n readonly runType?: string;\n /** The data source type. */\n readonly dataSourceType?:\n | \"None\"\n | \"Fabric\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"ArcEnabledSqlServer\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"Databricks\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"Hdfs\"\n | \"TableauServer\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"PostgreSql\"\n | \"AmazonRedShift\"\n | \"DatabricksHms\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"Snowflake\"\n | \"PowerBI\"\n | \"Trident\"\n | \"Dataverse\"\n | \"DatabricksUnityCatalog\";\n}\n\n/** The discovery execution details. */\nexport interface DiscoveryExecutionDetailsOutput {\n /** The discovery start time. */\n discoveryStartTime?: string;\n /** The discovery end time. */\n discoveryEndTime?: string;\n /** The discovery status. */\n status?:\n | \"Queued\"\n | \"Running\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Cancelled\"\n | \"Delayed\"\n | \"Throttled\"\n | \"CompletedWithExceptions\"\n | \"CompleteWithWarning\";\n /** The discovery statistics. */\n statistics?: Record<string, any>;\n /** Indicates whether the error log is available. */\n isErrorLogAvailable?: boolean;\n}\n\n/** The ingestion execution details. */\nexport interface IngestionExecutionDetailsOutput {\n /** The ingestion start time. */\n ingestionStartTime?: string;\n /** The ingestion end time. */\n ingestionEndTime?: string;\n /** The ingestion status. */\n status?:\n | \"None\"\n | \"Succeeded\"\n | \"Queued\"\n | \"InProgress\"\n | \"SourceUnknown\"\n | \"PartialSucceeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"Canceling\";\n /** The ingestion statistics. */\n statistics?: Record<string, any>;\n /** The estimated time remaining in seconds. */\n estimatedTimeRemainingInSeconds?: number;\n /** Indicates whether the error log is available. */\n isErrorLogAvailable?: boolean;\n /** The last updated time. */\n lastUpdatedAt?: string;\n}\n\n/** The scan diagnostics. */\nexport interface ScanDiagnosticsOutput {\n /** Notifications. */\n notifications?: Array<NotificationOutput>;\n /** Exception count map. */\n readonly exceptionCountMap?: Record<string, number>;\n}\n\n/** The notification model. */\nexport interface NotificationOutput {\n /** Notification message. */\n message?: string;\n /** Notification code. */\n code?: number;\n}\n\n/** The data source identifier. */\nexport interface DataSourceIdentifierOutput {\n /** The item path. */\n itemPath?: ItemPathOutput;\n /** The qualified name. */\n qualifiedName?: QualifiedNameOutput;\n /** The data source name. */\n dataSourceName?: string;\n /** The guid. */\n guid?: string;\n /** The resource identifier. */\n resourceId?: string;\n}\n\n/** The item path. */\nexport interface ItemPathOutput {\n /** The path. */\n path?: string;\n /** The extended properties. */\n extendedProperties?: ExtendedPropertiesOutput;\n}\n\n/** The extended properties. */\nexport interface ExtendedPropertiesOutput {\n /** The subscription identifier. */\n subscriptionId?: string;\n /** The resource group. */\n resourceGroup?: string;\n}\n\n/** The qualified name. */\nexport interface QualifiedNameOutput {\n /** The type name. */\n typeName?: string;\n /** The name. */\n name?: string;\n /** The extended properties. */\n extendedProperties?: ExtendedPropertiesOutput;\n}\n\n/** List of data sources. */\nexport interface DataSourceListOutput {\n /** List of data sources. */\n value: Array<DataSourceOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of data sources. */\n count?: number;\n}\n\n/** The filter. */\nexport interface FilterOutput extends ProxyResourceOutput {\n /** The filter properties. */\n properties?: FilterPropertiesOutput;\n}\n\n/** The filter properties. */\nexport interface FilterPropertiesOutput {\n /** The exclude uri prefixes. */\n excludeUriPrefixes: Array<string>;\n /** The include uri prefixes. */\n includeUriPrefixes: Array<string>;\n /** The exclude regexes. */\n excludeRegexes?: Array<string>;\n /** The include regexes. */\n includeRegexes?: Array<string>;\n}\n\n/** List of integration runtime resources. */\nexport interface IntegrationRuntimeListOutput {\n /** List of integration runtimes. */\n value: Array<IntegrationRuntimeOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of integration runtimes. */\n count?: number;\n}\n\n/** Purview nested object which serves as a compute resource for activities. */\nexport interface IntegrationRuntimeOutputParent extends ProxyResourceOutput {\n kind: \"IntegrationRuntime\" | \"Managed\" | \"SelfHosted\";\n}\n\n/** Integration runtime status. */\nexport interface IntegrationRuntimeStatusOutputParent extends ProxyResourceOutput {\n kind: \"IntegrationRuntimeStatus\" | \"SelfHosted\" | \"Managed\";\n}\n\n/** The integration runtime authentication keys. */\nexport interface IntegrationRuntimeAuthKeysOutput {\n /** The primary integration runtime authentication key. */\n authKey1?: string;\n /** The secondary integration runtime authentication key. */\n authKey2?: string;\n}\n\n/** List of managed virtual network resources. */\nexport interface ManagedVirtualNetworkListOutput {\n /** List of managed virtual networks. */\n value: Array<ManagedVirtualNetworkOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of managed virtual networks. */\n count?: number;\n}\n\n/** The managed virtual network. */\nexport interface ManagedVirtualNetworkOutput extends ProxyResourceOutput {\n /** The properties of managed virtual network. */\n properties?: ManagedVirtualNetworkPropertiesOutput;\n}\n\n/** The properties of managed virtual network. */\nexport interface ManagedVirtualNetworkPropertiesOutput {\n /** The ID of the VNet that this integration runtime will join. */\n readonly vNetId?: string;\n /** The alias of managed virtual network. */\n readonly alias?: string;\n}\n\n/** List of managed private endpoint resources. */\nexport interface ManagedPrivateEndpointListOutput {\n /** List of managed private endpoints. */\n value: Array<ManagedPrivateEndpointOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of managed private endpoints. */\n count?: number;\n}\n\n/** The managed private endpoint. */\nexport interface ManagedPrivateEndpointOutput extends ProxyResourceOutput {\n /** The properties of managed private endpoint. */\n properties?: ManagedPrivateEndpointPropertiesOutput;\n}\n\n/** The properties of managed private endpoint. */\nexport interface ManagedPrivateEndpointPropertiesOutput {\n /** The properties of connection state. */\n connectionState?: ConnectionStatePropertiesOutput;\n /** The fqdns of managed private endpoint. */\n fqdns?: Array<string>;\n /** The group identifier of managed private endpoint. */\n groupId?: string;\n /** The private link resource identifier of managed private endpoint. */\n privateLinkResourceId?: string;\n /** The provisioning state of managed private endpoint. */\n provisioningState?: string;\n}\n\n/** The properties of connection state. */\nexport interface ConnectionStatePropertiesOutput {\n /** ActionsRequired for a private link connection. */\n readonly actionsRequired?: string;\n /** Description of a private link connection. */\n readonly description?: string;\n /** Status of a private link connection. */\n readonly status?: string;\n}\n\n/** List of scans. */\nexport interface ScanListOutput {\n /** List of scans. */\n value: Array<ScanOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of scans. */\n count?: number;\n}\n\n/** List of scan history with ingestion. */\nexport interface ScanHistoryListWithIngestionOutput {\n /** List of scan history with ingestion. */\n value: Array<ScanResultWithIngestionOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of scan history with ingestion. */\n count?: number;\n}\n\n/** The scan ruleset. */\nexport interface ScanRulesetOutputParent extends VersionedScanRulesetOutput {\n kind:\n | \"ScanRuleset\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\n}\n\n/** The versioned scan ruleset. */\nexport interface VersionedScanRulesetOutput extends ProxyResourceOutput {\n /** Versioned scan ruleset properties. */\n scanRulesetType?: \"Custom\" | \"System\";\n /** Status of versioned scan ruleset properties. */\n readonly status?: \"Enabled\" | \"Disabled\";\n /** Version of versioned scan ruleset properties. */\n readonly version?: number;\n}\n\n/** List of scan rulesets. */\nexport interface ScanRulesetListOutput {\n /** List of scan rulesets. */\n value: Array<ScanRulesetOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of scan rulesets. */\n count?: number;\n}\n\n/** List of system scan rulesets. */\nexport interface SystemScanRulesetListOutput {\n /** List of system scan rulesets. */\n value: Array<SystemScanRulesetOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of system scan rulesets. */\n count?: number;\n}\n\n/** The system scan ruleset. */\nexport interface SystemScanRulesetOutputParent extends VersionedScanRulesetOutput {\n kind:\n | \"SystemScanRuleset\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\n}\n\n/** The trigger object. */\nexport interface TriggerOutput extends ProxyResourceOutput {\n /** The properties of trigger. */\n properties?: TriggerPropertiesOutput;\n /** The validation error info of trigger. */\n validationErrorInfo?: string;\n}\n\n/** Properties detail of trigger. */\nexport interface TriggerPropertiesOutput {\n /** The recurrence of trigger. */\n recurrence?: TriggerRecurrenceOutput;\n /** The recurrence interval of trigger. */\n recurrenceInterval?: string;\n /** The create time of trigger. */\n readonly createdAt?: string;\n /** The last modified time of trigger. */\n readonly lastModifiedAt?: string;\n /** The last scheduled time of trigger. */\n readonly lastScheduled?: string;\n /** The state of trigger. */\n state?: \"Enabled\" | \"Disabled\";\n /** The scan level of trigger. */\n scanLevel?: \"Full\" | \"Incremental\";\n /** The incremental scan start time of trigger. */\n incrementalScanStartTime?: string;\n}\n\n/** The recurrence of trigger. */\nexport interface TriggerRecurrenceOutput {\n /** The frequency of trigger recurrence. */\n frequency?: \"Week\" | \"Month\" | \"Day\" | \"Hour\";\n /** The interval of trigger recurrence. */\n interval?: number;\n /** The start time of trigger recurrence. */\n startTime?: string;\n /** The end time of trigger recurrence. */\n endTime?: string;\n /** The schedule of trigger recurrence. */\n schedule?: RecurrenceScheduleOutput;\n /** The time zone of trigger recurrence. */\n timeZone?: string;\n}\n\n/** Schedule of recurrence. */\nexport interface RecurrenceScheduleOutput {\n /** The minutes of recurrence schedule. */\n minutes?: Array<number>;\n /** The hours of recurrence schedule. */\n hours?: Array<number>;\n /** The week days of recurrence schedule. */\n weekDays?: Array<\n \"Sunday\" | \"Monday\" | \"Tuesday\" | \"Wednesday\" | \"Thursday\" | \"Friday\" | \"Saturday\"\n >;\n /** Month days of recurrence schedule. */\n monthDays?: Array<number>;\n /** The monthly occurrences of recurrence schedule. */\n monthlyOccurrences?: Array<RecurrenceScheduleOccurrenceOutput>;\n}\n\n/** The occurrence of recurrence schedule. */\nexport interface RecurrenceScheduleOccurrenceOutput {\n /** The day of recurrence schedule occurrence. */\n day?: \"Sunday\" | \"Monday\" | \"Tuesday\" | \"Wednesday\" | \"Thursday\" | \"Friday\" | \"Saturday\";\n occurrence?: number;\n}\n\n/** The compute resource properties for managed integration runtime. */\nexport interface ManagedIntegrationRuntimeComputePropertiesOutput {\n /** The location for managed integration runtime. */\n location?: string;\n}\n\n/** Managed integration runtime type properties. */\nexport interface ManagedIntegrationRuntimeTypePropertiesOutput {\n /** The compute resource properties for managed integration runtime. */\n computeProperties?: ManagedIntegrationRuntimeComputePropertiesOutput;\n}\n\n/** The managed virtual network reference. */\nexport interface ManagedVirtualNetworkReferenceOutput {\n /** Reference ManagedVirtualNetwork name. */\n referenceName?: string;\n /** Managed virtual network reference type. */\n type?: string;\n}\n\n/** The managed integration runtime properties. */\nexport interface ManagedIntegrationRuntimePropertiesOutput {\n /** Managed integration runtime type properties. */\n typeProperties?: ManagedIntegrationRuntimeTypePropertiesOutput;\n /** The managed virtual network reference. */\n managedVirtualNetworkReference?: ManagedVirtualNetworkReferenceOutput;\n /** The managed integration runtime description. */\n description?: string;\n}\n\n/** The managed integration runtime. */\nexport interface ManagedIntegrationRuntimeOutput extends IntegrationRuntimeOutputParent {\n /** The managed integration runtime properties. */\n properties?: ManagedIntegrationRuntimePropertiesOutput;\n kind: \"Managed\";\n}\n\n/** The self-hosted integration runtime properties. */\nexport interface SelfHostedIntegrationRuntimePropertiesOutput {\n /** The self-hosted integration runtime description. */\n description?: string;\n}\n\n/** Self-hosted integration runtime. */\nexport interface SelfHostedIntegrationRuntimeOutput extends IntegrationRuntimeOutputParent {\n /** The self-hosted integration runtime properties. */\n properties?: SelfHostedIntegrationRuntimePropertiesOutput;\n kind: \"SelfHosted\";\n}\n\n/** Properties of Self-hosted integration runtime node. */\nexport interface SelfHostedIntegrationRuntimeNodeOutput {\n /** Name of the integration runtime node. */\n readonly nodeName?: string;\n /** Machine name of the integration runtime node. */\n readonly machineName?: string;\n /** URI for the host machine of the integration runtime. */\n readonly hostServiceUri?: string;\n /** Status of the integration runtime node. */\n readonly status?: string;\n /** The integration runtime capabilities dictionary. */\n readonly capabilities?: Record<string, string>;\n /** Status of the integration runtime node version. */\n readonly versionStatus?: string;\n /** Version of the integration runtime node. */\n readonly version?: string;\n /** The time at which the integration runtime node was registered in ISO8601 format. */\n readonly registerTime?: string;\n /** The most recent time at which the integration runtime was connected in ISO8601 format. */\n readonly lastConnectTime?: string;\n /** The time at which the integration runtime will expire in ISO8601 format. */\n readonly expiryTime?: string;\n /** The time the node last started up. */\n readonly lastStartTime?: string;\n /** The integration runtime node last stop time. */\n readonly lastStopTime?: string;\n /** The result of the last integration runtime node update. */\n readonly lastUpdateResult?: string;\n /** The last time for the integration runtime node update start. */\n readonly lastStartUpdateTime?: string;\n /** The last time for the integration runtime node update end. */\n readonly lastEndUpdateTime?: string;\n /** Indicates whether this node is the active dispatcher for integration runtime requests. */\n readonly isActiveDispatcher?: boolean;\n /** The concurrent jobs limit of self-hosted integration runtime node. */\n readonly concurrentJobsLimit?: number;\n /** The max concurrent jobs of self-hosted integration runtime node. */\n readonly maxConcurrentJobs?: number;\n}\n\n/** Self-hosted integration runtime status type properties. */\nexport interface SelfHostedIntegrationRuntimeStatusTypePropertiesOutput {\n /** The time at which the integration runtime was created, in ISO8601 format. */\n readonly createTime?: string;\n /** The task queue id of the integration runtime. */\n readonly taskQueueId?: string;\n /** It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). */\n readonly internalChannelEncryption?: string;\n /** Version of the integration runtime. */\n readonly version?: string;\n /** List of nodes for this integration runtime. */\n nodes?: Array<SelfHostedIntegrationRuntimeNodeOutput>;\n /** The date at which the integration runtime will be scheduled to update, in ISO8601 format. */\n readonly scheduledUpdateDate?: string;\n /** The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours. */\n readonly updateDelayOffset?: string;\n /** The local time zone offset in hours. */\n readonly localTimeZoneOffset?: string;\n /** Object with additional information about integration runtime capabilities. */\n readonly capabilities?: Record<string, string>;\n /** The URLs for the services used in integration runtime backend service. */\n readonly serviceUrls?: Array<string>;\n /** Whether Self-hosted integration runtime auto update has been turned on. */\n readonly autoUpdate?: \"On\" | \"Off\";\n /** Status of the integration runtime version. */\n readonly versionStatus?: string;\n /** The version that the integration runtime is going to update to. */\n readonly pushedVersion?: string;\n /** The latest version on download center. */\n readonly latestVersion?: string;\n /** The estimated time when the self-hosted integration runtime will be updated. */\n readonly autoUpdateETA?: string;\n}\n\n/** Self-hosted integration runtime status properties. */\nexport interface SelfHostedIntegrationRuntimeStatusPropertiesOutput {\n /** Self-hosted integration runtime status type properties. */\n typeProperties?: SelfHostedIntegrationRuntimeStatusTypePropertiesOutput;\n /** Self-hosted integration runtime state. */\n readonly state?: string;\n}\n\n/** Self-hosted integration runtime status. */\nexport interface SelfHostedIntegrationRuntimeStatusOutput\n extends IntegrationRuntimeStatusOutputParent {\n /** Self-hosted integration runtime status properties. */\n properties?: SelfHostedIntegrationRuntimeStatusPropertiesOutput;\n kind: \"SelfHosted\";\n}\n\n/** Interactive query properties of managed integration runtime. */\nexport interface InteractiveQueryOutput {\n /** Auto termination minutes of interactive query. */\n autoTerminationMinutes?: number;\n /** Status of interactive query. */\n status?: string;\n}\n\n/** Managed integration runtime status type properties. */\nexport interface ManagedIntegrationRuntimeStatusTypePropertiesOutput {\n /** The time at which the integration runtime was created, in ISO8601 format. */\n createTime?: string;\n /** Interactive query properties of managed integration runtime. */\n interactiveQuery?: InteractiveQueryOutput;\n}\n\n/** Managed integration runtime status properties. */\nexport interface ManagedIntegrationRuntimeStatusPropertiesOutput {\n /** Managed integration runtime status type properties. */\n typeProperties?: ManagedIntegrationRuntimeStatusTypePropertiesOutput;\n /** Managed integration runtime state. */\n readonly state?: string;\n}\n\n/** Managed integration runtime status. */\nexport interface ManagedIntegrationRuntimeStatusOutput\n extends IntegrationRuntimeStatusOutputParent {\n /** Managed integration runtime status properties. */\n properties?: ManagedIntegrationRuntimeStatusPropertiesOutput;\n kind: \"Managed\";\n}\n\n/** The reference to collection. */\nexport interface CollectionReferenceOutput {\n /** The last modified time of collection reference. */\n readonly lastModifiedAt?: string;\n /** The reference name of collection reference. */\n referenceName?: string;\n /** The type of collection reference. */\n type?: string;\n}\n\n/** The properties of system classification rule. */\nexport interface SystemClassificationRulePropertiesOutput {\n description?: string;\n /** The version of system classification rule. */\n readonly version?: number;\n /** The classification name of system classification rule. */\n classificationName?: string;\n /** The rule status of system classification rule. */\n ruleStatus?: \"Enabled\" | \"Disabled\";\n /** The create time of system classification rule. */\n readonly createdAt?: string;\n /** The last modified time of system classification rule. */\n readonly lastModifiedAt?: string;\n}\n\n/** The rule of system classification. */\nexport interface SystemClassificationRuleOutput extends ClassificationRuleOutputParent {\n /** The properties of system classification rule. */\n properties?: SystemClassificationRulePropertiesOutput;\n kind: \"System\";\n}\n\n/** Pattern of classification rule. */\nexport interface ClassificationRulePatternOutputParent {\n kind: \"ClassificationRulePattern\" | \"Regex\";\n}\n\n/** The properties of custom classification rule. */\nexport interface CustomClassificationRulePropertiesOutput {\n minimumPercentageMatch?: number;\n /** The action of classification rule. */\n readonly classificationAction?: \"Keep\" | \"Delete\";\n /** The data patterns of custom classification rule. */\n dataPatterns?: Array<ClassificationRulePatternOutput>;\n /** The column patterns of custom classification rule. */\n columnPatterns?: Array<ClassificationRulePatternOutput>;\n /** The description of custom classification rule. */\n description?: string;\n /** The version of custom classification rule. */\n readonly version?: number;\n /** The classification name of custom classification rule. */\n classificationName?: string;\n /** The rule status of custom classification rule. */\n ruleStatus?: \"Enabled\" | \"Disabled\";\n /** The create time of custom classification rule. */\n readonly createdAt?: string;\n /** The last modified time of custom classification rule. */\n readonly lastModifiedAt?: string;\n}\n\n/** Rule of custom classification. */\nexport interface CustomClassificationRuleOutput extends ClassificationRuleOutputParent {\n /** The properties of custom classification rule. */\n properties?: CustomClassificationRulePropertiesOutput;\n kind: \"Custom\";\n}\n\n/** Pattern of regex classification rule. */\nexport interface RegexClassificationRulePatternOutput\n extends ClassificationRulePatternOutputParent {\n /** The pattern of regex classification rule pattern. */\n pattern?: string;\n kind: \"Regex\";\n}\n\n/** The store. */\nexport interface StoreOutput {\n /** The reference name of store. */\n referenceName?: string;\n /** The type of store. */\n type?: string;\n}\n\n/** The key vault secret. */\nexport interface KeyVaultSecretOutput {\n /** The type of key vault secret. */\n type?: string;\n /** The secret name of key vault secret. */\n secretName?: string;\n /** The secret version of key vault secret. */\n secretVersion?: string;\n /** The store. */\n store?: StoreOutput;\n}\n\n/** Properties of key vault secret account key credential type. */\nexport interface KeyVaultSecretAccountKeyCredentialTypePropertiesOutput {\n /** The account key of key vault secret account key credential type. */\n accountKey?: KeyVaultSecretOutput;\n}\n\n/** Properties of account key credential. */\nexport interface AccountKeyCredentialPropertiesOutput {\n /** The type properties of account key credential. */\n typeProperties?: KeyVaultSecretAccountKeyCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Account Key for authentication. */\nexport interface AccountKeyAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of account key auth Azure Key Vault credential. */\n properties?: AccountKeyCredentialPropertiesOutput;\n kind: \"AccountKey\";\n}\n\n/** Properties of key vault secret user pass credential type. */\nexport interface KeyVaultSecretUserPassCredentialTypePropertiesOutput {\n /** User name. */\n user?: string;\n /** The password of key vault secret user pass credential type. */\n password?: KeyVaultSecretOutput;\n}\n\n/** Properties of user pass credential. */\nexport interface UserPassCredentialPropertiesOutput {\n /** Properties of key vault secret user pass credential type. */\n typeProperties?: KeyVaultSecretUserPassCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Basic authentication. */\nexport interface BasicAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of basic auth Azure Key Vault credential. */\n properties?: UserPassCredentialPropertiesOutput;\n kind: \"BasicAuth\";\n}\n\n/** The type properties of role ARN credential. */\nexport interface RoleARNCredentialTypePropertiesOutput {\n /** The role ARN of role ARN credential type properties. */\n roleARN?: string;\n}\n\n/** The properties of role ARN credential. */\nexport interface RoleARNCredentialPropertiesOutput {\n /** The type properties of role ARN credential. */\n typeProperties?: RoleARNCredentialTypePropertiesOutput;\n /** The description of role ARN credential. */\n description?: string;\n}\n\n/** Credential type that uses Account ID, External ID and Role ARN for authentication. */\nexport interface RoleARNCredentialOutput extends CredentialOutputParent {\n /** The properties of role ARN credential. */\n properties?: RoleARNCredentialPropertiesOutput;\n kind: \"AmazonARN\";\n}\n\n/** The type properties of key vault secret service principal credential. */\nexport interface KeyVaultSecretServicePrinipalCredentialTypePropertiesOutput {\n /** The service principal ID of key vault secret service principal credential type properties. */\n servicePrincipalId?: string;\n /** The key vault secret. */\n servicePrincipalKey?: KeyVaultSecretOutput;\n tenant?: string;\n}\n\n/** The properties of service principal Azure Key Vault credential. */\nexport interface ServicePrincipalAzureKeyVaultCredentialPropertiesOutput {\n /** The type properties of key vault secret service principal credential. */\n typeProperties?: KeyVaultSecretServicePrinipalCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Tenant ID and Service principal ID for authentication. */\nexport interface ServicePrincipalAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of service principal Azure Key Vault credential. */\n properties?: ServicePrincipalAzureKeyVaultCredentialPropertiesOutput;\n kind: \"ServicePrincipal\";\n}\n\n/** Credential type that uses Sql for authentication. */\nexport interface SqlAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** Properties of user pass credential. */\n properties?: UserPassCredentialPropertiesOutput;\n kind: \"SqlAuth\";\n}\n\n/** The type properties of key vault secret consumer key credential. */\nexport interface KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput {\n /** User name. */\n user?: string;\n /** The password of key vault secret consumer key credential type properties. */\n password?: KeyVaultSecretOutput;\n /** The consumer key of key vault secret consumer key credential type properties. */\n consumerKey?: string;\n /** The consumer secret of key vault secret consumer key credential type properties. */\n consumerSecret?: KeyVaultSecretOutput;\n}\n\n/** The properties of consumer key credential. */\nexport interface ConsumerKeyCredentialPropertiesOutput {\n /** The type properties of key vault secret consumer key credential. */\n typeProperties?: KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput;\n /** Description of credential properties. */\n description?: string;\n}\n\n/** Credential type that uses consumer provided key and secret for authentication. */\nexport interface ConsumerKeyAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of consumer key credential. */\n properties?: ConsumerKeyCredentialPropertiesOutput;\n kind: \"ConsumerKeyAuth\";\n}\n\n/** The type properties of key vault secret delegated auth credential. */\nexport interface KeyVaultSecretDelegatedAuthCredentialTypePropertiesOutput {\n /** Credential type that uses Account ID, External ID and Role ARN for authentication. */\n clientId?: string;\n /** User name. */\n user?: string;\n /** Key vault secret. */\n password?: KeyVaultSecretOutput;\n}\n\n/** The properties of delegated auth credential. */\nexport interface DelegatedAuthCredentialPropertiesOutput {\n /** The type properties of key vault secret delegated auth credential. */\n typeProperties?: KeyVaultSecretDelegatedAuthCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Client ID for authentication. */\nexport interface DelegatedAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of delegated auth Azure Key Vault credential. */\n properties?: DelegatedAuthCredentialPropertiesOutput;\n kind: \"DelegatedAuth\";\n}\n\n/** The type properties of key vault secret managed identity Azure Key Vault credential. */\nexport interface KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypePropertiesOutput {\n /** The principal ID of key vault secret managed identity Azure Key Vault credential type properties. */\n principalId?: string;\n /** The tenant ID of key vault secret managed identity Azure Key Vault credential type properties. */\n tenantId?: string;\n /** The resource ID of key vault secret managed identity Azure Key Vault credential type properties. */\n resourceId?: string;\n}\n\n/** The properties of managed identity Azure Key Vault credential. */\nexport interface ManagedIdentityAzureKeyVaultCredentialPropertiesOutput {\n /** The type properties of managed identity Azure Key Vault credential. */\n typeProperties?: KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses User assigned managed identities for authentication. */\nexport interface ManagedIdentityAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of managed identity Azure Key Vault credential. */\n properties?: ManagedIdentityAzureKeyVaultCredentialPropertiesOutput;\n kind: \"ManagedIdentity\";\n}\n\n/** Properties of data source. */\nexport interface DataSourcePropertiesOutput {\n /** The create time of data source. */\n readonly createdAt?: string;\n /** The last modified time of data source. */\n readonly lastModifiedAt?: string;\n /** The reference to collection. */\n collection?: CollectionReferenceOutput;\n /** Data source collection moving state. */\n dataSourceCollectionMovingState?: \"Active\" | \"Moving\" | \"Failed\";\n}\n\n/** Properties of azure subscription. */\nexport interface AzureSubscriptionPropertiesOutput extends DataSourcePropertiesOutput {\n /** The subscription ID of azure subscription. */\n subscriptionId?: string;\n /** The resource ID of azure subscription. */\n resourceId?: string;\n /** The data use governance of azure subscription. */\n dataUseGovernance?:\n | \"Disabled\"\n | \"DisabledByAnotherAccount\"\n | \"Enabled\"\n | \"EnabledAtAncestorScope\";\n}\n\n/** Azure subscription data source. */\nexport interface AzureSubscriptionDataSourceOutput extends DataSourceOutputParent {\n /** Azure subscription properties. */\n properties?: AzureSubscriptionPropertiesOutput;\n kind: \"AzureSubscription\";\n}\n\n/** Azure resource group properties. */\nexport interface AzureResourceGroupPropertiesOutput extends DataSourcePropertiesOutput {\n /** Subscription id. */\n subscriptionId?: string;\n /** Resource group. */\n resourceGroup?: string;\n /** Resource id. */\n resourceId?: string;\n /** Data use governance. */\n dataUseGovernance?:\n | \"Disabled\"\n | \"DisabledByAnotherAccount\"\n | \"Enabled\"\n | \"EnabledAtAncestorScope\";\n}\n\n/** Azure resource group data source. */\nexport interface AzureResourceGroupDataSourceOutput extends DataSourceOutputParent {\n /** Azure resource group properties. */\n properties?: AzureResourceGroupPropertiesOutput;\n kind: \"AzureResourceGroup\";\n}\n\n/** Azure data source properties. */\nexport interface AzureDataSourcePropertiesOutput extends DataSourcePropertiesOutput {\n /** Resource group. */\n resourceGroup?: string;\n /** Subscription id. */\n subscriptionId?: string;\n /** Location. */\n location?: string;\n /** Resource name. */\n resourceName?: string;\n /** Resource id. */\n resourceId?: string;\n /** Data use governance. */\n dataUseGovernance?:\n | \"Disabled\"\n | \"DisabledByAnotherAccount\"\n | \"Enabled\"\n | \"EnabledAtAncestorScope\";\n}\n\n/** Azure synapse workspace data source properties. */\nexport interface AzureSynapseWorkspacePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The dedicated SQL endpoint of azure synapse workspace. */\n dedicatedSqlEndpoint?: string;\n /** The serverless SQL endpoint of azure synapse workspace. */\n serverlessSqlEndpoint?: string;\n}\n\n/** Azure synapse workspace data source. */\nexport interface AzureSynapseWorkspaceDataSourceOutput extends DataSourceOutputParent {\n /** Azure synapse workspace properties. */\n properties?: AzureSynapseWorkspacePropertiesOutput;\n kind: \"AzureSynapseWorkspace\";\n}\n\n/** Azure synapse data source properties. */\nexport interface AzureSynapsePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The SQL endpoint of azure synapse. */\n sqlEndpoint?: string;\n /** The SQL on demand endpoint of azure synapse. */\n sqlOnDemandEndpoint?: string;\n}\n\n/** Azure synapse data source. */\nexport interface AzureSynapseDataSourceOutput extends DataSourceOutputParent {\n /** Azure synapse properties. */\n properties?: AzureSynapsePropertiesOutput;\n kind: \"AzureSynapse\";\n}\n\n/** The properties of ADLS Gen1. */\nexport interface AdlsGen1PropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of ADLS Gen1. */\n endpoint?: string;\n}\n\n/** The ADLS Gen1 data source. */\nexport interface AdlsGen1DataSourceOutput extends DataSourceOutputParent {\n /** The properties of ADLS Gen1. */\n properties?: AdlsGen1PropertiesOutput;\n kind: \"AdlsGen1\";\n}\n\n/** The properties of ADLS Gen2. */\nexport interface AdlsGen2PropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of ADLS Gen2. */\n endpoint?: string;\n}\n\n/** The ADLS Gen2 data source. */\nexport interface AdlsGen2DataSourceOutput extends DataSourceOutputParent {\n /** The properties of ADLS Gen2. */\n properties?: AdlsGen2PropertiesOutput;\n kind: \"AdlsGen2\";\n}\n\n/** The properties of Amazon account. */\nexport interface AmazonAccountPropertiesOutput extends DataSourcePropertiesOutput {\n /** AWS account id. */\n awsAccountId?: string;\n /** Role arn. */\n roleARN?: string;\n}\n\n/** The Amazon account data source. */\nexport interface AmazonAccountDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Amazon account. */\n properties?: AmazonAccountPropertiesOutput;\n kind: \"AmazonAccount\";\n}\n\n/** The properties of Amazon S3. */\nexport interface AmazonS3PropertiesOutput extends DataSourcePropertiesOutput {\n /** Service URL. */\n serviceUrl?: string;\n /** Role ARN. */\n roleARN?: string;\n}\n\n/** The Amazon S3 data source. */\nexport interface AmazonS3DataSourceOutput extends DataSourceOutputParent {\n /** Amazon S3 properties. */\n properties?: AmazonS3PropertiesOutput;\n kind: \"AmazonS3\";\n}\n\n/** The properties of Amazon SQL. */\nexport interface AmazonSqlPropertiesOutput extends DataSourcePropertiesOutput {\n /** Server Endpoint. */\n serverEndpoint?: string;\n /** Port. */\n port?: number;\n /** Vpc Endpoint Service Name. */\n vpcEndpointServiceName?: string;\n}\n\n/** The Amazon SQL data source. */\nexport interface AmazonSqlDataSourceOutput extends DataSourceOutputParent {\n /** Amazon SQL properties. */\n properties?: AmazonSqlPropertiesOutput;\n kind: \"AmazonSql\";\n}\n\n/** The properties of Azure Cosmos DB. */\nexport interface AzureCosmosDbPropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The account URI of Azure Cosmos DB. */\n accountUri?: string;\n}\n\n/** The Azure Cosmos DB data source. */\nexport interface AzureCosmosDbDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure Cosmos DB. */\n properties?: AzureCosmosDbPropertiesOutput;\n kind: \"AzureCosmosDb\";\n}\n\n/** The properties of azure data explorer. */\nexport interface AzureDataExplorerPropertiesOutput extends AzureDataSourcePropertiesOutput {\n endpoint?: string;\n}\n\n/** The azure data explorer data source. */\nexport interface AzureDataExplorerDataSourceOutput extends DataSourceOutputParent {\n /** The properties of azure data explorer. */\n properties?: AzureDataExplorerPropertiesOutput;\n kind: \"AzureDataExplorer\";\n}\n\n/** The properties of azure file service. */\nexport interface AzureFileServicePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of azure file service. */\n endpoint?: string;\n}\n\n/** The azure file service data source. */\nexport interface AzureFileServiceDataSourceOutput extends DataSourceOutputParent {\n /** The properties of azure file service. */\n properties?: AzureFileServicePropertiesOutput;\n kind: \"AzureFileService\";\n}\n\n/** The properties of Azure SQL database. */\nexport interface AzureSqlDatabasePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of Azure SQL database. */\n serverEndpoint?: string;\n}\n\n/** The Azure SQL database data source. */\nexport interface AzureSqlDatabaseDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure SQL database. */\n properties?: AzureSqlDatabasePropertiesOutput;\n kind: \"AzureSqlDatabase\";\n}\n\n/** The properties of Amazon Postgre SQL. */\nexport interface AmazonPostgreSqlPropertiesOutput extends DataSourcePropertiesOutput {\n /** The server endpoint of Amazon Postgre SQL. */\n serverEndpoint?: string;\n /** The port of Amazon Postgre SQL. */\n port?: number;\n /** The vpc endpoint service name of Amazon Postgre SQL. */\n vpcEndpointServiceName?: string;\n}\n\n/** The Amazon Postgre SQL data source. */\nexport interface AmazonPostgreSqlDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Amazon Postgre SQL. */\n properties?: AmazonPostgreSqlPropertiesOutput;\n kind: \"AmazonPostgreSql\";\n}\n\n/** The properties of Azure Postgre SQL. */\nexport interface AzurePostgreSqlPropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of Azure Postgre SQL. */\n serverEndpoint?: string;\n port?: number;\n}\n\n/** The Azure Postgre SQL data source. */\nexport interface AzurePostgreSqlDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure Postgre SQL. */\n properties?: AzurePostgreSqlPropertiesOutput;\n kind: \"AzurePostgreSql\";\n}\n\n/** The properties of sql server database. */\nexport interface SqlServerDatabasePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of sql server database. */\n serverEndpoint?: string;\n}\n\n/** The sql server database data source. */\nexport interface SqlServerDatabaseDataSourceOutput extends DataSourceOutputParent {\n /** The properties of sql server database. */\n properties?: SqlServerDatabasePropertiesOutput;\n kind: \"SqlServerDatabase\";\n}\n\n/** The properties of Azure SQL database managed instance. */\nexport interface AzureSqlDatabaseManagedInstancePropertiesOutput\n extends AzureDataSourcePropertiesOutput {\n serverEndpoint?: string;\n}\n\n/** The Azure SQL database managed instance data source. */\nexport interface AzureSqlDatabaseManagedInstanceDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure SQL database managed instance. */\n properties?: AzureSqlDatabaseManagedInstancePropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstance\";\n}\n\n/** The properties of Azure SQL data warehouse. */\nexport interface AzureSqlDataWarehousePropertiesOutput extends AzureDataSourcePropertiesOutput {\n serverEndpoint?: string;\n}\n\n/** The Azure SQL data warehouse data source. */\nexport interface AzureSqlDataWarehouseDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure SQL data warehouse. */\n properties?: AzureSqlDataWarehousePropertiesOutput;\n kind: \"AzureSqlDataWarehouse\";\n}\n\n/** Azure MySQL data source properties. */\nexport interface AzureMySqlPropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of azure my sql. */\n serverEndpoint?: string;\n /** The port of azure my sql. */\n port?: number;\n}\n\n/** Azure MySQL data source. */\nexport interface AzureMySqlDataSourceOutput extends DataSourceOutputParent {\n /** Azure MySQL properties. */\n properties?: AzureMySqlPropertiesOutput;\n kind: \"AzureMySql\";\n}\n\n/** The properties of Azure Storage. */\nexport interface AzureStoragePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of Azure Storage. */\n endpoint?: string;\n}\n\n/** The Azure Storage data source. */\nexport interface AzureStorageDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure Storage. */\n properties?: AzureStoragePropertiesOutput;\n kind: \"AzureStorage\";\n}\n\n/** The properties of teradata. */\nexport interface TeradataPropertiesOutput extends DataSourcePropertiesOutput {\n /** The host of teradata. */\n host?: string;\n}\n\n/** The teradata data source. */\nexport interface TeradataDataSourceOutput extends DataSourceOutputParent {\n /** The properties of teradata. */\n properties?: TeradataPropertiesOutput;\n kind: \"Teradata\";\n}\n\n/** The properties of oracle. */\nexport interface OraclePropertiesOutput extends DataSourcePropertiesOutput {\n /** The host of Oracle server. */\n host?: string;\n /** The port of Oracle server. */\n port?: string;\n /** The service of Oracle server. */\n service?: string;\n}\n\n/** The oracle data source. */\nexport interface OracleDataSourceOutput extends DataSourceOutputParent {\n /** The properties of oracle. */\n properties?: OraclePropertiesOutput;\n kind: \"Oracle\";\n}\n\n/** SAP S/4HANA data source properties. */\nexport interface SapS4HanaPropertiesOutput extends DataSourcePropertiesOutput {\n /** The application server of SAP S/4HANA. */\n applicationServer?: string;\n /** The system number of SAP S/4HANA. */\n systemNumber?: string;\n}\n\n/** SAP S/4HANA data source. */\nexport interface SapS4HanaDataSourceOutput extends DataSourceOutputParent {\n /** SAP S/4HANA data source properties. */\n properties?: SapS4HanaPropertiesOutput;\n kind: \"SapS4Hana\";\n}\n\n/** SAP ECC properties. */\nexport interface SapEccPropertiesOutput extends DataSourcePropertiesOutput {\n /** The application server of SAP ECC. */\n applicationServer?: string;\n /** The system number of SAP ECC. */\n systemNumber?: string;\n}\n\n/** SAP ECC data source. */\nexport interface SapEccDataSourceOutput extends DataSourceOutputParent {\n /** SAP ECC properties. */\n properties?: SapEccPropertiesOutput;\n kind: \"SapEcc\";\n}\n\n/** Power BI properties. */\nexport interface PowerBIPropertiesOutput extends DataSourcePropertiesOutput {\n /** The tenant of Power BI. */\n tenant?: string;\n}\n\n/** Power BI data source. */\nexport interface PowerBIDataSourceOutput extends DataSourceOutputParent {\n /** Power BI properties. */\n properties?: PowerBIPropertiesOutput;\n kind: \"PowerBI\";\n}\n\n/** Scan ruleset properties. */\nexport interface ScanRulesetPropertiesOutput {\n /** The time at which the scan ruleset was created. */\n readonly createdAt?: string;\n description?: string;\n /** The system classifications that are excluded from the scan ruleset. */\n excludedSystemClassifications?: Array<string>;\n /** The custom classification rule names that are included in the scan ruleset. */\n includedCustomClassificationRuleNames?: Array<string>;\n /** The time at which the scan ruleset was last modified. */\n readonly lastModifiedAt?: string;\n}\n\n/** Azure subscription scan ruleset properties. */\nexport interface AzureSubscriptionScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure subscription scan ruleset. */\nexport interface AzureSubscriptionScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure subscription scan ruleset properties. */\n properties?: AzureSubscriptionScanRulesetPropertiesOutput;\n kind: \"AzureSubscription\";\n}\n\n/** Azure resource group scan ruleset properties. */\nexport interface AzureResourceGroupScanRulesetPropertiesOutput\n extends ScanRulesetPropertiesOutput {}\n\n/** Azure resource group scan ruleset. */\nexport interface AzureResourceGroupScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure resource group scan ruleset properties. */\n properties?: AzureResourceGroupScanRulesetPropertiesOutput;\n kind: \"AzureResourceGroup\";\n}\n\n/** Azure synapse workspace scan ruleset properties. */\nexport interface AzureSynapseWorkspaceScanRulesetPropertiesOutput\n extends ScanRulesetPropertiesOutput {}\n\n/** Azure synapse workspace scan ruleset. */\nexport interface AzureSynapseWorkspaceScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure synapse workspace scan ruleset properties. */\n properties?: AzureSynapseWorkspaceScanRulesetPropertiesOutput;\n kind: \"AzureSynapseWorkspace\";\n}\n\n/** Azure synapse scan ruleset properties. */\nexport interface AzureSynapseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure synapse scan ruleset. */\nexport interface AzureSynapseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure synapse scan ruleset properties. */\n properties?: AzureSynapseScanRulesetPropertiesOutput;\n kind: \"AzureSynapse\";\n}\n\n/** Custom file type. */\nexport interface CustomFileTypeOutput {\n /** The built-in file type of the custom file type. */\n builtInType?:\n | \"AVRO\"\n | \"ORC\"\n | \"PARQUET\"\n | \"JSON\"\n | \"TXT\"\n | \"XML\"\n | \"Documents\"\n | \"CSV\"\n | \"PSV\"\n | \"SSV\"\n | \"TSV\"\n | \"GZ\"\n | \"DOC\"\n | \"DOCM\"\n | \"DOCX\"\n | \"DOT\"\n | \"ODP\"\n | \"ODS\"\n | \"ODT\"\n | \"PDF\"\n | \"POT\"\n | \"PPS\"\n | \"PPSX\"\n | \"PPT\"\n | \"PPTM\"\n | \"PPTX\"\n | \"XLC\"\n | \"XLS\"\n | \"XLSB\"\n | \"XLSM\"\n | \"XLSX\"\n | \"XLT\";\n /** The custom delimiter of the custom file type. */\n customDelimiter?: string;\n}\n\n/** Custom file extension. */\nexport interface CustomFileExtensionOutput {\n /** The custom file type of the custom file extension. */\n customFileType?: CustomFileTypeOutput;\n /** The description of the custom file extension. */\n description?: string;\n /** The flag to indicate whether the custom file extension is enabled or not. */\n enabled?: boolean;\n /** The file extension of the custom file extension. */\n fileExtension?: string;\n}\n\n/** Scanning rule. */\nexport interface ScanningRuleOutput {\n fileExtensions?: Array<\n | \"AVRO\"\n | \"ORC\"\n | \"PARQUET\"\n | \"JSON\"\n | \"TXT\"\n | \"XML\"\n | \"Documents\"\n | \"CSV\"\n | \"PSV\"\n | \"SSV\"\n | \"TSV\"\n | \"GZ\"\n | \"DOC\"\n | \"DOCM\"\n | \"DOCX\"\n | \"DOT\"\n | \"ODP\"\n | \"ODS\"\n | \"ODT\"\n | \"PDF\"\n | \"POT\"\n | \"PPS\"\n | \"PPSX\"\n | \"PPT\"\n | \"PPTM\"\n | \"PPTX\"\n | \"XLC\"\n | \"XLS\"\n | \"XLSB\"\n | \"XLSM\"\n | \"XLSX\"\n | \"XLT\"\n >;\n /** The custom file extensions of the scanning rule. */\n customFileExtensions?: Array<CustomFileExtensionOutput>;\n}\n\n/** Scanning rule scan ruleset properties. */\nexport interface ScanningRuleScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {\n /** The scanning rule of the scanning rule scan ruleset. */\n scanningRule?: ScanningRuleOutput;\n}\n\n/** ADLS Gen1 scan ruleset properties. */\nexport interface AdlsGen1ScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** ADLS Gen1 scan ruleset. */\nexport interface AdlsGen1ScanRulesetOutput extends ScanRulesetOutputParent {\n /** ADLS Gen1 scan ruleset properties. */\n properties?: AdlsGen1ScanRulesetPropertiesOutput;\n kind: \"AdlsGen1\";\n}\n\n/** Adls gen 2 scan ruleset properties. */\nexport interface AdlsGen2ScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Adls gen 2 scan ruleset. */\nexport interface AdlsGen2ScanRulesetOutput extends ScanRulesetOutputParent {\n /** Adls gen 2 scan ruleset properties. */\n properties?: AdlsGen2ScanRulesetPropertiesOutput;\n kind: \"AdlsGen2\";\n}\n\n/** Amazon account scan ruleset properties. */\nexport interface AmazonAccountScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Amazon account scan ruleset. */\nexport interface AmazonAccountScanRulesetOutput extends ScanRulesetOutputParent {\n /** Amazon account scan ruleset properties. */\n properties?: AmazonAccountScanRulesetPropertiesOutput;\n kind: \"AmazonAccount\";\n}\n\n/** Amazon S3 scan ruleset properties. */\nexport interface AmazonS3ScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Amazon S3 scan ruleset. */\nexport interface AmazonS3ScanRulesetOutput extends ScanRulesetOutputParent {\n /** Amazon S3 scan ruleset properties. */\n properties?: AmazonS3ScanRulesetPropertiesOutput;\n kind: \"AmazonS3\";\n}\n\n/** Amazon SQL scan ruleset properties. */\nexport interface AmazonSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Amazon SQL scan ruleset. */\nexport interface AmazonSqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Amazon SQL scan ruleset properties. */\n properties?: AmazonSqlScanRulesetPropertiesOutput;\n kind: \"AmazonSql\";\n}\n\n/** Azure Cosmos DB scan ruleset properties. */\nexport interface AzureCosmosDbScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure Cosmos DB scan ruleset. */\nexport interface AzureCosmosDbScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Cosmos DB scan ruleset properties. */\n properties?: AzureCosmosDbScanRulesetPropertiesOutput;\n kind: \"AzureCosmosDb\";\n}\n\n/** Azure data explorer scan ruleset properties. */\nexport interface AzureDataExplorerScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure data explorer scan ruleset. */\nexport interface AzureDataExplorerScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure data explorer scan ruleset properties. */\n properties?: AzureDataExplorerScanRulesetPropertiesOutput;\n kind: \"AzureDataExplorer\";\n}\n\n/** Azure file service scan ruleset properties. */\nexport interface AzureFileServiceScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Azure file service scan ruleset. */\nexport interface AzureFileServiceScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure file service scan ruleset properties. */\n properties?: AzureFileServiceScanRulesetPropertiesOutput;\n kind: \"AzureFileService\";\n}\n\n/** Azure SQL db scan ruleset properties. */\nexport interface AzureSqlDatabaseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure SQL db scan ruleset. */\nexport interface AzureSqlDatabaseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure SQL db scan ruleset properties. */\n properties?: AzureSqlDatabaseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabase\";\n}\n\n/** Azure Postgre SQL scan ruleset properties. */\nexport interface AmazonPostgreSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure Postgre SQL scan ruleset. */\nexport interface AmazonPostgreSqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AmazonPostgreSqlScanRulesetPropertiesOutput;\n kind: \"AmazonPostgreSql\";\n}\n\n/** Azure Postgre SQL scan ruleset properties. */\nexport interface AzurePostgreSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure Postgre SQL scan ruleset. */\nexport interface AzurePostgreSqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AzurePostgreSqlScanRulesetPropertiesOutput;\n kind: \"AzurePostgreSql\";\n}\n\n/** Sql server database scan ruleset properties. */\nexport interface SqlServerDatabaseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Sql server database scan ruleset. */\nexport interface SqlServerDatabaseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Sql server database scan ruleset properties. */\n properties?: SqlServerDatabaseScanRulesetPropertiesOutput;\n kind: \"SqlServerDatabase\";\n}\n\n/** Azure SQL db managed instance scan ruleset properties. */\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput\n extends ScanRulesetPropertiesOutput {}\n\n/** Azure SQL db managed instance scan ruleset. */\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure SQL db managed instance scan ruleset properties. */\n properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstance\";\n}\n\n/** Azure SQL data warehouse scan ruleset properties. */\nexport interface AzureSqlDataWarehouseScanRulesetPropertiesOutput\n extends ScanRulesetPropertiesOutput {}\n\n/** Azure SQL data warehouse scan ruleset. */\nexport interface AzureSqlDataWarehouseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure SQL data warehouse scan ruleset properties. */\n properties?: AzureSqlDataWarehouseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDataWarehouse\";\n}\n\n/** Azure MySQL scan ruleset properties. */\nexport interface AzureMySqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure MySQL scan ruleset. */\nexport interface AzureMySqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure MySQL scan ruleset properties. */\n properties?: AzureMySqlScanRulesetPropertiesOutput;\n kind: \"AzureMySql\";\n}\n\n/** Azure Storage scan ruleset properties. */\nexport interface AzureStorageScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Azure Storage scan ruleset. */\nexport interface AzureStorageScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Storage scan ruleset properties. */\n properties?: AzureStorageScanRulesetPropertiesOutput;\n kind: \"AzureStorage\";\n}\n\n/** Teradata scan ruleset properties. */\nexport interface TeradataScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Teradata scan ruleset. */\nexport interface TeradataScanRulesetOutput extends ScanRulesetOutputParent {\n /** Teradata scan ruleset properties. */\n properties?: TeradataScanRulesetPropertiesOutput;\n kind: \"Teradata\";\n}\n\n/** Oracle scan rule set properties. */\nexport interface OracleScanRulesetPropertiesOutput\n extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Oracle scan ruleset. */\nexport interface OracleScanRulesetOutput extends ScanRulesetOutputParent {\n /** Oracle scan rule set properties. */\n properties?: OracleScanRulesetPropertiesOutput;\n kind: \"Oracle\";\n}\n\n/** SAP S/4HANA scan ruleset properties. */\nexport interface SapS4HanaScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** SAP S/4HANA scan ruleset. */\nexport interface SapS4HanaScanRulesetOutput extends ScanRulesetOutputParent {\n /** SAP S/4HANA scan ruleset properties. */\n properties?: SapS4HanaScanRulesetPropertiesOutput;\n kind: \"SapS4Hana\";\n}\n\n/** SAP ECC scan ruleset properties. */\nexport interface SapEccScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** SAP ECC scan ruleset. */\nexport interface SapEccScanRulesetOutput extends ScanRulesetOutputParent {\n /** SAP ECC scan ruleset properties. */\n properties?: SapEccScanRulesetPropertiesOutput;\n kind: \"SapEcc\";\n}\n\n/** Power BI scan ruleset properties. */\nexport interface PowerBIScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Power BI scan ruleset. */\nexport interface PowerBIScanRulesetOutput extends ScanRulesetOutputParent {\n /** Power BI scan ruleset properties. */\n properties?: PowerBIScanRulesetPropertiesOutput;\n kind: \"PowerBI\";\n}\n\n/** Resource name filter. */\nexport interface ResourceNameFilterOutput {\n excludePrefixes?: Array<string>;\n includePrefixes?: Array<string>;\n resources?: Array<string>;\n}\n\n/** The credential reference. */\nexport interface CredentialReferenceOutput {\n /** The reference name of the credential. */\n referenceName?: string;\n /** The type of the credential. */\n credentialType?:\n | \"AccountKey\"\n | \"ServicePrincipal\"\n | \"BasicAuth\"\n | \"SqlAuth\"\n | \"AmazonARN\"\n | \"ConsumerKeyAuth\"\n | \"DelegatedAuth\"\n | \"ManagedIdentity\";\n}\n\n/** Resource type filter. */\nexport interface ResourceTypeFilterOutput {\n /** The name of the scan ruleset. */\n scanRulesetName?: string;\n /** The type of the scan ruleset. */\n scanRulesetType?: \"Custom\" | \"System\";\n /** Resource name filter. */\n resourceNameFilter?: ResourceNameFilterOutput;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** The integration runtime reference. */\nexport interface ConnectedViaOutput {\n /** The reference name of the integration runtime. */\n referenceName?: string;\n /** The type of the integration runtime. */\n readonly integrationRuntimeType?: string;\n}\n\n/** Scan properties. */\nexport interface ScanPropertiesOutput {\n /** The name of the scan ruleset. */\n scanRulesetName?: string;\n /** The name of the business rule set. */\n businessRuleSetName?: string;\n /** The type of the scan ruleset. */\n scanRulesetType?: \"Custom\" | \"System\";\n /** The collection reference of the scan. */\n collection?: CollectionReferenceOutput;\n /** The domain of the scan. */\n domain?: string;\n /** The number of workers of the scan. */\n workers?: number;\n /** The creation time of the scan. */\n readonly createdAt?: string;\n /** The last modified time of the scan. */\n readonly lastModifiedAt?: string;\n /** The integration runtime reference of the scan. */\n connectedVia?: ConnectedViaOutput;\n /** The flag to indicate whether the scan is a preset scan or not. */\n isPresetScan?: boolean;\n /** The flag to indicate whether the live view is enabled or not. */\n isLiveViewEnabled?: boolean;\n /** The number of parallel scans. */\n parallelScanCount?: number;\n /** The log level of the scan. */\n logLevel?: string;\n}\n\n/** Expanding resource scan properties. */\nexport interface ExpandingResourceScanPropertiesOutput extends ScanPropertiesOutput {\n /** Resource types of scan properties in expanding resources. */\n resourceTypes?: ExpandingResourceScanPropertiesResourceTypesOutput;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Resource types of scan properties in expanding resources. */\nexport interface ExpandingResourceScanPropertiesResourceTypesOutput {\n /** Resource type filter. */\n none?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSubscription?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureResourceGroup?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSynapseWorkspace?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSynapse?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n adlsGen1?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n adlsGen2?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonAccount?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonS3?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonSql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureCosmosDb?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureDataExplorer?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureFileService?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSqlDatabase?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonPostgreSql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azurePostgreSql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n sqlServerDatabase?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSqlDatabaseManagedInstance?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSqlDataWarehouse?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureMySql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureStorage?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n teradata?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n oracle?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n sapS4Hana?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n sapEcc?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n powerBI?: ResourceTypeFilterOutput;\n}\n\n/** Azure subscription credential scan properties. */\nexport interface AzureSubscriptionCredentialScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure subscription credential scan. */\nexport interface AzureSubscriptionCredentialScanOutput extends ScanOutputParent {\n /** Azure subscription credential scan properties. */\n properties?: AzureSubscriptionCredentialScanPropertiesOutput;\n kind: \"AzureSubscriptionCredential\";\n}\n\n/** Azure subscription MSI scan properties. */\nexport interface AzureSubscriptionMsiScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure subscription MSI scan. */\nexport interface AzureSubscriptionMsiScanOutput extends ScanOutputParent {\n /** Azure subscription MSI scan properties. */\n properties?: AzureSubscriptionMsiScanPropertiesOutput;\n kind: \"AzureSubscriptionMsi\";\n}\n\n/** Azure resource group credential scan properties. */\nexport interface AzureResourceGroupCredentialScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure resource group credential scan. */\nexport interface AzureResourceGroupCredentialScanOutput extends ScanOutputParent {\n /** Azure resource group credential scan properties. */\n properties?: AzureResourceGroupCredentialScanPropertiesOutput;\n kind: \"AzureResourceGroupCredential\";\n}\n\n/** Azure resource group MSI scan properties. */\nexport interface AzureResourceGroupMsiScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure resource group MSI scan. */\nexport interface AzureResourceGroupMsiScanOutput extends ScanOutputParent {\n /** Azure resource group MSI scan properties. */\n properties?: AzureResourceGroupMsiScanPropertiesOutput;\n kind: \"AzureResourceGroupMsi\";\n}\n\n/** Azure synapse workspace credential scan properties. */\nexport interface AzureSynapseWorkspaceCredentialScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse workspace credential scan. */\nexport interface AzureSynapseWorkspaceCredentialScanOutput extends ScanOutputParent {\n /** Azure synapse workspace credential scan properties. */\n properties?: AzureSynapseWorkspaceCredentialScanPropertiesOutput;\n kind: \"AzureSynapseWorkspaceCredential\";\n}\n\n/** Azure synapse workspace MSI scan properties. */\nexport interface AzureSynapseWorkspaceMsiScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse workspace MSI scan. */\nexport interface AzureSynapseWorkspaceMsiScanOutput extends ScanOutputParent {\n /** Azure synapse workspace MSI scan properties. */\n properties?: AzureSynapseWorkspaceMsiScanPropertiesOutput;\n kind: \"AzureSynapseWorkspaceMsi\";\n}\n\n/** Azure synapse credential scan properties. */\nexport interface AzureSynapseCredentialScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse credential scan. */\nexport interface AzureSynapseCredentialScanOutput extends ScanOutputParent {\n /** Azure synapse credential scan properties. */\n properties?: AzureSynapseCredentialScanPropertiesOutput;\n kind: \"AzureSynapseCredential\";\n}\n\n/** Azure synapse MSI scan properties. */\nexport interface AzureSynapseMsiScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse MSI scan. */\nexport interface AzureSynapseMsiScanOutput extends ScanOutputParent {\n /** Azure synapse MSI scan properties. */\n properties?: AzureSynapseMsiScanPropertiesOutput;\n kind: \"AzureSynapseMsi\";\n}\n\n/** ADLS Gen1 credential scan properties. */\nexport interface AdlsGen1CredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** ADLS Gen1 credential scan. */\nexport interface AdlsGen1CredentialScanOutput extends ScanOutputParent {\n /** ADLS Gen1 credential scan properties. */\n properties?: AdlsGen1CredentialScanPropertiesOutput;\n kind: \"AdlsGen1Credential\";\n}\n\n/** ADLS Gen1 MSI scan properties. */\nexport interface AdlsGen1MsiScanPropertiesOutput extends ScanPropertiesOutput {}\n\n/** ADLS Gen1 MSI scan. */\nexport interface AdlsGen1MsiScanOutput extends ScanOutputParent {\n /** ADLS Gen1 MSI scan properties. */\n properties?: AdlsGen1MsiScanPropertiesOutput;\n kind: \"AdlsGen1Msi\";\n}\n\n/** ADLS Gen2 credential scan properties. */\nexport interface AdlsGen2CredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** ADLS Gen2 credential scan. */\nexport interface AdlsGen2CredentialScanOutput extends ScanOutputParent {\n /** ADLS Gen2 credential scan properties. */\n properties?: AdlsGen2CredentialScanPropertiesOutput;\n kind: \"AdlsGen2Credential\";\n}\n\n/** ADLS Gen2 MSI scan properties. */\nexport interface AdlsGen2MsiScanPropertiesOutput extends ScanPropertiesOutput {}\n\n/** ADLS Gen2 MSI scan. */\nexport interface AdlsGen2MsiScanOutput extends ScanOutputParent {\n /** ADLS Gen2 MSI scan properties. */\n properties?: AdlsGen2MsiScanPropertiesOutput;\n kind: \"AdlsGen2Msi\";\n}\n\n/** Amazon account credential scan properties. */\nexport interface AmazonAccountCredentialScanPropertiesOutput\n extends ExpandingResourceScanPropertiesOutput {}\n\n/** Amazon account credential scan. */\nexport interface AmazonAccountCredentialScanOutput extends ScanOutputParent {\n /** Amazon account credential scan properties. */\n properties?: AmazonAccountCredentialScanPropertiesOutput;\n kind: \"AmazonAccountCredential\";\n}\n\n/** Amazon S3 credential scan properties. */\nexport interface AmazonS3CredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n roleARN?: string;\n isMauiScan?: boolean;\n}\n\n/** Amazon S3 credential scan. */\nexport interface AmazonS3CredentialScanOutput extends ScanOutputParent {\n /** Amazon S3 credential scan properties. */\n properties?: AmazonS3CredentialScanPropertiesOutput;\n kind: \"AmazonS3Credential\";\n}\n\n/** Amazon S3 role ARN scan properties. */\nexport interface AmazonS3RoleARNScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The role ARN of the scan. */\n roleARN?: string;\n /** The flag to indicate whether the scan is a Maui scan or not. */\n isMauiScan?: boolean;\n}\n\n/** Amazon S3 role ARN scan. */\nexport interface AmazonS3RoleARNScanOutput extends ScanOutputParent {\n /** Amazon S3 role ARN scan properties. */\n properties?: AmazonS3RoleARNScanPropertiesOutput;\n kind: \"AmazonS3RoleARN\";\n}\n\n/** Amazon SQL credential scan properties. */\nexport interface AmazonSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The endpoint of Amazon SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n /** The port of Amazon SQL server. */\n port?: number;\n /** The VPC endpoint service name of Amazon SQL server. */\n vpcEndpointServiceName?: string;\n}\n\n/** Amazon SQL credential scan. */\nexport interface AmazonSqlCredentialScanOutput extends ScanOutputParent {\n /** Amazon SQL credential scan properties. */\n properties?: AmazonSqlCredentialScanPropertiesOutput;\n kind: \"AmazonSqlCredential\";\n}\n\n/** Azure Cosmos DB credential scan properties. */\nexport interface AzureCosmosDbCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n databaseName?: string;\n}\n\n/** Azure Cosmos DB credential scan. */\nexport interface AzureCosmosDbCredentialScanOutput extends ScanOutputParent {\n /** Azure Cosmos DB credential scan properties. */\n properties?: AzureCosmosDbCredentialScanPropertiesOutput;\n kind: \"AzureCosmosDbCredential\";\n}\n\n/** Azure data Explorer credential scan properties. */\nexport interface AzureDataExplorerCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n database?: string;\n}\n\n/** Azure data Explorer credential scan. */\nexport interface AzureDataExplorerCredentialScanOutput extends ScanOutputParent {\n /** Azure data Explorer credential scan properties. */\n properties?: AzureDataExplorerCredentialScanPropertiesOutput;\n kind: \"AzureDataExplorerCredential\";\n}\n\n/** Azure data Explorer MSI scan properties. */\nexport interface AzureDataExplorerMsiScanPropertiesOutput extends ScanPropertiesOutput {\n database?: string;\n}\n\n/** Azure data Explorer MSI scan. */\nexport interface AzureDataExplorerMsiScanOutput extends ScanOutputParent {\n /** Azure data Explorer MSI scan properties. */\n properties?: AzureDataExplorerMsiScanPropertiesOutput;\n kind: \"AzureDataExplorerMsi\";\n}\n\n/** Azure file service credential scan properties. */\nexport interface AzureFileServiceCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n shareName?: string;\n}\n\n/** Azure file service credential scan. */\nexport interface AzureFileServiceCredentialScanOutput extends ScanOutputParent {\n /** Azure file service credential scan properties. */\n properties?: AzureFileServiceCredentialScanPropertiesOutput;\n kind: \"AzureFileServiceCredential\";\n}\n\n/** Azure SQL scan properties. */\nexport interface AzureSqlScanPropertiesOutput extends ScanPropertiesOutput {\n /** The endpoint of Azure SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n}\n\n/** Azure SQL credential scan properties. */\nexport interface AzureSqlCredentialScanPropertiesOutput extends AzureSqlScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Azure SQL database credential scan properties. */\nexport interface AzureSqlDatabaseCredentialScanPropertiesOutput\n extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** Azure SQL database credential scan. */\nexport interface AzureSqlDatabaseCredentialScanOutput extends ScanOutputParent {\n /** Azure SQL database credential scan properties. */\n properties?: AzureSqlDatabaseCredentialScanPropertiesOutput;\n kind: \"AzureSqlDatabaseCredential\";\n}\n\n/** Azure SQL database MSI scan properties. */\nexport interface AzureSqlDatabaseMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {}\n\n/** Azure SQL database MSI scan. */\nexport interface AzureSqlDatabaseMsiScanOutput extends ScanOutputParent {\n /** Azure SQL database MSI scan properties. */\n properties?: AzureSqlDatabaseMsiScanPropertiesOutput;\n kind: \"AzureSqlDatabaseMsi\";\n}\n\n/** Amazon Postgre SQL credential scan properties. */\nexport interface AmazonPostgreSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The endpoint of Amazon Postgre SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n /** The port of Amazon Postgre SQL server. */\n port?: number;\n /** The vpc endpoint service name of Amazon Postgre SQL server. */\n vpcEndpointServiceName?: string;\n}\n\n/** Amazon Postgre SQL credential scan. */\nexport interface AmazonPostgreSqlCredentialScanOutput extends ScanOutputParent {\n /** Amazon Postgre SQL credential scan properties. */\n properties?: AmazonPostgreSqlCredentialScanPropertiesOutput;\n kind: \"AmazonPostgreSqlCredential\";\n}\n\n/** Azure Postgre SQL credential scan properties. */\nexport interface AzurePostgreSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The endpoint of Azure Postgre SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n /** The port of Azure Postgre SQL server. */\n port?: number;\n /** The SSL mode of Azure Postgre SQL server. */\n sslMode?: number;\n}\n\n/** Azure Postgre SQL credential scan. */\nexport interface AzurePostgreSqlCredentialScanOutput extends ScanOutputParent {\n /** Azure Postgre SQL credential scan properties. */\n properties?: AzurePostgreSqlCredentialScanPropertiesOutput;\n kind: \"AzurePostgreSqlCredential\";\n}\n\n/** SQL server database credential scan properties. */\nexport interface SqlServerDatabaseCredentialScanPropertiesOutput\n extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** SQL server database credential scan. */\nexport interface SqlServerDatabaseCredentialScanOutput extends ScanOutputParent {\n /** SQL server database credential scan properties. */\n properties?: SqlServerDatabaseCredentialScanPropertiesOutput;\n kind: \"SqlServerDatabaseCredential\";\n}\n\n/** Azure SQL database managed instance credential scan properties. */\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesOutput\n extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** Azure SQL database managed instance credential scan. */\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanOutput extends ScanOutputParent {\n /** Azure SQL database managed instance credential scan properties. */\n properties?: AzureSqlDatabaseManagedInstanceCredentialScanPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstanceCredential\";\n}\n\n/** Azure SQL database managed instance MSI scan properties. */\nexport interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesOutput\n extends AzureSqlScanPropertiesOutput {}\n\n/** Azure SQL database managed instance MSI scan. */\nexport interface AzureSqlDatabaseManagedInstanceMsiScanOutput extends ScanOutputParent {\n /** Azure SQL database managed instance MSI scan properties. */\n properties?: AzureSqlDatabaseManagedInstanceMsiScanPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstanceMsi\";\n}\n\n/** Azure SQL data warehouse credential scan properties. */\nexport interface AzureSqlDataWarehouseCredentialScanPropertiesOutput\n extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** Azure SQL data warehouse credential scan. */\nexport interface AzureSqlDataWarehouseCredentialScanOutput extends ScanOutputParent {\n /** Azure SQL data warehouse credential scan properties. */\n properties?: AzureSqlDataWarehouseCredentialScanPropertiesOutput;\n kind: \"AzureSqlDataWarehouseCredential\";\n}\n\n/** Azure SQL data warehouse MSI scan properties. */\nexport interface AzureSqlDataWarehouseMsiScanPropertiesOutput\n extends AzureSqlScanPropertiesOutput {}\n\n/** Azure SQL data warehouse MSI scan. */\nexport interface AzureSqlDataWarehouseMsiScanOutput extends ScanOutputParent {\n /** Azure SQL data warehouse MSI scan properties. */\n properties?: AzureSqlDataWarehouseMsiScanPropertiesOutput;\n kind: \"AzureSqlDataWarehouseMsi\";\n}\n\n/** Azure MySQL scan properties. */\nexport interface AzureMySqlScanPropertiesOutput extends ScanPropertiesOutput {\n /** The endpoint of the Azure MySQL server. */\n serverEndpoint?: string;\n /** The port of the Azure MySQL server. */\n port?: number;\n /** The database name. */\n databaseName?: string;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Azure MySQL credential scan properties. */\nexport interface AzureMySqlCredentialScanPropertiesOutput extends AzureMySqlScanPropertiesOutput {}\n\n/** Azure MySQL credential scan. */\nexport interface AzureMySqlCredentialScanOutput extends ScanOutputParent {\n /** Azure MySQL credential scan properties. */\n properties?: AzureMySqlCredentialScanPropertiesOutput;\n kind: \"AzureMySqlCredential\";\n}\n\n/** Miti scan properties. */\nexport interface MitiScanPropertiesOutput extends ScanPropertiesOutput {\n /** The maximum memory allowed in GB. */\n maximumMemoryAllowedInGb?: string;\n /** The miti cache. */\n mitiCache?: string;\n}\n\n/** Azure Storage credential scan properties. */\nexport interface AzureStorageCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Azure Storage credential scan. */\nexport interface AzureStorageCredentialScanOutput extends ScanOutputParent {\n /** Azure Storage credential scan properties. */\n properties?: AzureStorageCredentialScanPropertiesOutput;\n kind: \"AzureStorageCredential\";\n}\n\n/** Azure Storage MSI scan properties. */\nexport interface AzureStorageMsiScanPropertiesOutput extends ScanPropertiesOutput {}\n\n/** Azure Storage MSI scan. */\nexport interface AzureStorageMsiScanOutput extends ScanOutputParent {\n /** Azure Storage MSI scan properties. */\n properties?: AzureStorageMsiScanPropertiesOutput;\n kind: \"AzureStorageMsi\";\n}\n\n/** Teradata credential scan properties. */\nexport interface TeradataCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n schema?: string;\n driverLocation?: string;\n storedProcedureDetails?: string;\n}\n\n/** Teradata credential scan. */\nexport interface TeradataCredentialScanOutput extends ScanOutputParent {\n /** Teradata credential scan properties. */\n properties?: TeradataCredentialScanPropertiesOutput;\n kind: \"TeradataTeradataCredential\";\n}\n\n/** Teradata user pass scan properties. */\nexport interface TeradataUserPassScanPropertiesOutput extends ScanPropertiesOutput {\n username?: string;\n password?: string;\n}\n\n/** Teradata user pass scan. */\nexport interface TeradataUserPassScanOutput extends ScanOutputParent {\n /** Teradata user pass scan properties. */\n properties?: TeradataUserPassScanPropertiesOutput;\n kind: \"TeradataUserPass\";\n}\n\n/** Teradata user pass scan properties. */\nexport interface TeradataTeradataUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The username of Teradata server. */\n username?: string;\n /** The password of Teradata server. */\n password?: string;\n /** The schema. */\n schema?: string;\n /** The driver location. */\n driverLocation?: string;\n}\n\n/** Teradata user pass scan. */\nexport interface TeradataTeradataUserPassScanOutput extends ScanOutputParent {\n /** Teradata user pass scan properties. */\n properties?: TeradataTeradataUserPassScanPropertiesOutput;\n kind: \"TeradataTeradataUserPass\";\n}\n\n/** Oracle credential scan properties. */\nexport interface OracleCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n schema?: string;\n driverLocation?: string;\n storedProcedureDetails?: string;\n}\n\n/** Oracle credential scan. */\nexport interface OracleCredentialScanOutput extends ScanOutputParent {\n /** Oracle credential scan properties. */\n properties?: OracleCredentialScanPropertiesOutput;\n kind: \"OracleOracleCredential\";\n}\n\n/** Oracle user pass scan properties. */\nexport interface OracleUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The username of Oracle server. */\n username?: string;\n /** The password of Oracle server. */\n password?: string;\n /** The schema. */\n schema?: string;\n /** The driver location. */\n driverLocation?: string;\n}\n\n/** Oracle user pass scan. */\nexport interface OracleUserPassScanOutput extends ScanOutputParent {\n /** Oracle user pass scan properties. */\n properties?: OracleUserPassScanPropertiesOutput;\n kind: \"OracleOracleUserPass\";\n}\n\n/** SAP S/4HANA credential scan properties. */\nexport interface SapS4HanaSapS4HanaCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The client ID of SAP S/4HANA server. */\n clientId?: string;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The JCo library path. */\n jCoLibraryPath?: string;\n}\n\n/** SAP S/4HANA credential scan. */\nexport interface SapS4HanaSapS4HanaCredentialScanOutput extends ScanOutputParent {\n /** SAP S/4HANA credential scan properties. */\n properties?: SapS4HanaSapS4HanaCredentialScanPropertiesOutput;\n kind: \"SapS4HanaSapS4HanaCredential\";\n}\n\n/** SAP S/4HANA user pass scan properties. */\nexport interface SapS4HanaSapS4HanaUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The client ID of SAP S/4HANA server. */\n clientId?: string;\n /** The username of SAP S/4HANA server. */\n username?: string;\n /** The password of SAP S/4HANA server. */\n password?: string;\n /** The JCo library path. */\n jCoLibraryPath?: string;\n}\n\n/** SAP S/4HANA user pass scan. */\nexport interface SapS4HanaSapS4HanaUserPassScanOutput extends ScanOutputParent {\n /** SAP S/4HANA user pass scan properties. */\n properties?: SapS4HanaSapS4HanaUserPassScanPropertiesOutput;\n kind: \"SapS4HanaSapS4HanaUserPass\";\n}\n\n/** SAP ECC credential scan properties. */\nexport interface SapEccCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n clientId?: string;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n jCoLibraryPath?: string;\n}\n\n/** SAP ECC credential scan. */\nexport interface SapEccCredentialScanOutput extends ScanOutputParent {\n /** SAP ECC credential scan properties. */\n properties?: SapEccCredentialScanPropertiesOutput;\n kind: \"SapEccSapEccCredential\";\n}\n\n/** SAP ECC user pass scan properties. */\nexport interface SapEccUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n clientId?: string;\n username?: string;\n password?: string;\n jCoLibraryPath?: string;\n}\n\n/** SAP ECC user pass scan. */\nexport interface SapEccUserPassScanOutput extends ScanOutputParent {\n /** SAP ECC user pass scan properties. */\n properties?: SapEccUserPassScanPropertiesOutput;\n kind: \"SapEccSapEccUserPass\";\n}\n\n/** Power BI delegated scan properties. */\nexport interface PowerBIDelegatedScanPropertiesOutput extends ScanPropertiesOutput {\n tenant?: string;\n authenticationType?: string;\n clientId?: string;\n userName?: string;\n password?: string;\n includePersonalWorkspaces?: boolean;\n}\n\n/** Power BI delegated scan. */\nexport interface PowerBIDelegatedScanOutput extends ScanOutputParent {\n /** Power BI delegated scan properties. */\n properties?: PowerBIDelegatedScanPropertiesOutput;\n kind: \"PowerBIDelegated\";\n}\n\n/** Power BI MSI scan properties. */\nexport interface PowerBIMsiScanPropertiesOutput extends ScanPropertiesOutput {\n /** Whether to include personal workspaces or not. */\n includePersonalWorkspaces?: boolean;\n}\n\n/** Power BI MSI scan. */\nexport interface PowerBIMsiScanOutput extends ScanOutputParent {\n /** Power BI MSI scan properties. */\n properties?: PowerBIMsiScanPropertiesOutput;\n kind: \"PowerBIMsi\";\n}\n\n/** Azure subscription system scan ruleset. */\nexport interface AzureSubscriptionSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure subscription scan ruleset properties. */\n properties?: AzureSubscriptionScanRulesetPropertiesOutput;\n kind: \"AzureSubscription\";\n}\n\n/** Azure resource group system scan ruleset. */\nexport interface AzureResourceGroupSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure resource group scan ruleset properties. */\n properties?: AzureResourceGroupScanRulesetPropertiesOutput;\n kind: \"AzureResourceGroup\";\n}\n\n/** Azure synapse workspace system scan ruleset. */\nexport interface AzureSynapseWorkspaceSystemScanRulesetOutput\n extends SystemScanRulesetOutputParent {\n /** Azure synapse workspace scan ruleset properties. */\n properties?: AzureSynapseWorkspaceScanRulesetPropertiesOutput;\n kind: \"AzureSynapseWorkspace\";\n}\n\n/** Azure Synapse System scan rule set. */\nexport interface AzureSynapseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure synapse scan ruleset properties. */\n properties?: AzureSynapseScanRulesetPropertiesOutput;\n kind: \"AzureSynapse\";\n}\n\n/** ADLS Gen1 System scan rule set. */\nexport interface AdlsGen1SystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** ADLS Gen1 scan ruleset properties. */\n properties?: AdlsGen1ScanRulesetPropertiesOutput;\n kind: \"AdlsGen1\";\n}\n\n/** ADLS Gen2 system scan rule set. */\nexport interface AdlsGen2SystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Adls gen 2 scan ruleset properties. */\n properties?: AdlsGen2ScanRulesetPropertiesOutput;\n kind: \"AdlsGen2\";\n}\n\n/** Amazon account system scan rule set. */\nexport interface AmazonAccountSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Amazon account scan ruleset properties. */\n properties?: AmazonAccountScanRulesetPropertiesOutput;\n kind: \"AmazonAccount\";\n}\n\n/** Amazon S3 system scan ruleset. */\nexport interface AmazonS3SystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Amazon S3 scan ruleset properties. */\n properties?: AmazonS3ScanRulesetPropertiesOutput;\n kind: \"AmazonS3\";\n}\n\n/** Amazon SQL system scan ruleset. */\nexport interface AmazonSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Amazon SQL scan ruleset properties. */\n properties?: AmazonSqlScanRulesetPropertiesOutput;\n kind: \"AmazonSql\";\n}\n\n/** Azure Cosmos DB system scan rule set. */\nexport interface AzureCosmosDbSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Cosmos DB scan ruleset properties. */\n properties?: AzureCosmosDbScanRulesetPropertiesOutput;\n kind: \"AzureCosmosDb\";\n}\n\n/** Azure data explorer system scan rule set. */\nexport interface AzureDataExplorerSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure data explorer scan ruleset properties. */\n properties?: AzureDataExplorerScanRulesetPropertiesOutput;\n kind: \"AzureDataExplorer\";\n}\n\n/** Azure file service system scan rule set. */\nexport interface AzureFileServiceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure file service scan ruleset properties. */\n properties?: AzureFileServiceScanRulesetPropertiesOutput;\n kind: \"AzureFileService\";\n}\n\n/** Azure SQL db system scan rule set. */\nexport interface AzureSqlDatabaseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure SQL db scan ruleset properties. */\n properties?: AzureSqlDatabaseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabase\";\n}\n\n/** Amazon Postgre SQL system scan rule set. */\nexport interface AmazonPostgreSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AmazonPostgreSqlScanRulesetPropertiesOutput;\n kind: \"AmazonPostgreSql\";\n}\n\n/** Azure Postgre SQL system scan rule set. */\nexport interface AzurePostgreSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AzurePostgreSqlScanRulesetPropertiesOutput;\n kind: \"AzurePostgreSql\";\n}\n\n/** Sql server database system scan rule set. */\nexport interface SqlServerDatabaseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Sql server database scan ruleset properties. */\n properties?: SqlServerDatabaseScanRulesetPropertiesOutput;\n kind: \"SqlServerDatabase\";\n}\n\n/** Azure SQL database managed instance system scan rule set. */\nexport interface AzureSqlDatabaseManagedInstanceSystemScanRulesetOutput\n extends SystemScanRulesetOutputParent {\n /** Azure SQL db managed instance scan ruleset properties. */\n properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstance\";\n}\n\n/** Azure SQL data warehouse system scan ruleset. */\nexport interface AzureSqlDataWarehouseSystemScanRulesetOutput\n extends SystemScanRulesetOutputParent {\n /** Azure SQL data warehouse scan ruleset properties. */\n properties?: AzureSqlDataWarehouseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDataWarehouse\";\n}\n\n/** Azure MySQL system scan ruleset. */\nexport interface AzureMySqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure MySQL scan ruleset properties. */\n properties?: AzureMySqlScanRulesetPropertiesOutput;\n kind: \"AzureMySql\";\n}\n\n/** Azure Storage system scan ruleset. */\nexport interface AzureStorageSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Storage scan ruleset properties. */\n properties?: AzureStorageScanRulesetPropertiesOutput;\n kind: \"AzureStorage\";\n}\n\n/** Teradata system scan ruleset. */\nexport interface TeradataSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Teradata scan ruleset properties. */\n properties?: TeradataScanRulesetPropertiesOutput;\n kind: \"Teradata\";\n}\n\n/** Oracle system scan ruleset. */\nexport interface OracleSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Oracle scan rule set properties. */\n properties?: OracleScanRulesetPropertiesOutput;\n kind: \"Oracle\";\n}\n\n/** SAP S/4HANA system scan ruleset. */\nexport interface SapS4HanaSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** SAP S/4HANA scan ruleset properties. */\n properties?: SapS4HanaScanRulesetPropertiesOutput;\n kind: \"SapS4Hana\";\n}\n\n/** SAP ECC system scan ruleset. */\nexport interface SapEccSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** SAP ECC scan ruleset properties. */\n properties?: SapEccScanRulesetPropertiesOutput;\n kind: \"SapEcc\";\n}\n\n/** Power BI system scan ruleset. */\nexport interface PowerBISystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Power BI scan ruleset properties. */\n properties?: PowerBIScanRulesetPropertiesOutput;\n kind: \"PowerBI\";\n}\n\n/** The classification rule. */\nexport type ClassificationRuleOutput =\n | SystemClassificationRuleOutput\n | CustomClassificationRuleOutput;\n/** The credential. */\nexport type CredentialOutput =\n | AccountKeyAuthAzureKeyVaultCredentialOutput\n | BasicAuthAzureKeyVaultCredentialOutput\n | RoleARNCredentialOutput\n | ServicePrincipalAzureKeyVaultCredentialOutput\n | SqlAuthAzureKeyVaultCredentialOutput\n | ConsumerKeyAuthAzureKeyVaultCredentialOutput\n | DelegatedAuthAzureKeyVaultCredentialOutput\n | ManagedIdentityAzureKeyVaultCredentialOutput;\n/** The data source. */\nexport type DataSourceOutput =\n | AzureSubscriptionDataSourceOutput\n | AzureResourceGroupDataSourceOutput\n | AzureSynapseWorkspaceDataSourceOutput\n | AzureSynapseDataSourceOutput\n | AdlsGen1DataSourceOutput\n | AdlsGen2DataSourceOutput\n | AmazonAccountDataSourceOutput\n | AmazonS3DataSourceOutput\n | AmazonSqlDataSourceOutput\n | AzureCosmosDbDataSourceOutput\n | AzureDataExplorerDataSourceOutput\n | AzureFileServiceDataSourceOutput\n | AzureSqlDatabaseDataSourceOutput\n | AmazonPostgreSqlDataSourceOutput\n | AzurePostgreSqlDataSourceOutput\n | SqlServerDatabaseDataSourceOutput\n | AzureSqlDatabaseManagedInstanceDataSourceOutput\n | AzureSqlDataWarehouseDataSourceOutput\n | AzureMySqlDataSourceOutput\n | AzureStorageDataSourceOutput\n | TeradataDataSourceOutput\n | OracleDataSourceOutput\n | SapS4HanaDataSourceOutput\n | SapEccDataSourceOutput\n | PowerBIDataSourceOutput;\n/** The scan. */\nexport type ScanOutput =\n | AzureSubscriptionCredentialScanOutput\n | AzureSubscriptionMsiScanOutput\n | AzureResourceGroupCredentialScanOutput\n | AzureResourceGroupMsiScanOutput\n | AzureSynapseWorkspaceCredentialScanOutput\n | AzureSynapseWorkspaceMsiScanOutput\n | AzureSynapseCredentialScanOutput\n | AzureSynapseMsiScanOutput\n | AdlsGen1CredentialScanOutput\n | AdlsGen1MsiScanOutput\n | AdlsGen2CredentialScanOutput\n | AdlsGen2MsiScanOutput\n | AmazonAccountCredentialScanOutput\n | AmazonS3CredentialScanOutput\n | AmazonS3RoleARNScanOutput\n | AmazonSqlCredentialScanOutput\n | AzureCosmosDbCredentialScanOutput\n | AzureDataExplorerCredentialScanOutput\n | AzureDataExplorerMsiScanOutput\n | AzureFileServiceCredentialScanOutput\n | AzureSqlDatabaseCredentialScanOutput\n | AzureSqlDatabaseMsiScanOutput\n | AmazonPostgreSqlCredentialScanOutput\n | AzurePostgreSqlCredentialScanOutput\n | SqlServerDatabaseCredentialScanOutput\n | AzureSqlDatabaseManagedInstanceCredentialScanOutput\n | AzureSqlDatabaseManagedInstanceMsiScanOutput\n | AzureSqlDataWarehouseCredentialScanOutput\n | AzureSqlDataWarehouseMsiScanOutput\n | AzureMySqlCredentialScanOutput\n | AzureStorageCredentialScanOutput\n | AzureStorageMsiScanOutput\n | TeradataCredentialScanOutput\n | TeradataUserPassScanOutput\n | TeradataTeradataUserPassScanOutput\n | OracleCredentialScanOutput\n | OracleUserPassScanOutput\n | SapS4HanaSapS4HanaCredentialScanOutput\n | SapS4HanaSapS4HanaUserPassScanOutput\n | SapEccCredentialScanOutput\n | SapEccUserPassScanOutput\n | PowerBIDelegatedScanOutput\n | PowerBIMsiScanOutput;\n/** Purview nested object which serves as a compute resource for activities. */\nexport type IntegrationRuntimeOutput =\n | ManagedIntegrationRuntimeOutput\n | SelfHostedIntegrationRuntimeOutput;\n/** Integration runtime status. */\nexport type IntegrationRuntimeStatusOutput =\n | SelfHostedIntegrationRuntimeStatusOutput\n | ManagedIntegrationRuntimeStatusOutput;\n/** The scan ruleset. */\nexport type ScanRulesetOutput =\n | AzureSubscriptionScanRulesetOutput\n | AzureResourceGroupScanRulesetOutput\n | AzureSynapseWorkspaceScanRulesetOutput\n | AzureSynapseScanRulesetOutput\n | AdlsGen1ScanRulesetOutput\n | AdlsGen2ScanRulesetOutput\n | AmazonAccountScanRulesetOutput\n | AmazonS3ScanRulesetOutput\n | AmazonSqlScanRulesetOutput\n | AzureCosmosDbScanRulesetOutput\n | AzureDataExplorerScanRulesetOutput\n | AzureFileServiceScanRulesetOutput\n | AzureSqlDatabaseScanRulesetOutput\n | AmazonPostgreSqlScanRulesetOutput\n | AzurePostgreSqlScanRulesetOutput\n | SqlServerDatabaseScanRulesetOutput\n | AzureSqlDatabaseManagedInstanceScanRulesetOutput\n | AzureSqlDataWarehouseScanRulesetOutput\n | AzureMySqlScanRulesetOutput\n | AzureStorageScanRulesetOutput\n | TeradataScanRulesetOutput\n | OracleScanRulesetOutput\n | SapS4HanaScanRulesetOutput\n | SapEccScanRulesetOutput\n | PowerBIScanRulesetOutput;\n/** The system scan ruleset. */\nexport type SystemScanRulesetOutput =\n | AzureSubscriptionSystemScanRulesetOutput\n | AzureResourceGroupSystemScanRulesetOutput\n | AzureSynapseWorkspaceSystemScanRulesetOutput\n | AzureSynapseSystemScanRulesetOutput\n | AdlsGen1SystemScanRulesetOutput\n | AdlsGen2SystemScanRulesetOutput\n | AmazonAccountSystemScanRulesetOutput\n | AmazonS3SystemScanRulesetOutput\n | AmazonSqlSystemScanRulesetOutput\n | AzureCosmosDbSystemScanRulesetOutput\n | AzureDataExplorerSystemScanRulesetOutput\n | AzureFileServiceSystemScanRulesetOutput\n | AzureSqlDatabaseSystemScanRulesetOutput\n | AmazonPostgreSqlSystemScanRulesetOutput\n | AzurePostgreSqlSystemScanRulesetOutput\n | SqlServerDatabaseSystemScanRulesetOutput\n | AzureSqlDatabaseManagedInstanceSystemScanRulesetOutput\n | AzureSqlDataWarehouseSystemScanRulesetOutput\n | AzureMySqlSystemScanRulesetOutput\n | AzureStorageSystemScanRulesetOutput\n | TeradataSystemScanRulesetOutput\n | OracleSystemScanRulesetOutput\n | SapS4HanaSystemScanRulesetOutput\n | SapEccSystemScanRulesetOutput\n | PowerBISystemScanRulesetOutput;\n/** Pattern of classification rule. */\nexport type ClassificationRulePatternOutput = RegexClassificationRulePatternOutput;\n"]}
1
+ {"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../src/outputModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** The Azure Key Vault connection. */\nexport interface AzureKeyVaultOutput extends ProxyResourceOutput {\n /** Azure Key Vault connection properties. */\n properties?: AzureKeyVaultPropertiesOutput;\n}\n\n/** Azure Key Vault connection properties. */\nexport interface AzureKeyVaultPropertiesOutput {\n /** The base URL of the Azure Key Vault. */\n baseUrl?: string;\n /** The description of the Azure Key Vault connection. */\n description?: string;\n}\n\n/** The proxy resource. */\nexport interface ProxyResourceOutput {\n /** The resource identifier. */\n readonly id?: string;\n /** The resource name. */\n readonly name?: string;\n}\n\n/** The error response model. */\nexport interface ErrorResponseModelOutput {\n /** The error model. */\n error: ErrorModelOutput;\n}\n\n/** The error model. */\nexport interface ErrorModelOutput {\n /** A unique error code that identifies the specific error. */\n code: string;\n /** A human-readable error message that provides more details about the error. */\n message: string;\n /** The specific component that the error is associated with. */\n target?: string;\n /** An array of nested ErrorModel objects that provides additional error details. */\n details?: Array<ErrorModelOutput>;\n}\n\n/** List of Azure Key Vault connections. */\nexport interface AzureKeyVaultListOutput {\n /** List of Azure Key Vault connections. */\n value: Array<AzureKeyVaultOutput>;\n /**\n * The link to the next page of results, if any remaining results exist.\n *\n * Value may contain a URL\n */\n nextLink?: string;\n /** The number of Azure Key Vault connections. */\n count?: number;\n}\n\n/** The classification rule. */\nexport interface ClassificationRuleOutputParent extends ProxyResourceOutput {\n kind: \"ClassificationRule\" | \"System\" | \"Custom\";\n}\n\n/** List of classification rules. */\nexport interface ClassificationRuleListOutput {\n /** List of classification rules. */\n value: Array<ClassificationRuleOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of classification rules. */\n count?: number;\n}\n\n/** The operation response. */\nexport interface OperationResponseOutput {\n /**\n * The scan result identifier.\n *\n * Value may contain a UUID\n */\n scanResultId?: string;\n /** The start time of the operation. */\n startTime?: string;\n /** The end time of the operation. */\n endTime?: string;\n /** Scan operation status. */\n status?: \"Accepted\" | \"InProgress\" | \"TransientFailure\" | \"Succeeded\" | \"Failed\" | \"Canceled\";\n /** The error info. */\n error?: ErrorInfoOutput;\n}\n\n/** The error info. */\nexport interface ErrorInfoOutput {\n /** A unique error code that identifies the specific error. */\n code?: string;\n /** A human-readable error message that provides more details about the error. */\n message?: string;\n /** The specific component that the error is associated with. */\n target?: string;\n /** Error info detail. */\n details?: Array<ErrorInfoOutput>;\n}\n\n/** The credential. */\nexport interface CredentialOutputParent extends ProxyResourceOutput {\n kind:\n | \"Credential\"\n | \"AccountKey\"\n | \"BasicAuth\"\n | \"AmazonARN\"\n | \"ServicePrincipal\"\n | \"SqlAuth\"\n | \"ConsumerKeyAuth\"\n | \"DelegatedAuth\"\n | \"ManagedIdentity\";\n}\n\n/** List of credentials. */\nexport interface CredentialListOutput {\n /** List of credentials. */\n value: Array<CredentialOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of credentials. */\n count?: number;\n}\n\n/** The data source. */\nexport interface DataSourceOutputParent extends ProxyResourceOutput {\n /** Scans of this data source. */\n readonly scans?: Array<ScanOutput>;\n /** The creation type. */\n creationType?: \"Manual\" | \"AutoNative\" | \"AutoManaged\";\n kind:\n | \"DataSource\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\n}\n\n/** The scan. */\nexport interface ScanOutputParent extends ProxyResourceOutput {\n /** The scan result with ingestion. */\n readonly lastRunResult?: ScanResultWithIngestionOutput;\n /** The scan identifier. */\n scanId?: string;\n /** The data source identifier. */\n dataSourceIdentifier?: DataSourceIdentifierOutput;\n /** The data source name. */\n dataSourceName?: string;\n /** The creation type. */\n creationType?: \"Manual\" | \"AutoNative\" | \"AutoManaged\";\n kind:\n | \"Scan\"\n | \"AzureSubscriptionCredential\"\n | \"AzureSubscriptionMsi\"\n | \"AzureResourceGroupCredential\"\n | \"AzureResourceGroupMsi\"\n | \"AzureSynapseWorkspaceCredential\"\n | \"AzureSynapseWorkspaceMsi\"\n | \"AzureSynapseCredential\"\n | \"AzureSynapseMsi\"\n | \"AdlsGen1Credential\"\n | \"AdlsGen1Msi\"\n | \"AdlsGen2Credential\"\n | \"AdlsGen2Msi\"\n | \"AmazonAccountCredential\"\n | \"AmazonS3Credential\"\n | \"AmazonS3RoleARN\"\n | \"AmazonSqlCredential\"\n | \"AzureCosmosDbCredential\"\n | \"AzureDataExplorerCredential\"\n | \"AzureDataExplorerMsi\"\n | \"AzureFileServiceCredential\"\n | \"AzureSqlDatabaseCredential\"\n | \"AzureSqlDatabaseMsi\"\n | \"AmazonPostgreSqlCredential\"\n | \"AzurePostgreSqlCredential\"\n | \"SqlServerDatabaseCredential\"\n | \"AzureSqlDatabaseManagedInstanceCredential\"\n | \"AzureSqlDatabaseManagedInstanceMsi\"\n | \"AzureSqlDataWarehouseCredential\"\n | \"AzureSqlDataWarehouseMsi\"\n | \"AzureMySqlCredential\"\n | \"AzureStorageCredential\"\n | \"AzureStorageMsi\"\n | \"TeradataTeradataCredential\"\n | \"TeradataUserPass\"\n | \"TeradataTeradataUserPass\"\n | \"OracleOracleCredential\"\n | \"OracleOracleUserPass\"\n | \"SapS4HanaSapS4HanaCredential\"\n | \"SapS4HanaSapS4HanaUserPass\"\n | \"SapEccSapEccCredential\"\n | \"SapEccSapEccUserPass\"\n | \"PowerBIDelegated\"\n | \"PowerBIMsi\";\n}\n\n/** The scan result with ingestion. */\nexport interface ScanResultWithIngestionOutput {\n /** The discovery execution details. */\n readonly discoveryExecutionDetails?: DiscoveryExecutionDetailsOutput;\n /** The ingestion execution details. */\n readonly ingestionExecutionDetails?: IngestionExecutionDetailsOutput;\n /** The parent scan result identifier. */\n readonly parentId?: string;\n /** The scan result identifier. */\n readonly id?: string;\n /** The ingestion job identifier. */\n ingestionJobId?: string;\n /** The resource identifier. */\n readonly resourceId?: string;\n /** The scan result status. */\n status?: \"Accepted\" | \"InProgress\" | \"TransientFailure\" | \"Succeeded\" | \"Failed\" | \"Canceled\";\n /** The scan diagnostics. */\n readonly diagnostics?: ScanDiagnosticsOutput;\n /** The scan start time. */\n readonly startTime?: string;\n /** The scan end time. */\n readonly endTime?: string;\n /** The scan ruleset version. */\n readonly scanRulesetVersion?: number;\n /** The scan ruleset type. */\n readonly scanRulesetType?: \"Custom\" | \"System\";\n /** Scan level type. */\n readonly scanLevelType?: \"Full\" | \"Incremental\";\n /** The error message. */\n readonly errorMessage?: string;\n /** The error. */\n readonly error?: ErrorModelOutput;\n /** The run type. */\n readonly runType?: string;\n /** The data source type. */\n readonly dataSourceType?:\n | \"None\"\n | \"Fabric\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"ArcEnabledSqlServer\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"Databricks\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"Hdfs\"\n | \"TableauServer\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"PostgreSql\"\n | \"AmazonRedShift\"\n | \"DatabricksHms\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"Snowflake\"\n | \"PowerBI\"\n | \"Trident\"\n | \"Dataverse\"\n | \"DatabricksUnityCatalog\";\n}\n\n/** The discovery execution details. */\nexport interface DiscoveryExecutionDetailsOutput {\n /** The discovery start time. */\n discoveryStartTime?: string;\n /** The discovery end time. */\n discoveryEndTime?: string;\n /** The discovery status. */\n status?:\n | \"Queued\"\n | \"Running\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Cancelled\"\n | \"Delayed\"\n | \"Throttled\"\n | \"CompletedWithExceptions\"\n | \"CompleteWithWarning\";\n /** The discovery statistics. */\n statistics?: Record<string, any>;\n /** Indicates whether the error log is available. */\n isErrorLogAvailable?: boolean;\n}\n\n/** The ingestion execution details. */\nexport interface IngestionExecutionDetailsOutput {\n /** The ingestion start time. */\n ingestionStartTime?: string;\n /** The ingestion end time. */\n ingestionEndTime?: string;\n /** The ingestion status. */\n status?:\n | \"None\"\n | \"Succeeded\"\n | \"Queued\"\n | \"InProgress\"\n | \"SourceUnknown\"\n | \"PartialSucceeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"Canceling\";\n /** The ingestion statistics. */\n statistics?: Record<string, any>;\n /** The estimated time remaining in seconds. */\n estimatedTimeRemainingInSeconds?: number;\n /** Indicates whether the error log is available. */\n isErrorLogAvailable?: boolean;\n /** The last updated time. */\n lastUpdatedAt?: string;\n}\n\n/** The scan diagnostics. */\nexport interface ScanDiagnosticsOutput {\n /** Notifications. */\n notifications?: Array<NotificationOutput>;\n /** Exception count map. */\n readonly exceptionCountMap?: Record<string, number>;\n}\n\n/** The notification model. */\nexport interface NotificationOutput {\n /** Notification message. */\n message?: string;\n /** Notification code. */\n code?: number;\n}\n\n/** The data source identifier. */\nexport interface DataSourceIdentifierOutput {\n /** The item path. */\n itemPath?: ItemPathOutput;\n /** The qualified name. */\n qualifiedName?: QualifiedNameOutput;\n /** The data source name. */\n dataSourceName?: string;\n /** The guid. */\n guid?: string;\n /** The resource identifier. */\n resourceId?: string;\n}\n\n/** The item path. */\nexport interface ItemPathOutput {\n /** The path. */\n path?: string;\n /** The extended properties. */\n extendedProperties?: ExtendedPropertiesOutput;\n}\n\n/** The extended properties. */\nexport interface ExtendedPropertiesOutput {\n /** The subscription identifier. */\n subscriptionId?: string;\n /** The resource group. */\n resourceGroup?: string;\n}\n\n/** The qualified name. */\nexport interface QualifiedNameOutput {\n /** The type name. */\n typeName?: string;\n /** The name. */\n name?: string;\n /** The extended properties. */\n extendedProperties?: ExtendedPropertiesOutput;\n}\n\n/** List of data sources. */\nexport interface DataSourceListOutput {\n /** List of data sources. */\n value: Array<DataSourceOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of data sources. */\n count?: number;\n}\n\n/** The filter. */\nexport interface FilterOutput extends ProxyResourceOutput {\n /** The filter properties. */\n properties?: FilterPropertiesOutput;\n}\n\n/** The filter properties. */\nexport interface FilterPropertiesOutput {\n /** The exclude uri prefixes. */\n excludeUriPrefixes: Array<string>;\n /** The include uri prefixes. */\n includeUriPrefixes: Array<string>;\n /** The exclude regexes. */\n excludeRegexes?: Array<string>;\n /** The include regexes. */\n includeRegexes?: Array<string>;\n}\n\n/** List of integration runtime resources. */\nexport interface IntegrationRuntimeListOutput {\n /** List of integration runtimes. */\n value: Array<IntegrationRuntimeOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of integration runtimes. */\n count?: number;\n}\n\n/** Purview nested object which serves as a compute resource for activities. */\nexport interface IntegrationRuntimeOutputParent extends ProxyResourceOutput {\n kind: \"IntegrationRuntime\" | \"Managed\" | \"SelfHosted\";\n}\n\n/** Integration runtime status. */\nexport interface IntegrationRuntimeStatusOutputParent extends ProxyResourceOutput {\n kind: \"IntegrationRuntimeStatus\" | \"SelfHosted\" | \"Managed\";\n}\n\n/** The integration runtime authentication keys. */\nexport interface IntegrationRuntimeAuthKeysOutput {\n /** The primary integration runtime authentication key. */\n authKey1?: string;\n /** The secondary integration runtime authentication key. */\n authKey2?: string;\n}\n\n/** List of managed virtual network resources. */\nexport interface ManagedVirtualNetworkListOutput {\n /** List of managed virtual networks. */\n value: Array<ManagedVirtualNetworkOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of managed virtual networks. */\n count?: number;\n}\n\n/** The managed virtual network. */\nexport interface ManagedVirtualNetworkOutput extends ProxyResourceOutput {\n /** The properties of managed virtual network. */\n properties?: ManagedVirtualNetworkPropertiesOutput;\n}\n\n/** The properties of managed virtual network. */\nexport interface ManagedVirtualNetworkPropertiesOutput {\n /** The ID of the VNet that this integration runtime will join. */\n readonly vNetId?: string;\n /** The alias of managed virtual network. */\n readonly alias?: string;\n}\n\n/** List of managed private endpoint resources. */\nexport interface ManagedPrivateEndpointListOutput {\n /** List of managed private endpoints. */\n value: Array<ManagedPrivateEndpointOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of managed private endpoints. */\n count?: number;\n}\n\n/** The managed private endpoint. */\nexport interface ManagedPrivateEndpointOutput extends ProxyResourceOutput {\n /** The properties of managed private endpoint. */\n properties?: ManagedPrivateEndpointPropertiesOutput;\n}\n\n/** The properties of managed private endpoint. */\nexport interface ManagedPrivateEndpointPropertiesOutput {\n /** The properties of connection state. */\n connectionState?: ConnectionStatePropertiesOutput;\n /** The fqdns of managed private endpoint. */\n fqdns?: Array<string>;\n /** The group identifier of managed private endpoint. */\n groupId?: string;\n /** The private link resource identifier of managed private endpoint. */\n privateLinkResourceId?: string;\n /** The provisioning state of managed private endpoint. */\n provisioningState?: string;\n}\n\n/** The properties of connection state. */\nexport interface ConnectionStatePropertiesOutput {\n /** ActionsRequired for a private link connection. */\n readonly actionsRequired?: string;\n /** Description of a private link connection. */\n readonly description?: string;\n /** Status of a private link connection. */\n readonly status?: string;\n}\n\n/** List of scans. */\nexport interface ScanListOutput {\n /** List of scans. */\n value: Array<ScanOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of scans. */\n count?: number;\n}\n\n/** List of scan history with ingestion. */\nexport interface ScanHistoryListWithIngestionOutput {\n /** List of scan history with ingestion. */\n value: Array<ScanResultWithIngestionOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of scan history with ingestion. */\n count?: number;\n}\n\n/** The scan ruleset. */\nexport interface ScanRulesetOutputParent extends VersionedScanRulesetOutput {\n kind:\n | \"ScanRuleset\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\n}\n\n/** The versioned scan ruleset. */\nexport interface VersionedScanRulesetOutput extends ProxyResourceOutput {\n /** Versioned scan ruleset properties. */\n scanRulesetType?: \"Custom\" | \"System\";\n /** Status of versioned scan ruleset properties. */\n readonly status?: \"Enabled\" | \"Disabled\";\n /** Version of versioned scan ruleset properties. */\n readonly version?: number;\n}\n\n/** List of scan rulesets. */\nexport interface ScanRulesetListOutput {\n /** List of scan rulesets. */\n value: Array<ScanRulesetOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of scan rulesets. */\n count?: number;\n}\n\n/** List of system scan rulesets. */\nexport interface SystemScanRulesetListOutput {\n /** List of system scan rulesets. */\n value: Array<SystemScanRulesetOutput>;\n /** The link to the next page of results, if any remaining results exist. */\n nextLink?: string;\n /** The number of system scan rulesets. */\n count?: number;\n}\n\n/** The system scan ruleset. */\nexport interface SystemScanRulesetOutputParent extends VersionedScanRulesetOutput {\n kind:\n | \"SystemScanRuleset\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"PowerBI\";\n}\n\n/** The trigger object. */\nexport interface TriggerOutput extends ProxyResourceOutput {\n /** The properties of trigger. */\n properties?: TriggerPropertiesOutput;\n /** The validation error info of trigger. */\n validationErrorInfo?: string;\n}\n\n/** Properties detail of trigger. */\nexport interface TriggerPropertiesOutput {\n /** The recurrence of trigger. */\n recurrence?: TriggerRecurrenceOutput;\n /** The recurrence interval of trigger. */\n recurrenceInterval?: string;\n /** The create time of trigger. */\n readonly createdAt?: string;\n /** The last modified time of trigger. */\n readonly lastModifiedAt?: string;\n /** The last scheduled time of trigger. */\n readonly lastScheduled?: string;\n /** The state of trigger. */\n state?: \"Enabled\" | \"Disabled\";\n /** The scan level of trigger. */\n scanLevel?: \"Full\" | \"Incremental\";\n /** The incremental scan start time of trigger. */\n incrementalScanStartTime?: string;\n}\n\n/** The recurrence of trigger. */\nexport interface TriggerRecurrenceOutput {\n /** The frequency of trigger recurrence. */\n frequency?: \"Week\" | \"Month\" | \"Day\" | \"Hour\";\n /** The interval of trigger recurrence. */\n interval?: number;\n /** The start time of trigger recurrence. */\n startTime?: string;\n /** The end time of trigger recurrence. */\n endTime?: string;\n /** The schedule of trigger recurrence. */\n schedule?: RecurrenceScheduleOutput;\n /** The time zone of trigger recurrence. */\n timeZone?: string;\n}\n\n/** Schedule of recurrence. */\nexport interface RecurrenceScheduleOutput {\n /** The minutes of recurrence schedule. */\n minutes?: Array<number>;\n /** The hours of recurrence schedule. */\n hours?: Array<number>;\n /** The week days of recurrence schedule. */\n weekDays?: Array<\n \"Sunday\" | \"Monday\" | \"Tuesday\" | \"Wednesday\" | \"Thursday\" | \"Friday\" | \"Saturday\"\n >;\n /** Month days of recurrence schedule. */\n monthDays?: Array<number>;\n /** The monthly occurrences of recurrence schedule. */\n monthlyOccurrences?: Array<RecurrenceScheduleOccurrenceOutput>;\n}\n\n/** The occurrence of recurrence schedule. */\nexport interface RecurrenceScheduleOccurrenceOutput {\n /** The day of recurrence schedule occurrence. */\n day?: \"Sunday\" | \"Monday\" | \"Tuesday\" | \"Wednesday\" | \"Thursday\" | \"Friday\" | \"Saturday\";\n occurrence?: number;\n}\n\n/** The compute resource properties for managed integration runtime. */\nexport interface ManagedIntegrationRuntimeComputePropertiesOutput {\n /** The location for managed integration runtime. */\n location?: string;\n}\n\n/** Managed integration runtime type properties. */\nexport interface ManagedIntegrationRuntimeTypePropertiesOutput {\n /** The compute resource properties for managed integration runtime. */\n computeProperties?: ManagedIntegrationRuntimeComputePropertiesOutput;\n}\n\n/** The managed virtual network reference. */\nexport interface ManagedVirtualNetworkReferenceOutput {\n /** Reference ManagedVirtualNetwork name. */\n referenceName?: string;\n /** Managed virtual network reference type. */\n type?: string;\n}\n\n/** The managed integration runtime properties. */\nexport interface ManagedIntegrationRuntimePropertiesOutput {\n /** Managed integration runtime type properties. */\n typeProperties?: ManagedIntegrationRuntimeTypePropertiesOutput;\n /** The managed virtual network reference. */\n managedVirtualNetworkReference?: ManagedVirtualNetworkReferenceOutput;\n /** The managed integration runtime description. */\n description?: string;\n}\n\n/** The managed integration runtime. */\nexport interface ManagedIntegrationRuntimeOutput extends IntegrationRuntimeOutputParent {\n /** The managed integration runtime properties. */\n properties?: ManagedIntegrationRuntimePropertiesOutput;\n kind: \"Managed\";\n}\n\n/** The self-hosted integration runtime properties. */\nexport interface SelfHostedIntegrationRuntimePropertiesOutput {\n /** The self-hosted integration runtime description. */\n description?: string;\n}\n\n/** Self-hosted integration runtime. */\nexport interface SelfHostedIntegrationRuntimeOutput extends IntegrationRuntimeOutputParent {\n /** The self-hosted integration runtime properties. */\n properties?: SelfHostedIntegrationRuntimePropertiesOutput;\n kind: \"SelfHosted\";\n}\n\n/** Properties of Self-hosted integration runtime node. */\nexport interface SelfHostedIntegrationRuntimeNodeOutput {\n /** Name of the integration runtime node. */\n readonly nodeName?: string;\n /** Machine name of the integration runtime node. */\n readonly machineName?: string;\n /** URI for the host machine of the integration runtime. */\n readonly hostServiceUri?: string;\n /** Status of the integration runtime node. */\n readonly status?: string;\n /** The integration runtime capabilities dictionary. */\n readonly capabilities?: Record<string, string>;\n /** Status of the integration runtime node version. */\n readonly versionStatus?: string;\n /** Version of the integration runtime node. */\n readonly version?: string;\n /** The time at which the integration runtime node was registered in ISO8601 format. */\n readonly registerTime?: string;\n /** The most recent time at which the integration runtime was connected in ISO8601 format. */\n readonly lastConnectTime?: string;\n /** The time at which the integration runtime will expire in ISO8601 format. */\n readonly expiryTime?: string;\n /** The time the node last started up. */\n readonly lastStartTime?: string;\n /** The integration runtime node last stop time. */\n readonly lastStopTime?: string;\n /** The result of the last integration runtime node update. */\n readonly lastUpdateResult?: string;\n /** The last time for the integration runtime node update start. */\n readonly lastStartUpdateTime?: string;\n /** The last time for the integration runtime node update end. */\n readonly lastEndUpdateTime?: string;\n /** Indicates whether this node is the active dispatcher for integration runtime requests. */\n readonly isActiveDispatcher?: boolean;\n /** The concurrent jobs limit of self-hosted integration runtime node. */\n readonly concurrentJobsLimit?: number;\n /** The max concurrent jobs of self-hosted integration runtime node. */\n readonly maxConcurrentJobs?: number;\n}\n\n/** Self-hosted integration runtime status type properties. */\nexport interface SelfHostedIntegrationRuntimeStatusTypePropertiesOutput {\n /** The time at which the integration runtime was created, in ISO8601 format. */\n readonly createTime?: string;\n /** The task queue id of the integration runtime. */\n readonly taskQueueId?: string;\n /** It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). */\n readonly internalChannelEncryption?: string;\n /** Version of the integration runtime. */\n readonly version?: string;\n /** List of nodes for this integration runtime. */\n nodes?: Array<SelfHostedIntegrationRuntimeNodeOutput>;\n /** The date at which the integration runtime will be scheduled to update, in ISO8601 format. */\n readonly scheduledUpdateDate?: string;\n /** The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours. */\n readonly updateDelayOffset?: string;\n /** The local time zone offset in hours. */\n readonly localTimeZoneOffset?: string;\n /** Object with additional information about integration runtime capabilities. */\n readonly capabilities?: Record<string, string>;\n /** The URLs for the services used in integration runtime backend service. */\n readonly serviceUrls?: Array<string>;\n /** Whether Self-hosted integration runtime auto update has been turned on. */\n readonly autoUpdate?: \"On\" | \"Off\";\n /** Status of the integration runtime version. */\n readonly versionStatus?: string;\n /** The version that the integration runtime is going to update to. */\n readonly pushedVersion?: string;\n /** The latest version on download center. */\n readonly latestVersion?: string;\n /** The estimated time when the self-hosted integration runtime will be updated. */\n readonly autoUpdateETA?: string;\n}\n\n/** Self-hosted integration runtime status properties. */\nexport interface SelfHostedIntegrationRuntimeStatusPropertiesOutput {\n /** Self-hosted integration runtime status type properties. */\n typeProperties?: SelfHostedIntegrationRuntimeStatusTypePropertiesOutput;\n /** Self-hosted integration runtime state. */\n readonly state?: string;\n}\n\n/** Self-hosted integration runtime status. */\nexport interface SelfHostedIntegrationRuntimeStatusOutput extends IntegrationRuntimeStatusOutputParent {\n /** Self-hosted integration runtime status properties. */\n properties?: SelfHostedIntegrationRuntimeStatusPropertiesOutput;\n kind: \"SelfHosted\";\n}\n\n/** Interactive query properties of managed integration runtime. */\nexport interface InteractiveQueryOutput {\n /** Auto termination minutes of interactive query. */\n autoTerminationMinutes?: number;\n /** Status of interactive query. */\n status?: string;\n}\n\n/** Managed integration runtime status type properties. */\nexport interface ManagedIntegrationRuntimeStatusTypePropertiesOutput {\n /** The time at which the integration runtime was created, in ISO8601 format. */\n createTime?: string;\n /** Interactive query properties of managed integration runtime. */\n interactiveQuery?: InteractiveQueryOutput;\n}\n\n/** Managed integration runtime status properties. */\nexport interface ManagedIntegrationRuntimeStatusPropertiesOutput {\n /** Managed integration runtime status type properties. */\n typeProperties?: ManagedIntegrationRuntimeStatusTypePropertiesOutput;\n /** Managed integration runtime state. */\n readonly state?: string;\n}\n\n/** Managed integration runtime status. */\nexport interface ManagedIntegrationRuntimeStatusOutput extends IntegrationRuntimeStatusOutputParent {\n /** Managed integration runtime status properties. */\n properties?: ManagedIntegrationRuntimeStatusPropertiesOutput;\n kind: \"Managed\";\n}\n\n/** The reference to collection. */\nexport interface CollectionReferenceOutput {\n /** The last modified time of collection reference. */\n readonly lastModifiedAt?: string;\n /** The reference name of collection reference. */\n referenceName?: string;\n /** The type of collection reference. */\n type?: string;\n}\n\n/** The properties of system classification rule. */\nexport interface SystemClassificationRulePropertiesOutput {\n description?: string;\n /** The version of system classification rule. */\n readonly version?: number;\n /** The classification name of system classification rule. */\n classificationName?: string;\n /** The rule status of system classification rule. */\n ruleStatus?: \"Enabled\" | \"Disabled\";\n /** The create time of system classification rule. */\n readonly createdAt?: string;\n /** The last modified time of system classification rule. */\n readonly lastModifiedAt?: string;\n}\n\n/** The rule of system classification. */\nexport interface SystemClassificationRuleOutput extends ClassificationRuleOutputParent {\n /** The properties of system classification rule. */\n properties?: SystemClassificationRulePropertiesOutput;\n kind: \"System\";\n}\n\n/** Pattern of classification rule. */\nexport interface ClassificationRulePatternOutputParent {\n kind: \"ClassificationRulePattern\" | \"Regex\";\n}\n\n/** The properties of custom classification rule. */\nexport interface CustomClassificationRulePropertiesOutput {\n minimumPercentageMatch?: number;\n /** The action of classification rule. */\n readonly classificationAction?: \"Keep\" | \"Delete\";\n /** The data patterns of custom classification rule. */\n dataPatterns?: Array<ClassificationRulePatternOutput>;\n /** The column patterns of custom classification rule. */\n columnPatterns?: Array<ClassificationRulePatternOutput>;\n /** The description of custom classification rule. */\n description?: string;\n /** The version of custom classification rule. */\n readonly version?: number;\n /** The classification name of custom classification rule. */\n classificationName?: string;\n /** The rule status of custom classification rule. */\n ruleStatus?: \"Enabled\" | \"Disabled\";\n /** The create time of custom classification rule. */\n readonly createdAt?: string;\n /** The last modified time of custom classification rule. */\n readonly lastModifiedAt?: string;\n}\n\n/** Rule of custom classification. */\nexport interface CustomClassificationRuleOutput extends ClassificationRuleOutputParent {\n /** The properties of custom classification rule. */\n properties?: CustomClassificationRulePropertiesOutput;\n kind: \"Custom\";\n}\n\n/** Pattern of regex classification rule. */\nexport interface RegexClassificationRulePatternOutput extends ClassificationRulePatternOutputParent {\n /** The pattern of regex classification rule pattern. */\n pattern?: string;\n kind: \"Regex\";\n}\n\n/** The store. */\nexport interface StoreOutput {\n /** The reference name of store. */\n referenceName?: string;\n /** The type of store. */\n type?: string;\n}\n\n/** The key vault secret. */\nexport interface KeyVaultSecretOutput {\n /** The type of key vault secret. */\n type?: string;\n /** The secret name of key vault secret. */\n secretName?: string;\n /** The secret version of key vault secret. */\n secretVersion?: string;\n /** The store. */\n store?: StoreOutput;\n}\n\n/** Properties of key vault secret account key credential type. */\nexport interface KeyVaultSecretAccountKeyCredentialTypePropertiesOutput {\n /** The account key of key vault secret account key credential type. */\n accountKey?: KeyVaultSecretOutput;\n}\n\n/** Properties of account key credential. */\nexport interface AccountKeyCredentialPropertiesOutput {\n /** The type properties of account key credential. */\n typeProperties?: KeyVaultSecretAccountKeyCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Account Key for authentication. */\nexport interface AccountKeyAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of account key auth Azure Key Vault credential. */\n properties?: AccountKeyCredentialPropertiesOutput;\n kind: \"AccountKey\";\n}\n\n/** Properties of key vault secret user pass credential type. */\nexport interface KeyVaultSecretUserPassCredentialTypePropertiesOutput {\n /** User name. */\n user?: string;\n /** The password of key vault secret user pass credential type. */\n password?: KeyVaultSecretOutput;\n}\n\n/** Properties of user pass credential. */\nexport interface UserPassCredentialPropertiesOutput {\n /** Properties of key vault secret user pass credential type. */\n typeProperties?: KeyVaultSecretUserPassCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Basic authentication. */\nexport interface BasicAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of basic auth Azure Key Vault credential. */\n properties?: UserPassCredentialPropertiesOutput;\n kind: \"BasicAuth\";\n}\n\n/** The type properties of role ARN credential. */\nexport interface RoleARNCredentialTypePropertiesOutput {\n /** The role ARN of role ARN credential type properties. */\n roleARN?: string;\n}\n\n/** The properties of role ARN credential. */\nexport interface RoleARNCredentialPropertiesOutput {\n /** The type properties of role ARN credential. */\n typeProperties?: RoleARNCredentialTypePropertiesOutput;\n /** The description of role ARN credential. */\n description?: string;\n}\n\n/** Credential type that uses Account ID, External ID and Role ARN for authentication. */\nexport interface RoleARNCredentialOutput extends CredentialOutputParent {\n /** The properties of role ARN credential. */\n properties?: RoleARNCredentialPropertiesOutput;\n kind: \"AmazonARN\";\n}\n\n/** The type properties of key vault secret service principal credential. */\nexport interface KeyVaultSecretServicePrinipalCredentialTypePropertiesOutput {\n /** The service principal ID of key vault secret service principal credential type properties. */\n servicePrincipalId?: string;\n /** The key vault secret. */\n servicePrincipalKey?: KeyVaultSecretOutput;\n tenant?: string;\n}\n\n/** The properties of service principal Azure Key Vault credential. */\nexport interface ServicePrincipalAzureKeyVaultCredentialPropertiesOutput {\n /** The type properties of key vault secret service principal credential. */\n typeProperties?: KeyVaultSecretServicePrinipalCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Tenant ID and Service principal ID for authentication. */\nexport interface ServicePrincipalAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of service principal Azure Key Vault credential. */\n properties?: ServicePrincipalAzureKeyVaultCredentialPropertiesOutput;\n kind: \"ServicePrincipal\";\n}\n\n/** Credential type that uses Sql for authentication. */\nexport interface SqlAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** Properties of user pass credential. */\n properties?: UserPassCredentialPropertiesOutput;\n kind: \"SqlAuth\";\n}\n\n/** The type properties of key vault secret consumer key credential. */\nexport interface KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput {\n /** User name. */\n user?: string;\n /** The password of key vault secret consumer key credential type properties. */\n password?: KeyVaultSecretOutput;\n /** The consumer key of key vault secret consumer key credential type properties. */\n consumerKey?: string;\n /** The consumer secret of key vault secret consumer key credential type properties. */\n consumerSecret?: KeyVaultSecretOutput;\n}\n\n/** The properties of consumer key credential. */\nexport interface ConsumerKeyCredentialPropertiesOutput {\n /** The type properties of key vault secret consumer key credential. */\n typeProperties?: KeyVaultSecretConsumerKeyCredentialTypePropertiesOutput;\n /** Description of credential properties. */\n description?: string;\n}\n\n/** Credential type that uses consumer provided key and secret for authentication. */\nexport interface ConsumerKeyAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of consumer key credential. */\n properties?: ConsumerKeyCredentialPropertiesOutput;\n kind: \"ConsumerKeyAuth\";\n}\n\n/** The type properties of key vault secret delegated auth credential. */\nexport interface KeyVaultSecretDelegatedAuthCredentialTypePropertiesOutput {\n /** Credential type that uses Account ID, External ID and Role ARN for authentication. */\n clientId?: string;\n /** User name. */\n user?: string;\n /** Key vault secret. */\n password?: KeyVaultSecretOutput;\n}\n\n/** The properties of delegated auth credential. */\nexport interface DelegatedAuthCredentialPropertiesOutput {\n /** The type properties of key vault secret delegated auth credential. */\n typeProperties?: KeyVaultSecretDelegatedAuthCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses Client ID for authentication. */\nexport interface DelegatedAuthAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of delegated auth Azure Key Vault credential. */\n properties?: DelegatedAuthCredentialPropertiesOutput;\n kind: \"DelegatedAuth\";\n}\n\n/** The type properties of key vault secret managed identity Azure Key Vault credential. */\nexport interface KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypePropertiesOutput {\n /** The principal ID of key vault secret managed identity Azure Key Vault credential type properties. */\n principalId?: string;\n /** The tenant ID of key vault secret managed identity Azure Key Vault credential type properties. */\n tenantId?: string;\n /** The resource ID of key vault secret managed identity Azure Key Vault credential type properties. */\n resourceId?: string;\n}\n\n/** The properties of managed identity Azure Key Vault credential. */\nexport interface ManagedIdentityAzureKeyVaultCredentialPropertiesOutput {\n /** The type properties of managed identity Azure Key Vault credential. */\n typeProperties?: KeyVaultSecretManagedIdentityAzureKeyVaultCredentialTypePropertiesOutput;\n description?: string;\n}\n\n/** Credential type that uses User assigned managed identities for authentication. */\nexport interface ManagedIdentityAzureKeyVaultCredentialOutput extends CredentialOutputParent {\n /** The properties of managed identity Azure Key Vault credential. */\n properties?: ManagedIdentityAzureKeyVaultCredentialPropertiesOutput;\n kind: \"ManagedIdentity\";\n}\n\n/** Properties of data source. */\nexport interface DataSourcePropertiesOutput {\n /** The create time of data source. */\n readonly createdAt?: string;\n /** The last modified time of data source. */\n readonly lastModifiedAt?: string;\n /** The reference to collection. */\n collection?: CollectionReferenceOutput;\n /** Data source collection moving state. */\n dataSourceCollectionMovingState?: \"Active\" | \"Moving\" | \"Failed\";\n}\n\n/** Properties of azure subscription. */\nexport interface AzureSubscriptionPropertiesOutput extends DataSourcePropertiesOutput {\n /** The subscription ID of azure subscription. */\n subscriptionId?: string;\n /** The resource ID of azure subscription. */\n resourceId?: string;\n /** The data use governance of azure subscription. */\n dataUseGovernance?:\n | \"Disabled\"\n | \"DisabledByAnotherAccount\"\n | \"Enabled\"\n | \"EnabledAtAncestorScope\";\n}\n\n/** Azure subscription data source. */\nexport interface AzureSubscriptionDataSourceOutput extends DataSourceOutputParent {\n /** Azure subscription properties. */\n properties?: AzureSubscriptionPropertiesOutput;\n kind: \"AzureSubscription\";\n}\n\n/** Azure resource group properties. */\nexport interface AzureResourceGroupPropertiesOutput extends DataSourcePropertiesOutput {\n /** Subscription id. */\n subscriptionId?: string;\n /** Resource group. */\n resourceGroup?: string;\n /** Resource id. */\n resourceId?: string;\n /** Data use governance. */\n dataUseGovernance?:\n | \"Disabled\"\n | \"DisabledByAnotherAccount\"\n | \"Enabled\"\n | \"EnabledAtAncestorScope\";\n}\n\n/** Azure resource group data source. */\nexport interface AzureResourceGroupDataSourceOutput extends DataSourceOutputParent {\n /** Azure resource group properties. */\n properties?: AzureResourceGroupPropertiesOutput;\n kind: \"AzureResourceGroup\";\n}\n\n/** Azure data source properties. */\nexport interface AzureDataSourcePropertiesOutput extends DataSourcePropertiesOutput {\n /** Resource group. */\n resourceGroup?: string;\n /** Subscription id. */\n subscriptionId?: string;\n /** Location. */\n location?: string;\n /** Resource name. */\n resourceName?: string;\n /** Resource id. */\n resourceId?: string;\n /** Data use governance. */\n dataUseGovernance?:\n | \"Disabled\"\n | \"DisabledByAnotherAccount\"\n | \"Enabled\"\n | \"EnabledAtAncestorScope\";\n}\n\n/** Azure synapse workspace data source properties. */\nexport interface AzureSynapseWorkspacePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The dedicated SQL endpoint of azure synapse workspace. */\n dedicatedSqlEndpoint?: string;\n /** The serverless SQL endpoint of azure synapse workspace. */\n serverlessSqlEndpoint?: string;\n}\n\n/** Azure synapse workspace data source. */\nexport interface AzureSynapseWorkspaceDataSourceOutput extends DataSourceOutputParent {\n /** Azure synapse workspace properties. */\n properties?: AzureSynapseWorkspacePropertiesOutput;\n kind: \"AzureSynapseWorkspace\";\n}\n\n/** Azure synapse data source properties. */\nexport interface AzureSynapsePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The SQL endpoint of azure synapse. */\n sqlEndpoint?: string;\n /** The SQL on demand endpoint of azure synapse. */\n sqlOnDemandEndpoint?: string;\n}\n\n/** Azure synapse data source. */\nexport interface AzureSynapseDataSourceOutput extends DataSourceOutputParent {\n /** Azure synapse properties. */\n properties?: AzureSynapsePropertiesOutput;\n kind: \"AzureSynapse\";\n}\n\n/** The properties of ADLS Gen1. */\nexport interface AdlsGen1PropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of ADLS Gen1. */\n endpoint?: string;\n}\n\n/** The ADLS Gen1 data source. */\nexport interface AdlsGen1DataSourceOutput extends DataSourceOutputParent {\n /** The properties of ADLS Gen1. */\n properties?: AdlsGen1PropertiesOutput;\n kind: \"AdlsGen1\";\n}\n\n/** The properties of ADLS Gen2. */\nexport interface AdlsGen2PropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of ADLS Gen2. */\n endpoint?: string;\n}\n\n/** The ADLS Gen2 data source. */\nexport interface AdlsGen2DataSourceOutput extends DataSourceOutputParent {\n /** The properties of ADLS Gen2. */\n properties?: AdlsGen2PropertiesOutput;\n kind: \"AdlsGen2\";\n}\n\n/** The properties of Amazon account. */\nexport interface AmazonAccountPropertiesOutput extends DataSourcePropertiesOutput {\n /** AWS account id. */\n awsAccountId?: string;\n /** Role arn. */\n roleARN?: string;\n}\n\n/** The Amazon account data source. */\nexport interface AmazonAccountDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Amazon account. */\n properties?: AmazonAccountPropertiesOutput;\n kind: \"AmazonAccount\";\n}\n\n/** The properties of Amazon S3. */\nexport interface AmazonS3PropertiesOutput extends DataSourcePropertiesOutput {\n /** Service URL. */\n serviceUrl?: string;\n /** Role ARN. */\n roleARN?: string;\n}\n\n/** The Amazon S3 data source. */\nexport interface AmazonS3DataSourceOutput extends DataSourceOutputParent {\n /** Amazon S3 properties. */\n properties?: AmazonS3PropertiesOutput;\n kind: \"AmazonS3\";\n}\n\n/** The properties of Amazon SQL. */\nexport interface AmazonSqlPropertiesOutput extends DataSourcePropertiesOutput {\n /** Server Endpoint. */\n serverEndpoint?: string;\n /** Port. */\n port?: number;\n /** Vpc Endpoint Service Name. */\n vpcEndpointServiceName?: string;\n}\n\n/** The Amazon SQL data source. */\nexport interface AmazonSqlDataSourceOutput extends DataSourceOutputParent {\n /** Amazon SQL properties. */\n properties?: AmazonSqlPropertiesOutput;\n kind: \"AmazonSql\";\n}\n\n/** The properties of Azure Cosmos DB. */\nexport interface AzureCosmosDbPropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The account URI of Azure Cosmos DB. */\n accountUri?: string;\n}\n\n/** The Azure Cosmos DB data source. */\nexport interface AzureCosmosDbDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure Cosmos DB. */\n properties?: AzureCosmosDbPropertiesOutput;\n kind: \"AzureCosmosDb\";\n}\n\n/** The properties of azure data explorer. */\nexport interface AzureDataExplorerPropertiesOutput extends AzureDataSourcePropertiesOutput {\n endpoint?: string;\n}\n\n/** The azure data explorer data source. */\nexport interface AzureDataExplorerDataSourceOutput extends DataSourceOutputParent {\n /** The properties of azure data explorer. */\n properties?: AzureDataExplorerPropertiesOutput;\n kind: \"AzureDataExplorer\";\n}\n\n/** The properties of azure file service. */\nexport interface AzureFileServicePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of azure file service. */\n endpoint?: string;\n}\n\n/** The azure file service data source. */\nexport interface AzureFileServiceDataSourceOutput extends DataSourceOutputParent {\n /** The properties of azure file service. */\n properties?: AzureFileServicePropertiesOutput;\n kind: \"AzureFileService\";\n}\n\n/** The properties of Azure SQL database. */\nexport interface AzureSqlDatabasePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of Azure SQL database. */\n serverEndpoint?: string;\n}\n\n/** The Azure SQL database data source. */\nexport interface AzureSqlDatabaseDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure SQL database. */\n properties?: AzureSqlDatabasePropertiesOutput;\n kind: \"AzureSqlDatabase\";\n}\n\n/** The properties of Amazon Postgre SQL. */\nexport interface AmazonPostgreSqlPropertiesOutput extends DataSourcePropertiesOutput {\n /** The server endpoint of Amazon Postgre SQL. */\n serverEndpoint?: string;\n /** The port of Amazon Postgre SQL. */\n port?: number;\n /** The vpc endpoint service name of Amazon Postgre SQL. */\n vpcEndpointServiceName?: string;\n}\n\n/** The Amazon Postgre SQL data source. */\nexport interface AmazonPostgreSqlDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Amazon Postgre SQL. */\n properties?: AmazonPostgreSqlPropertiesOutput;\n kind: \"AmazonPostgreSql\";\n}\n\n/** The properties of Azure Postgre SQL. */\nexport interface AzurePostgreSqlPropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of Azure Postgre SQL. */\n serverEndpoint?: string;\n port?: number;\n}\n\n/** The Azure Postgre SQL data source. */\nexport interface AzurePostgreSqlDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure Postgre SQL. */\n properties?: AzurePostgreSqlPropertiesOutput;\n kind: \"AzurePostgreSql\";\n}\n\n/** The properties of sql server database. */\nexport interface SqlServerDatabasePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of sql server database. */\n serverEndpoint?: string;\n}\n\n/** The sql server database data source. */\nexport interface SqlServerDatabaseDataSourceOutput extends DataSourceOutputParent {\n /** The properties of sql server database. */\n properties?: SqlServerDatabasePropertiesOutput;\n kind: \"SqlServerDatabase\";\n}\n\n/** The properties of Azure SQL database managed instance. */\nexport interface AzureSqlDatabaseManagedInstancePropertiesOutput extends AzureDataSourcePropertiesOutput {\n serverEndpoint?: string;\n}\n\n/** The Azure SQL database managed instance data source. */\nexport interface AzureSqlDatabaseManagedInstanceDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure SQL database managed instance. */\n properties?: AzureSqlDatabaseManagedInstancePropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstance\";\n}\n\n/** The properties of Azure SQL data warehouse. */\nexport interface AzureSqlDataWarehousePropertiesOutput extends AzureDataSourcePropertiesOutput {\n serverEndpoint?: string;\n}\n\n/** The Azure SQL data warehouse data source. */\nexport interface AzureSqlDataWarehouseDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure SQL data warehouse. */\n properties?: AzureSqlDataWarehousePropertiesOutput;\n kind: \"AzureSqlDataWarehouse\";\n}\n\n/** Azure MySQL data source properties. */\nexport interface AzureMySqlPropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The server endpoint of azure my sql. */\n serverEndpoint?: string;\n /** The port of azure my sql. */\n port?: number;\n}\n\n/** Azure MySQL data source. */\nexport interface AzureMySqlDataSourceOutput extends DataSourceOutputParent {\n /** Azure MySQL properties. */\n properties?: AzureMySqlPropertiesOutput;\n kind: \"AzureMySql\";\n}\n\n/** The properties of Azure Storage. */\nexport interface AzureStoragePropertiesOutput extends AzureDataSourcePropertiesOutput {\n /** The endpoint of Azure Storage. */\n endpoint?: string;\n}\n\n/** The Azure Storage data source. */\nexport interface AzureStorageDataSourceOutput extends DataSourceOutputParent {\n /** The properties of Azure Storage. */\n properties?: AzureStoragePropertiesOutput;\n kind: \"AzureStorage\";\n}\n\n/** The properties of teradata. */\nexport interface TeradataPropertiesOutput extends DataSourcePropertiesOutput {\n /** The host of teradata. */\n host?: string;\n}\n\n/** The teradata data source. */\nexport interface TeradataDataSourceOutput extends DataSourceOutputParent {\n /** The properties of teradata. */\n properties?: TeradataPropertiesOutput;\n kind: \"Teradata\";\n}\n\n/** The properties of oracle. */\nexport interface OraclePropertiesOutput extends DataSourcePropertiesOutput {\n /** The host of Oracle server. */\n host?: string;\n /** The port of Oracle server. */\n port?: string;\n /** The service of Oracle server. */\n service?: string;\n}\n\n/** The oracle data source. */\nexport interface OracleDataSourceOutput extends DataSourceOutputParent {\n /** The properties of oracle. */\n properties?: OraclePropertiesOutput;\n kind: \"Oracle\";\n}\n\n/** SAP S/4HANA data source properties. */\nexport interface SapS4HanaPropertiesOutput extends DataSourcePropertiesOutput {\n /** The application server of SAP S/4HANA. */\n applicationServer?: string;\n /** The system number of SAP S/4HANA. */\n systemNumber?: string;\n}\n\n/** SAP S/4HANA data source. */\nexport interface SapS4HanaDataSourceOutput extends DataSourceOutputParent {\n /** SAP S/4HANA data source properties. */\n properties?: SapS4HanaPropertiesOutput;\n kind: \"SapS4Hana\";\n}\n\n/** SAP ECC properties. */\nexport interface SapEccPropertiesOutput extends DataSourcePropertiesOutput {\n /** The application server of SAP ECC. */\n applicationServer?: string;\n /** The system number of SAP ECC. */\n systemNumber?: string;\n}\n\n/** SAP ECC data source. */\nexport interface SapEccDataSourceOutput extends DataSourceOutputParent {\n /** SAP ECC properties. */\n properties?: SapEccPropertiesOutput;\n kind: \"SapEcc\";\n}\n\n/** Power BI properties. */\nexport interface PowerBIPropertiesOutput extends DataSourcePropertiesOutput {\n /** The tenant of Power BI. */\n tenant?: string;\n}\n\n/** Power BI data source. */\nexport interface PowerBIDataSourceOutput extends DataSourceOutputParent {\n /** Power BI properties. */\n properties?: PowerBIPropertiesOutput;\n kind: \"PowerBI\";\n}\n\n/** Scan ruleset properties. */\nexport interface ScanRulesetPropertiesOutput {\n /** The time at which the scan ruleset was created. */\n readonly createdAt?: string;\n description?: string;\n /** The system classifications that are excluded from the scan ruleset. */\n excludedSystemClassifications?: Array<string>;\n /** The custom classification rule names that are included in the scan ruleset. */\n includedCustomClassificationRuleNames?: Array<string>;\n /** The time at which the scan ruleset was last modified. */\n readonly lastModifiedAt?: string;\n}\n\n/** Azure subscription scan ruleset properties. */\nexport interface AzureSubscriptionScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure subscription scan ruleset. */\nexport interface AzureSubscriptionScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure subscription scan ruleset properties. */\n properties?: AzureSubscriptionScanRulesetPropertiesOutput;\n kind: \"AzureSubscription\";\n}\n\n/** Azure resource group scan ruleset properties. */\nexport interface AzureResourceGroupScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure resource group scan ruleset. */\nexport interface AzureResourceGroupScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure resource group scan ruleset properties. */\n properties?: AzureResourceGroupScanRulesetPropertiesOutput;\n kind: \"AzureResourceGroup\";\n}\n\n/** Azure synapse workspace scan ruleset properties. */\nexport interface AzureSynapseWorkspaceScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure synapse workspace scan ruleset. */\nexport interface AzureSynapseWorkspaceScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure synapse workspace scan ruleset properties. */\n properties?: AzureSynapseWorkspaceScanRulesetPropertiesOutput;\n kind: \"AzureSynapseWorkspace\";\n}\n\n/** Azure synapse scan ruleset properties. */\nexport interface AzureSynapseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure synapse scan ruleset. */\nexport interface AzureSynapseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure synapse scan ruleset properties. */\n properties?: AzureSynapseScanRulesetPropertiesOutput;\n kind: \"AzureSynapse\";\n}\n\n/** Custom file type. */\nexport interface CustomFileTypeOutput {\n /** The built-in file type of the custom file type. */\n builtInType?:\n | \"AVRO\"\n | \"ORC\"\n | \"PARQUET\"\n | \"JSON\"\n | \"TXT\"\n | \"XML\"\n | \"Documents\"\n | \"CSV\"\n | \"PSV\"\n | \"SSV\"\n | \"TSV\"\n | \"GZ\"\n | \"DOC\"\n | \"DOCM\"\n | \"DOCX\"\n | \"DOT\"\n | \"ODP\"\n | \"ODS\"\n | \"ODT\"\n | \"PDF\"\n | \"POT\"\n | \"PPS\"\n | \"PPSX\"\n | \"PPT\"\n | \"PPTM\"\n | \"PPTX\"\n | \"XLC\"\n | \"XLS\"\n | \"XLSB\"\n | \"XLSM\"\n | \"XLSX\"\n | \"XLT\";\n /** The custom delimiter of the custom file type. */\n customDelimiter?: string;\n}\n\n/** Custom file extension. */\nexport interface CustomFileExtensionOutput {\n /** The custom file type of the custom file extension. */\n customFileType?: CustomFileTypeOutput;\n /** The description of the custom file extension. */\n description?: string;\n /** The flag to indicate whether the custom file extension is enabled or not. */\n enabled?: boolean;\n /** The file extension of the custom file extension. */\n fileExtension?: string;\n}\n\n/** Scanning rule. */\nexport interface ScanningRuleOutput {\n fileExtensions?: Array<\n | \"AVRO\"\n | \"ORC\"\n | \"PARQUET\"\n | \"JSON\"\n | \"TXT\"\n | \"XML\"\n | \"Documents\"\n | \"CSV\"\n | \"PSV\"\n | \"SSV\"\n | \"TSV\"\n | \"GZ\"\n | \"DOC\"\n | \"DOCM\"\n | \"DOCX\"\n | \"DOT\"\n | \"ODP\"\n | \"ODS\"\n | \"ODT\"\n | \"PDF\"\n | \"POT\"\n | \"PPS\"\n | \"PPSX\"\n | \"PPT\"\n | \"PPTM\"\n | \"PPTX\"\n | \"XLC\"\n | \"XLS\"\n | \"XLSB\"\n | \"XLSM\"\n | \"XLSX\"\n | \"XLT\"\n >;\n /** The custom file extensions of the scanning rule. */\n customFileExtensions?: Array<CustomFileExtensionOutput>;\n}\n\n/** Scanning rule scan ruleset properties. */\nexport interface ScanningRuleScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {\n /** The scanning rule of the scanning rule scan ruleset. */\n scanningRule?: ScanningRuleOutput;\n}\n\n/** ADLS Gen1 scan ruleset properties. */\nexport interface AdlsGen1ScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** ADLS Gen1 scan ruleset. */\nexport interface AdlsGen1ScanRulesetOutput extends ScanRulesetOutputParent {\n /** ADLS Gen1 scan ruleset properties. */\n properties?: AdlsGen1ScanRulesetPropertiesOutput;\n kind: \"AdlsGen1\";\n}\n\n/** Adls gen 2 scan ruleset properties. */\nexport interface AdlsGen2ScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Adls gen 2 scan ruleset. */\nexport interface AdlsGen2ScanRulesetOutput extends ScanRulesetOutputParent {\n /** Adls gen 2 scan ruleset properties. */\n properties?: AdlsGen2ScanRulesetPropertiesOutput;\n kind: \"AdlsGen2\";\n}\n\n/** Amazon account scan ruleset properties. */\nexport interface AmazonAccountScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Amazon account scan ruleset. */\nexport interface AmazonAccountScanRulesetOutput extends ScanRulesetOutputParent {\n /** Amazon account scan ruleset properties. */\n properties?: AmazonAccountScanRulesetPropertiesOutput;\n kind: \"AmazonAccount\";\n}\n\n/** Amazon S3 scan ruleset properties. */\nexport interface AmazonS3ScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Amazon S3 scan ruleset. */\nexport interface AmazonS3ScanRulesetOutput extends ScanRulesetOutputParent {\n /** Amazon S3 scan ruleset properties. */\n properties?: AmazonS3ScanRulesetPropertiesOutput;\n kind: \"AmazonS3\";\n}\n\n/** Amazon SQL scan ruleset properties. */\nexport interface AmazonSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Amazon SQL scan ruleset. */\nexport interface AmazonSqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Amazon SQL scan ruleset properties. */\n properties?: AmazonSqlScanRulesetPropertiesOutput;\n kind: \"AmazonSql\";\n}\n\n/** Azure Cosmos DB scan ruleset properties. */\nexport interface AzureCosmosDbScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure Cosmos DB scan ruleset. */\nexport interface AzureCosmosDbScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Cosmos DB scan ruleset properties. */\n properties?: AzureCosmosDbScanRulesetPropertiesOutput;\n kind: \"AzureCosmosDb\";\n}\n\n/** Azure data explorer scan ruleset properties. */\nexport interface AzureDataExplorerScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure data explorer scan ruleset. */\nexport interface AzureDataExplorerScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure data explorer scan ruleset properties. */\n properties?: AzureDataExplorerScanRulesetPropertiesOutput;\n kind: \"AzureDataExplorer\";\n}\n\n/** Azure file service scan ruleset properties. */\nexport interface AzureFileServiceScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Azure file service scan ruleset. */\nexport interface AzureFileServiceScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure file service scan ruleset properties. */\n properties?: AzureFileServiceScanRulesetPropertiesOutput;\n kind: \"AzureFileService\";\n}\n\n/** Azure SQL db scan ruleset properties. */\nexport interface AzureSqlDatabaseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure SQL db scan ruleset. */\nexport interface AzureSqlDatabaseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure SQL db scan ruleset properties. */\n properties?: AzureSqlDatabaseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabase\";\n}\n\n/** Azure Postgre SQL scan ruleset properties. */\nexport interface AmazonPostgreSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure Postgre SQL scan ruleset. */\nexport interface AmazonPostgreSqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AmazonPostgreSqlScanRulesetPropertiesOutput;\n kind: \"AmazonPostgreSql\";\n}\n\n/** Azure Postgre SQL scan ruleset properties. */\nexport interface AzurePostgreSqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure Postgre SQL scan ruleset. */\nexport interface AzurePostgreSqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AzurePostgreSqlScanRulesetPropertiesOutput;\n kind: \"AzurePostgreSql\";\n}\n\n/** Sql server database scan ruleset properties. */\nexport interface SqlServerDatabaseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Sql server database scan ruleset. */\nexport interface SqlServerDatabaseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Sql server database scan ruleset properties. */\n properties?: SqlServerDatabaseScanRulesetPropertiesOutput;\n kind: \"SqlServerDatabase\";\n}\n\n/** Azure SQL db managed instance scan ruleset properties. */\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure SQL db managed instance scan ruleset. */\nexport interface AzureSqlDatabaseManagedInstanceScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure SQL db managed instance scan ruleset properties. */\n properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstance\";\n}\n\n/** Azure SQL data warehouse scan ruleset properties. */\nexport interface AzureSqlDataWarehouseScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure SQL data warehouse scan ruleset. */\nexport interface AzureSqlDataWarehouseScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure SQL data warehouse scan ruleset properties. */\n properties?: AzureSqlDataWarehouseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDataWarehouse\";\n}\n\n/** Azure MySQL scan ruleset properties. */\nexport interface AzureMySqlScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Azure MySQL scan ruleset. */\nexport interface AzureMySqlScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure MySQL scan ruleset properties. */\n properties?: AzureMySqlScanRulesetPropertiesOutput;\n kind: \"AzureMySql\";\n}\n\n/** Azure Storage scan ruleset properties. */\nexport interface AzureStorageScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Azure Storage scan ruleset. */\nexport interface AzureStorageScanRulesetOutput extends ScanRulesetOutputParent {\n /** Azure Storage scan ruleset properties. */\n properties?: AzureStorageScanRulesetPropertiesOutput;\n kind: \"AzureStorage\";\n}\n\n/** Teradata scan ruleset properties. */\nexport interface TeradataScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Teradata scan ruleset. */\nexport interface TeradataScanRulesetOutput extends ScanRulesetOutputParent {\n /** Teradata scan ruleset properties. */\n properties?: TeradataScanRulesetPropertiesOutput;\n kind: \"Teradata\";\n}\n\n/** Oracle scan rule set properties. */\nexport interface OracleScanRulesetPropertiesOutput extends ScanningRuleScanRulesetPropertiesOutput {}\n\n/** Oracle scan ruleset. */\nexport interface OracleScanRulesetOutput extends ScanRulesetOutputParent {\n /** Oracle scan rule set properties. */\n properties?: OracleScanRulesetPropertiesOutput;\n kind: \"Oracle\";\n}\n\n/** SAP S/4HANA scan ruleset properties. */\nexport interface SapS4HanaScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** SAP S/4HANA scan ruleset. */\nexport interface SapS4HanaScanRulesetOutput extends ScanRulesetOutputParent {\n /** SAP S/4HANA scan ruleset properties. */\n properties?: SapS4HanaScanRulesetPropertiesOutput;\n kind: \"SapS4Hana\";\n}\n\n/** SAP ECC scan ruleset properties. */\nexport interface SapEccScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** SAP ECC scan ruleset. */\nexport interface SapEccScanRulesetOutput extends ScanRulesetOutputParent {\n /** SAP ECC scan ruleset properties. */\n properties?: SapEccScanRulesetPropertiesOutput;\n kind: \"SapEcc\";\n}\n\n/** Power BI scan ruleset properties. */\nexport interface PowerBIScanRulesetPropertiesOutput extends ScanRulesetPropertiesOutput {}\n\n/** Power BI scan ruleset. */\nexport interface PowerBIScanRulesetOutput extends ScanRulesetOutputParent {\n /** Power BI scan ruleset properties. */\n properties?: PowerBIScanRulesetPropertiesOutput;\n kind: \"PowerBI\";\n}\n\n/** Resource name filter. */\nexport interface ResourceNameFilterOutput {\n excludePrefixes?: Array<string>;\n includePrefixes?: Array<string>;\n resources?: Array<string>;\n}\n\n/** The credential reference. */\nexport interface CredentialReferenceOutput {\n /** The reference name of the credential. */\n referenceName?: string;\n /** The type of the credential. */\n credentialType?:\n | \"AccountKey\"\n | \"ServicePrincipal\"\n | \"BasicAuth\"\n | \"SqlAuth\"\n | \"AmazonARN\"\n | \"ConsumerKeyAuth\"\n | \"DelegatedAuth\"\n | \"ManagedIdentity\";\n}\n\n/** Resource type filter. */\nexport interface ResourceTypeFilterOutput {\n /** The name of the scan ruleset. */\n scanRulesetName?: string;\n /** The type of the scan ruleset. */\n scanRulesetType?: \"Custom\" | \"System\";\n /** Resource name filter. */\n resourceNameFilter?: ResourceNameFilterOutput;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** The integration runtime reference. */\nexport interface ConnectedViaOutput {\n /** The reference name of the integration runtime. */\n referenceName?: string;\n /** The type of the integration runtime. */\n readonly integrationRuntimeType?: string;\n}\n\n/** Scan properties. */\nexport interface ScanPropertiesOutput {\n /** The name of the scan ruleset. */\n scanRulesetName?: string;\n /** The name of the business rule set. */\n businessRuleSetName?: string;\n /** The type of the scan ruleset. */\n scanRulesetType?: \"Custom\" | \"System\";\n /** The collection reference of the scan. */\n collection?: CollectionReferenceOutput;\n /** The domain of the scan. */\n domain?: string;\n /** The number of workers of the scan. */\n workers?: number;\n /** The creation time of the scan. */\n readonly createdAt?: string;\n /** The last modified time of the scan. */\n readonly lastModifiedAt?: string;\n /** The integration runtime reference of the scan. */\n connectedVia?: ConnectedViaOutput;\n /** The flag to indicate whether the scan is a preset scan or not. */\n isPresetScan?: boolean;\n /** The flag to indicate whether the live view is enabled or not. */\n isLiveViewEnabled?: boolean;\n /** The number of parallel scans. */\n parallelScanCount?: number;\n /** The log level of the scan. */\n logLevel?: string;\n}\n\n/** Expanding resource scan properties. */\nexport interface ExpandingResourceScanPropertiesOutput extends ScanPropertiesOutput {\n /** Resource types of scan properties in expanding resources. */\n resourceTypes?: ExpandingResourceScanPropertiesResourceTypesOutput;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Resource types of scan properties in expanding resources. */\nexport interface ExpandingResourceScanPropertiesResourceTypesOutput {\n /** Resource type filter. */\n none?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSubscription?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureResourceGroup?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSynapseWorkspace?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSynapse?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n adlsGen1?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n adlsGen2?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonAccount?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonS3?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonSql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureCosmosDb?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureDataExplorer?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureFileService?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSqlDatabase?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n amazonPostgreSql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azurePostgreSql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n sqlServerDatabase?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSqlDatabaseManagedInstance?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureSqlDataWarehouse?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureMySql?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n azureStorage?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n teradata?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n oracle?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n sapS4Hana?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n sapEcc?: ResourceTypeFilterOutput;\n /** Resource type filter. */\n powerBI?: ResourceTypeFilterOutput;\n}\n\n/** Azure subscription credential scan properties. */\nexport interface AzureSubscriptionCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure subscription credential scan. */\nexport interface AzureSubscriptionCredentialScanOutput extends ScanOutputParent {\n /** Azure subscription credential scan properties. */\n properties?: AzureSubscriptionCredentialScanPropertiesOutput;\n kind: \"AzureSubscriptionCredential\";\n}\n\n/** Azure subscription MSI scan properties. */\nexport interface AzureSubscriptionMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure subscription MSI scan. */\nexport interface AzureSubscriptionMsiScanOutput extends ScanOutputParent {\n /** Azure subscription MSI scan properties. */\n properties?: AzureSubscriptionMsiScanPropertiesOutput;\n kind: \"AzureSubscriptionMsi\";\n}\n\n/** Azure resource group credential scan properties. */\nexport interface AzureResourceGroupCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure resource group credential scan. */\nexport interface AzureResourceGroupCredentialScanOutput extends ScanOutputParent {\n /** Azure resource group credential scan properties. */\n properties?: AzureResourceGroupCredentialScanPropertiesOutput;\n kind: \"AzureResourceGroupCredential\";\n}\n\n/** Azure resource group MSI scan properties. */\nexport interface AzureResourceGroupMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure resource group MSI scan. */\nexport interface AzureResourceGroupMsiScanOutput extends ScanOutputParent {\n /** Azure resource group MSI scan properties. */\n properties?: AzureResourceGroupMsiScanPropertiesOutput;\n kind: \"AzureResourceGroupMsi\";\n}\n\n/** Azure synapse workspace credential scan properties. */\nexport interface AzureSynapseWorkspaceCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse workspace credential scan. */\nexport interface AzureSynapseWorkspaceCredentialScanOutput extends ScanOutputParent {\n /** Azure synapse workspace credential scan properties. */\n properties?: AzureSynapseWorkspaceCredentialScanPropertiesOutput;\n kind: \"AzureSynapseWorkspaceCredential\";\n}\n\n/** Azure synapse workspace MSI scan properties. */\nexport interface AzureSynapseWorkspaceMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse workspace MSI scan. */\nexport interface AzureSynapseWorkspaceMsiScanOutput extends ScanOutputParent {\n /** Azure synapse workspace MSI scan properties. */\n properties?: AzureSynapseWorkspaceMsiScanPropertiesOutput;\n kind: \"AzureSynapseWorkspaceMsi\";\n}\n\n/** Azure synapse credential scan properties. */\nexport interface AzureSynapseCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse credential scan. */\nexport interface AzureSynapseCredentialScanOutput extends ScanOutputParent {\n /** Azure synapse credential scan properties. */\n properties?: AzureSynapseCredentialScanPropertiesOutput;\n kind: \"AzureSynapseCredential\";\n}\n\n/** Azure synapse MSI scan properties. */\nexport interface AzureSynapseMsiScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Azure synapse MSI scan. */\nexport interface AzureSynapseMsiScanOutput extends ScanOutputParent {\n /** Azure synapse MSI scan properties. */\n properties?: AzureSynapseMsiScanPropertiesOutput;\n kind: \"AzureSynapseMsi\";\n}\n\n/** ADLS Gen1 credential scan properties. */\nexport interface AdlsGen1CredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** ADLS Gen1 credential scan. */\nexport interface AdlsGen1CredentialScanOutput extends ScanOutputParent {\n /** ADLS Gen1 credential scan properties. */\n properties?: AdlsGen1CredentialScanPropertiesOutput;\n kind: \"AdlsGen1Credential\";\n}\n\n/** ADLS Gen1 MSI scan properties. */\nexport interface AdlsGen1MsiScanPropertiesOutput extends ScanPropertiesOutput {}\n\n/** ADLS Gen1 MSI scan. */\nexport interface AdlsGen1MsiScanOutput extends ScanOutputParent {\n /** ADLS Gen1 MSI scan properties. */\n properties?: AdlsGen1MsiScanPropertiesOutput;\n kind: \"AdlsGen1Msi\";\n}\n\n/** ADLS Gen2 credential scan properties. */\nexport interface AdlsGen2CredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** ADLS Gen2 credential scan. */\nexport interface AdlsGen2CredentialScanOutput extends ScanOutputParent {\n /** ADLS Gen2 credential scan properties. */\n properties?: AdlsGen2CredentialScanPropertiesOutput;\n kind: \"AdlsGen2Credential\";\n}\n\n/** ADLS Gen2 MSI scan properties. */\nexport interface AdlsGen2MsiScanPropertiesOutput extends ScanPropertiesOutput {}\n\n/** ADLS Gen2 MSI scan. */\nexport interface AdlsGen2MsiScanOutput extends ScanOutputParent {\n /** ADLS Gen2 MSI scan properties. */\n properties?: AdlsGen2MsiScanPropertiesOutput;\n kind: \"AdlsGen2Msi\";\n}\n\n/** Amazon account credential scan properties. */\nexport interface AmazonAccountCredentialScanPropertiesOutput extends ExpandingResourceScanPropertiesOutput {}\n\n/** Amazon account credential scan. */\nexport interface AmazonAccountCredentialScanOutput extends ScanOutputParent {\n /** Amazon account credential scan properties. */\n properties?: AmazonAccountCredentialScanPropertiesOutput;\n kind: \"AmazonAccountCredential\";\n}\n\n/** Amazon S3 credential scan properties. */\nexport interface AmazonS3CredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n roleARN?: string;\n isMauiScan?: boolean;\n}\n\n/** Amazon S3 credential scan. */\nexport interface AmazonS3CredentialScanOutput extends ScanOutputParent {\n /** Amazon S3 credential scan properties. */\n properties?: AmazonS3CredentialScanPropertiesOutput;\n kind: \"AmazonS3Credential\";\n}\n\n/** Amazon S3 role ARN scan properties. */\nexport interface AmazonS3RoleARNScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The role ARN of the scan. */\n roleARN?: string;\n /** The flag to indicate whether the scan is a Maui scan or not. */\n isMauiScan?: boolean;\n}\n\n/** Amazon S3 role ARN scan. */\nexport interface AmazonS3RoleARNScanOutput extends ScanOutputParent {\n /** Amazon S3 role ARN scan properties. */\n properties?: AmazonS3RoleARNScanPropertiesOutput;\n kind: \"AmazonS3RoleARN\";\n}\n\n/** Amazon SQL credential scan properties. */\nexport interface AmazonSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The endpoint of Amazon SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n /** The port of Amazon SQL server. */\n port?: number;\n /** The VPC endpoint service name of Amazon SQL server. */\n vpcEndpointServiceName?: string;\n}\n\n/** Amazon SQL credential scan. */\nexport interface AmazonSqlCredentialScanOutput extends ScanOutputParent {\n /** Amazon SQL credential scan properties. */\n properties?: AmazonSqlCredentialScanPropertiesOutput;\n kind: \"AmazonSqlCredential\";\n}\n\n/** Azure Cosmos DB credential scan properties. */\nexport interface AzureCosmosDbCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n databaseName?: string;\n}\n\n/** Azure Cosmos DB credential scan. */\nexport interface AzureCosmosDbCredentialScanOutput extends ScanOutputParent {\n /** Azure Cosmos DB credential scan properties. */\n properties?: AzureCosmosDbCredentialScanPropertiesOutput;\n kind: \"AzureCosmosDbCredential\";\n}\n\n/** Azure data Explorer credential scan properties. */\nexport interface AzureDataExplorerCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n database?: string;\n}\n\n/** Azure data Explorer credential scan. */\nexport interface AzureDataExplorerCredentialScanOutput extends ScanOutputParent {\n /** Azure data Explorer credential scan properties. */\n properties?: AzureDataExplorerCredentialScanPropertiesOutput;\n kind: \"AzureDataExplorerCredential\";\n}\n\n/** Azure data Explorer MSI scan properties. */\nexport interface AzureDataExplorerMsiScanPropertiesOutput extends ScanPropertiesOutput {\n database?: string;\n}\n\n/** Azure data Explorer MSI scan. */\nexport interface AzureDataExplorerMsiScanOutput extends ScanOutputParent {\n /** Azure data Explorer MSI scan properties. */\n properties?: AzureDataExplorerMsiScanPropertiesOutput;\n kind: \"AzureDataExplorerMsi\";\n}\n\n/** Azure file service credential scan properties. */\nexport interface AzureFileServiceCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n shareName?: string;\n}\n\n/** Azure file service credential scan. */\nexport interface AzureFileServiceCredentialScanOutput extends ScanOutputParent {\n /** Azure file service credential scan properties. */\n properties?: AzureFileServiceCredentialScanPropertiesOutput;\n kind: \"AzureFileServiceCredential\";\n}\n\n/** Azure SQL scan properties. */\nexport interface AzureSqlScanPropertiesOutput extends ScanPropertiesOutput {\n /** The endpoint of Azure SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n}\n\n/** Azure SQL credential scan properties. */\nexport interface AzureSqlCredentialScanPropertiesOutput extends AzureSqlScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Azure SQL database credential scan properties. */\nexport interface AzureSqlDatabaseCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** Azure SQL database credential scan. */\nexport interface AzureSqlDatabaseCredentialScanOutput extends ScanOutputParent {\n /** Azure SQL database credential scan properties. */\n properties?: AzureSqlDatabaseCredentialScanPropertiesOutput;\n kind: \"AzureSqlDatabaseCredential\";\n}\n\n/** Azure SQL database MSI scan properties. */\nexport interface AzureSqlDatabaseMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {}\n\n/** Azure SQL database MSI scan. */\nexport interface AzureSqlDatabaseMsiScanOutput extends ScanOutputParent {\n /** Azure SQL database MSI scan properties. */\n properties?: AzureSqlDatabaseMsiScanPropertiesOutput;\n kind: \"AzureSqlDatabaseMsi\";\n}\n\n/** Amazon Postgre SQL credential scan properties. */\nexport interface AmazonPostgreSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The endpoint of Amazon Postgre SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n /** The port of Amazon Postgre SQL server. */\n port?: number;\n /** The vpc endpoint service name of Amazon Postgre SQL server. */\n vpcEndpointServiceName?: string;\n}\n\n/** Amazon Postgre SQL credential scan. */\nexport interface AmazonPostgreSqlCredentialScanOutput extends ScanOutputParent {\n /** Amazon Postgre SQL credential scan properties. */\n properties?: AmazonPostgreSqlCredentialScanPropertiesOutput;\n kind: \"AmazonPostgreSqlCredential\";\n}\n\n/** Azure Postgre SQL credential scan properties. */\nexport interface AzurePostgreSqlCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The endpoint of Azure Postgre SQL server. */\n serverEndpoint?: string;\n /** The database name. */\n databaseName?: string;\n /** The port of Azure Postgre SQL server. */\n port?: number;\n /** The SSL mode of Azure Postgre SQL server. */\n sslMode?: number;\n}\n\n/** Azure Postgre SQL credential scan. */\nexport interface AzurePostgreSqlCredentialScanOutput extends ScanOutputParent {\n /** Azure Postgre SQL credential scan properties. */\n properties?: AzurePostgreSqlCredentialScanPropertiesOutput;\n kind: \"AzurePostgreSqlCredential\";\n}\n\n/** SQL server database credential scan properties. */\nexport interface SqlServerDatabaseCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** SQL server database credential scan. */\nexport interface SqlServerDatabaseCredentialScanOutput extends ScanOutputParent {\n /** SQL server database credential scan properties. */\n properties?: SqlServerDatabaseCredentialScanPropertiesOutput;\n kind: \"SqlServerDatabaseCredential\";\n}\n\n/** Azure SQL database managed instance credential scan properties. */\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** Azure SQL database managed instance credential scan. */\nexport interface AzureSqlDatabaseManagedInstanceCredentialScanOutput extends ScanOutputParent {\n /** Azure SQL database managed instance credential scan properties. */\n properties?: AzureSqlDatabaseManagedInstanceCredentialScanPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstanceCredential\";\n}\n\n/** Azure SQL database managed instance MSI scan properties. */\nexport interface AzureSqlDatabaseManagedInstanceMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {}\n\n/** Azure SQL database managed instance MSI scan. */\nexport interface AzureSqlDatabaseManagedInstanceMsiScanOutput extends ScanOutputParent {\n /** Azure SQL database managed instance MSI scan properties. */\n properties?: AzureSqlDatabaseManagedInstanceMsiScanPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstanceMsi\";\n}\n\n/** Azure SQL data warehouse credential scan properties. */\nexport interface AzureSqlDataWarehouseCredentialScanPropertiesOutput extends AzureSqlCredentialScanPropertiesOutput {}\n\n/** Azure SQL data warehouse credential scan. */\nexport interface AzureSqlDataWarehouseCredentialScanOutput extends ScanOutputParent {\n /** Azure SQL data warehouse credential scan properties. */\n properties?: AzureSqlDataWarehouseCredentialScanPropertiesOutput;\n kind: \"AzureSqlDataWarehouseCredential\";\n}\n\n/** Azure SQL data warehouse MSI scan properties. */\nexport interface AzureSqlDataWarehouseMsiScanPropertiesOutput extends AzureSqlScanPropertiesOutput {}\n\n/** Azure SQL data warehouse MSI scan. */\nexport interface AzureSqlDataWarehouseMsiScanOutput extends ScanOutputParent {\n /** Azure SQL data warehouse MSI scan properties. */\n properties?: AzureSqlDataWarehouseMsiScanPropertiesOutput;\n kind: \"AzureSqlDataWarehouseMsi\";\n}\n\n/** Azure MySQL scan properties. */\nexport interface AzureMySqlScanPropertiesOutput extends ScanPropertiesOutput {\n /** The endpoint of the Azure MySQL server. */\n serverEndpoint?: string;\n /** The port of the Azure MySQL server. */\n port?: number;\n /** The database name. */\n databaseName?: string;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Azure MySQL credential scan properties. */\nexport interface AzureMySqlCredentialScanPropertiesOutput extends AzureMySqlScanPropertiesOutput {}\n\n/** Azure MySQL credential scan. */\nexport interface AzureMySqlCredentialScanOutput extends ScanOutputParent {\n /** Azure MySQL credential scan properties. */\n properties?: AzureMySqlCredentialScanPropertiesOutput;\n kind: \"AzureMySqlCredential\";\n}\n\n/** Miti scan properties. */\nexport interface MitiScanPropertiesOutput extends ScanPropertiesOutput {\n /** The maximum memory allowed in GB. */\n maximumMemoryAllowedInGb?: string;\n /** The miti cache. */\n mitiCache?: string;\n}\n\n/** Azure Storage credential scan properties. */\nexport interface AzureStorageCredentialScanPropertiesOutput extends ScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n}\n\n/** Azure Storage credential scan. */\nexport interface AzureStorageCredentialScanOutput extends ScanOutputParent {\n /** Azure Storage credential scan properties. */\n properties?: AzureStorageCredentialScanPropertiesOutput;\n kind: \"AzureStorageCredential\";\n}\n\n/** Azure Storage MSI scan properties. */\nexport interface AzureStorageMsiScanPropertiesOutput extends ScanPropertiesOutput {}\n\n/** Azure Storage MSI scan. */\nexport interface AzureStorageMsiScanOutput extends ScanOutputParent {\n /** Azure Storage MSI scan properties. */\n properties?: AzureStorageMsiScanPropertiesOutput;\n kind: \"AzureStorageMsi\";\n}\n\n/** Teradata credential scan properties. */\nexport interface TeradataCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n schema?: string;\n driverLocation?: string;\n storedProcedureDetails?: string;\n}\n\n/** Teradata credential scan. */\nexport interface TeradataCredentialScanOutput extends ScanOutputParent {\n /** Teradata credential scan properties. */\n properties?: TeradataCredentialScanPropertiesOutput;\n kind: \"TeradataTeradataCredential\";\n}\n\n/** Teradata user pass scan properties. */\nexport interface TeradataUserPassScanPropertiesOutput extends ScanPropertiesOutput {\n username?: string;\n password?: string;\n}\n\n/** Teradata user pass scan. */\nexport interface TeradataUserPassScanOutput extends ScanOutputParent {\n /** Teradata user pass scan properties. */\n properties?: TeradataUserPassScanPropertiesOutput;\n kind: \"TeradataUserPass\";\n}\n\n/** Teradata user pass scan properties. */\nexport interface TeradataTeradataUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The username of Teradata server. */\n username?: string;\n /** The password of Teradata server. */\n password?: string;\n /** The schema. */\n schema?: string;\n /** The driver location. */\n driverLocation?: string;\n}\n\n/** Teradata user pass scan. */\nexport interface TeradataTeradataUserPassScanOutput extends ScanOutputParent {\n /** Teradata user pass scan properties. */\n properties?: TeradataTeradataUserPassScanPropertiesOutput;\n kind: \"TeradataTeradataUserPass\";\n}\n\n/** Oracle credential scan properties. */\nexport interface OracleCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n schema?: string;\n driverLocation?: string;\n storedProcedureDetails?: string;\n}\n\n/** Oracle credential scan. */\nexport interface OracleCredentialScanOutput extends ScanOutputParent {\n /** Oracle credential scan properties. */\n properties?: OracleCredentialScanPropertiesOutput;\n kind: \"OracleOracleCredential\";\n}\n\n/** Oracle user pass scan properties. */\nexport interface OracleUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The username of Oracle server. */\n username?: string;\n /** The password of Oracle server. */\n password?: string;\n /** The schema. */\n schema?: string;\n /** The driver location. */\n driverLocation?: string;\n}\n\n/** Oracle user pass scan. */\nexport interface OracleUserPassScanOutput extends ScanOutputParent {\n /** Oracle user pass scan properties. */\n properties?: OracleUserPassScanPropertiesOutput;\n kind: \"OracleOracleUserPass\";\n}\n\n/** SAP S/4HANA credential scan properties. */\nexport interface SapS4HanaSapS4HanaCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The client ID of SAP S/4HANA server. */\n clientId?: string;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n /** The JCo library path. */\n jCoLibraryPath?: string;\n}\n\n/** SAP S/4HANA credential scan. */\nexport interface SapS4HanaSapS4HanaCredentialScanOutput extends ScanOutputParent {\n /** SAP S/4HANA credential scan properties. */\n properties?: SapS4HanaSapS4HanaCredentialScanPropertiesOutput;\n kind: \"SapS4HanaSapS4HanaCredential\";\n}\n\n/** SAP S/4HANA user pass scan properties. */\nexport interface SapS4HanaSapS4HanaUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n /** The client ID of SAP S/4HANA server. */\n clientId?: string;\n /** The username of SAP S/4HANA server. */\n username?: string;\n /** The password of SAP S/4HANA server. */\n password?: string;\n /** The JCo library path. */\n jCoLibraryPath?: string;\n}\n\n/** SAP S/4HANA user pass scan. */\nexport interface SapS4HanaSapS4HanaUserPassScanOutput extends ScanOutputParent {\n /** SAP S/4HANA user pass scan properties. */\n properties?: SapS4HanaSapS4HanaUserPassScanPropertiesOutput;\n kind: \"SapS4HanaSapS4HanaUserPass\";\n}\n\n/** SAP ECC credential scan properties. */\nexport interface SapEccCredentialScanPropertiesOutput extends MitiScanPropertiesOutput {\n clientId?: string;\n /** The credential reference. */\n credential?: CredentialReferenceOutput;\n jCoLibraryPath?: string;\n}\n\n/** SAP ECC credential scan. */\nexport interface SapEccCredentialScanOutput extends ScanOutputParent {\n /** SAP ECC credential scan properties. */\n properties?: SapEccCredentialScanPropertiesOutput;\n kind: \"SapEccSapEccCredential\";\n}\n\n/** SAP ECC user pass scan properties. */\nexport interface SapEccUserPassScanPropertiesOutput extends MitiScanPropertiesOutput {\n clientId?: string;\n username?: string;\n password?: string;\n jCoLibraryPath?: string;\n}\n\n/** SAP ECC user pass scan. */\nexport interface SapEccUserPassScanOutput extends ScanOutputParent {\n /** SAP ECC user pass scan properties. */\n properties?: SapEccUserPassScanPropertiesOutput;\n kind: \"SapEccSapEccUserPass\";\n}\n\n/** Power BI delegated scan properties. */\nexport interface PowerBIDelegatedScanPropertiesOutput extends ScanPropertiesOutput {\n tenant?: string;\n authenticationType?: string;\n clientId?: string;\n userName?: string;\n password?: string;\n includePersonalWorkspaces?: boolean;\n}\n\n/** Power BI delegated scan. */\nexport interface PowerBIDelegatedScanOutput extends ScanOutputParent {\n /** Power BI delegated scan properties. */\n properties?: PowerBIDelegatedScanPropertiesOutput;\n kind: \"PowerBIDelegated\";\n}\n\n/** Power BI MSI scan properties. */\nexport interface PowerBIMsiScanPropertiesOutput extends ScanPropertiesOutput {\n /** Whether to include personal workspaces or not. */\n includePersonalWorkspaces?: boolean;\n}\n\n/** Power BI MSI scan. */\nexport interface PowerBIMsiScanOutput extends ScanOutputParent {\n /** Power BI MSI scan properties. */\n properties?: PowerBIMsiScanPropertiesOutput;\n kind: \"PowerBIMsi\";\n}\n\n/** Azure subscription system scan ruleset. */\nexport interface AzureSubscriptionSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure subscription scan ruleset properties. */\n properties?: AzureSubscriptionScanRulesetPropertiesOutput;\n kind: \"AzureSubscription\";\n}\n\n/** Azure resource group system scan ruleset. */\nexport interface AzureResourceGroupSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure resource group scan ruleset properties. */\n properties?: AzureResourceGroupScanRulesetPropertiesOutput;\n kind: \"AzureResourceGroup\";\n}\n\n/** Azure synapse workspace system scan ruleset. */\nexport interface AzureSynapseWorkspaceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure synapse workspace scan ruleset properties. */\n properties?: AzureSynapseWorkspaceScanRulesetPropertiesOutput;\n kind: \"AzureSynapseWorkspace\";\n}\n\n/** Azure Synapse System scan rule set. */\nexport interface AzureSynapseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure synapse scan ruleset properties. */\n properties?: AzureSynapseScanRulesetPropertiesOutput;\n kind: \"AzureSynapse\";\n}\n\n/** ADLS Gen1 System scan rule set. */\nexport interface AdlsGen1SystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** ADLS Gen1 scan ruleset properties. */\n properties?: AdlsGen1ScanRulesetPropertiesOutput;\n kind: \"AdlsGen1\";\n}\n\n/** ADLS Gen2 system scan rule set. */\nexport interface AdlsGen2SystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Adls gen 2 scan ruleset properties. */\n properties?: AdlsGen2ScanRulesetPropertiesOutput;\n kind: \"AdlsGen2\";\n}\n\n/** Amazon account system scan rule set. */\nexport interface AmazonAccountSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Amazon account scan ruleset properties. */\n properties?: AmazonAccountScanRulesetPropertiesOutput;\n kind: \"AmazonAccount\";\n}\n\n/** Amazon S3 system scan ruleset. */\nexport interface AmazonS3SystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Amazon S3 scan ruleset properties. */\n properties?: AmazonS3ScanRulesetPropertiesOutput;\n kind: \"AmazonS3\";\n}\n\n/** Amazon SQL system scan ruleset. */\nexport interface AmazonSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Amazon SQL scan ruleset properties. */\n properties?: AmazonSqlScanRulesetPropertiesOutput;\n kind: \"AmazonSql\";\n}\n\n/** Azure Cosmos DB system scan rule set. */\nexport interface AzureCosmosDbSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Cosmos DB scan ruleset properties. */\n properties?: AzureCosmosDbScanRulesetPropertiesOutput;\n kind: \"AzureCosmosDb\";\n}\n\n/** Azure data explorer system scan rule set. */\nexport interface AzureDataExplorerSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure data explorer scan ruleset properties. */\n properties?: AzureDataExplorerScanRulesetPropertiesOutput;\n kind: \"AzureDataExplorer\";\n}\n\n/** Azure file service system scan rule set. */\nexport interface AzureFileServiceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure file service scan ruleset properties. */\n properties?: AzureFileServiceScanRulesetPropertiesOutput;\n kind: \"AzureFileService\";\n}\n\n/** Azure SQL db system scan rule set. */\nexport interface AzureSqlDatabaseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure SQL db scan ruleset properties. */\n properties?: AzureSqlDatabaseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabase\";\n}\n\n/** Amazon Postgre SQL system scan rule set. */\nexport interface AmazonPostgreSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AmazonPostgreSqlScanRulesetPropertiesOutput;\n kind: \"AmazonPostgreSql\";\n}\n\n/** Azure Postgre SQL system scan rule set. */\nexport interface AzurePostgreSqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Postgre SQL scan ruleset properties. */\n properties?: AzurePostgreSqlScanRulesetPropertiesOutput;\n kind: \"AzurePostgreSql\";\n}\n\n/** Sql server database system scan rule set. */\nexport interface SqlServerDatabaseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Sql server database scan ruleset properties. */\n properties?: SqlServerDatabaseScanRulesetPropertiesOutput;\n kind: \"SqlServerDatabase\";\n}\n\n/** Azure SQL database managed instance system scan rule set. */\nexport interface AzureSqlDatabaseManagedInstanceSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure SQL db managed instance scan ruleset properties. */\n properties?: AzureSqlDatabaseManagedInstanceScanRulesetPropertiesOutput;\n kind: \"AzureSqlDatabaseManagedInstance\";\n}\n\n/** Azure SQL data warehouse system scan ruleset. */\nexport interface AzureSqlDataWarehouseSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure SQL data warehouse scan ruleset properties. */\n properties?: AzureSqlDataWarehouseScanRulesetPropertiesOutput;\n kind: \"AzureSqlDataWarehouse\";\n}\n\n/** Azure MySQL system scan ruleset. */\nexport interface AzureMySqlSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure MySQL scan ruleset properties. */\n properties?: AzureMySqlScanRulesetPropertiesOutput;\n kind: \"AzureMySql\";\n}\n\n/** Azure Storage system scan ruleset. */\nexport interface AzureStorageSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Azure Storage scan ruleset properties. */\n properties?: AzureStorageScanRulesetPropertiesOutput;\n kind: \"AzureStorage\";\n}\n\n/** Teradata system scan ruleset. */\nexport interface TeradataSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Teradata scan ruleset properties. */\n properties?: TeradataScanRulesetPropertiesOutput;\n kind: \"Teradata\";\n}\n\n/** Oracle system scan ruleset. */\nexport interface OracleSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Oracle scan rule set properties. */\n properties?: OracleScanRulesetPropertiesOutput;\n kind: \"Oracle\";\n}\n\n/** SAP S/4HANA system scan ruleset. */\nexport interface SapS4HanaSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** SAP S/4HANA scan ruleset properties. */\n properties?: SapS4HanaScanRulesetPropertiesOutput;\n kind: \"SapS4Hana\";\n}\n\n/** SAP ECC system scan ruleset. */\nexport interface SapEccSystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** SAP ECC scan ruleset properties. */\n properties?: SapEccScanRulesetPropertiesOutput;\n kind: \"SapEcc\";\n}\n\n/** Power BI system scan ruleset. */\nexport interface PowerBISystemScanRulesetOutput extends SystemScanRulesetOutputParent {\n /** Power BI scan ruleset properties. */\n properties?: PowerBIScanRulesetPropertiesOutput;\n kind: \"PowerBI\";\n}\n\n/** The classification rule. */\nexport type ClassificationRuleOutput =\n | SystemClassificationRuleOutput\n | CustomClassificationRuleOutput;\n/** The credential. */\nexport type CredentialOutput =\n | AccountKeyAuthAzureKeyVaultCredentialOutput\n | BasicAuthAzureKeyVaultCredentialOutput\n | RoleARNCredentialOutput\n | ServicePrincipalAzureKeyVaultCredentialOutput\n | SqlAuthAzureKeyVaultCredentialOutput\n | ConsumerKeyAuthAzureKeyVaultCredentialOutput\n | DelegatedAuthAzureKeyVaultCredentialOutput\n | ManagedIdentityAzureKeyVaultCredentialOutput;\n/** The data source. */\nexport type DataSourceOutput =\n | AzureSubscriptionDataSourceOutput\n | AzureResourceGroupDataSourceOutput\n | AzureSynapseWorkspaceDataSourceOutput\n | AzureSynapseDataSourceOutput\n | AdlsGen1DataSourceOutput\n | AdlsGen2DataSourceOutput\n | AmazonAccountDataSourceOutput\n | AmazonS3DataSourceOutput\n | AmazonSqlDataSourceOutput\n | AzureCosmosDbDataSourceOutput\n | AzureDataExplorerDataSourceOutput\n | AzureFileServiceDataSourceOutput\n | AzureSqlDatabaseDataSourceOutput\n | AmazonPostgreSqlDataSourceOutput\n | AzurePostgreSqlDataSourceOutput\n | SqlServerDatabaseDataSourceOutput\n | AzureSqlDatabaseManagedInstanceDataSourceOutput\n | AzureSqlDataWarehouseDataSourceOutput\n | AzureMySqlDataSourceOutput\n | AzureStorageDataSourceOutput\n | TeradataDataSourceOutput\n | OracleDataSourceOutput\n | SapS4HanaDataSourceOutput\n | SapEccDataSourceOutput\n | PowerBIDataSourceOutput;\n/** The scan. */\nexport type ScanOutput =\n | AzureSubscriptionCredentialScanOutput\n | AzureSubscriptionMsiScanOutput\n | AzureResourceGroupCredentialScanOutput\n | AzureResourceGroupMsiScanOutput\n | AzureSynapseWorkspaceCredentialScanOutput\n | AzureSynapseWorkspaceMsiScanOutput\n | AzureSynapseCredentialScanOutput\n | AzureSynapseMsiScanOutput\n | AdlsGen1CredentialScanOutput\n | AdlsGen1MsiScanOutput\n | AdlsGen2CredentialScanOutput\n | AdlsGen2MsiScanOutput\n | AmazonAccountCredentialScanOutput\n | AmazonS3CredentialScanOutput\n | AmazonS3RoleARNScanOutput\n | AmazonSqlCredentialScanOutput\n | AzureCosmosDbCredentialScanOutput\n | AzureDataExplorerCredentialScanOutput\n | AzureDataExplorerMsiScanOutput\n | AzureFileServiceCredentialScanOutput\n | AzureSqlDatabaseCredentialScanOutput\n | AzureSqlDatabaseMsiScanOutput\n | AmazonPostgreSqlCredentialScanOutput\n | AzurePostgreSqlCredentialScanOutput\n | SqlServerDatabaseCredentialScanOutput\n | AzureSqlDatabaseManagedInstanceCredentialScanOutput\n | AzureSqlDatabaseManagedInstanceMsiScanOutput\n | AzureSqlDataWarehouseCredentialScanOutput\n | AzureSqlDataWarehouseMsiScanOutput\n | AzureMySqlCredentialScanOutput\n | AzureStorageCredentialScanOutput\n | AzureStorageMsiScanOutput\n | TeradataCredentialScanOutput\n | TeradataUserPassScanOutput\n | TeradataTeradataUserPassScanOutput\n | OracleCredentialScanOutput\n | OracleUserPassScanOutput\n | SapS4HanaSapS4HanaCredentialScanOutput\n | SapS4HanaSapS4HanaUserPassScanOutput\n | SapEccCredentialScanOutput\n | SapEccUserPassScanOutput\n | PowerBIDelegatedScanOutput\n | PowerBIMsiScanOutput;\n/** Purview nested object which serves as a compute resource for activities. */\nexport type IntegrationRuntimeOutput =\n | ManagedIntegrationRuntimeOutput\n | SelfHostedIntegrationRuntimeOutput;\n/** Integration runtime status. */\nexport type IntegrationRuntimeStatusOutput =\n | SelfHostedIntegrationRuntimeStatusOutput\n | ManagedIntegrationRuntimeStatusOutput;\n/** The scan ruleset. */\nexport type ScanRulesetOutput =\n | AzureSubscriptionScanRulesetOutput\n | AzureResourceGroupScanRulesetOutput\n | AzureSynapseWorkspaceScanRulesetOutput\n | AzureSynapseScanRulesetOutput\n | AdlsGen1ScanRulesetOutput\n | AdlsGen2ScanRulesetOutput\n | AmazonAccountScanRulesetOutput\n | AmazonS3ScanRulesetOutput\n | AmazonSqlScanRulesetOutput\n | AzureCosmosDbScanRulesetOutput\n | AzureDataExplorerScanRulesetOutput\n | AzureFileServiceScanRulesetOutput\n | AzureSqlDatabaseScanRulesetOutput\n | AmazonPostgreSqlScanRulesetOutput\n | AzurePostgreSqlScanRulesetOutput\n | SqlServerDatabaseScanRulesetOutput\n | AzureSqlDatabaseManagedInstanceScanRulesetOutput\n | AzureSqlDataWarehouseScanRulesetOutput\n | AzureMySqlScanRulesetOutput\n | AzureStorageScanRulesetOutput\n | TeradataScanRulesetOutput\n | OracleScanRulesetOutput\n | SapS4HanaScanRulesetOutput\n | SapEccScanRulesetOutput\n | PowerBIScanRulesetOutput;\n/** The system scan ruleset. */\nexport type SystemScanRulesetOutput =\n | AzureSubscriptionSystemScanRulesetOutput\n | AzureResourceGroupSystemScanRulesetOutput\n | AzureSynapseWorkspaceSystemScanRulesetOutput\n | AzureSynapseSystemScanRulesetOutput\n | AdlsGen1SystemScanRulesetOutput\n | AdlsGen2SystemScanRulesetOutput\n | AmazonAccountSystemScanRulesetOutput\n | AmazonS3SystemScanRulesetOutput\n | AmazonSqlSystemScanRulesetOutput\n | AzureCosmosDbSystemScanRulesetOutput\n | AzureDataExplorerSystemScanRulesetOutput\n | AzureFileServiceSystemScanRulesetOutput\n | AzureSqlDatabaseSystemScanRulesetOutput\n | AmazonPostgreSqlSystemScanRulesetOutput\n | AzurePostgreSqlSystemScanRulesetOutput\n | SqlServerDatabaseSystemScanRulesetOutput\n | AzureSqlDatabaseManagedInstanceSystemScanRulesetOutput\n | AzureSqlDataWarehouseSystemScanRulesetOutput\n | AzureMySqlSystemScanRulesetOutput\n | AzureStorageSystemScanRulesetOutput\n | TeradataSystemScanRulesetOutput\n | OracleSystemScanRulesetOutput\n | SapS4HanaSystemScanRulesetOutput\n | SapEccSystemScanRulesetOutput\n | PowerBISystemScanRulesetOutput;\n/** Pattern of classification rule. */\nexport type ClassificationRulePatternOutput = RegexClassificationRulePatternOutput;\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic rest level client library for the Azure Purview Scanning service.",
6
- "version": "1.0.0-alpha.20251125.1",
6
+ "version": "1.0.0-alpha.20251201.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",