Interface DataSafe

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    DataSafeClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public interface DataSafe
    extends AutoCloseable
    APIs for using Oracle Data Safe.

    This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.

    • Method Detail

      • refreshClient

        void refreshClient()
        Rebuilds the client from scratch.

        Useful to refresh certificates.

      • setEndpoint

        void setEndpoint​(String endpoint)
        Sets the endpoint to call (ex, https://www.example.com).
        Parameters:
        endpoint - The endpoint of the service.
      • getEndpoint

        String getEndpoint()
        Gets the set endpoint for REST call (ex, https://www.example.com)
      • setRegion

        void setRegion​(Region region)
        Sets the region to call (ex, Region.US_PHOENIX_1).

        Note, this will call setEndpoint after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.

        Parameters:
        region - The region of the service.
      • setRegion

        void setRegion​(String regionId)
        Sets the region to call (ex, ‘us-phoenix-1’).

        Note, this will first try to map the region ID to a known Region and call setRegion.

        If no known Region could be determined, it will create an endpoint based on the default endpoint format (Region.formatDefaultRegionEndpoint(Service, String) and then call setEndpoint.

        Parameters:
        regionId - The public region ID.
      • useRealmSpecificEndpointTemplate

        void useRealmSpecificEndpointTemplate​(boolean realmSpecificEndpointTemplateEnabled)
        Determines whether realm specific endpoint should be used or not.

        Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”

        Parameters:
        realmSpecificEndpointTemplateEnabled - flag to enable the use of realm specific endpoint template
      • activateTargetDatabase

        ActivateTargetDatabaseResponse activateTargetDatabase​(ActivateTargetDatabaseRequest request)
        Reactivates a previously deactivated Data Safe target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ActivateTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ActivateTargetDatabase API.

      • addMaskingColumnsFromSdm

        AddMaskingColumnsFromSdmResponse addMaskingColumnsFromSdm​(AddMaskingColumnsFromSdmRequest request)
        Adds columns to the specified masking policy from the associated sensitive data model.

        It automatically pulls all the sensitive columns and their relationships from the sensitive data model and uses this information to create columns in the masking policy. It also assigns default masking formats to these columns based on the associated sensitive types.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/AddMaskingColumnsFromSdmExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddMaskingColumnsFromSdm API.

      • alertsUpdate

        AlertsUpdateResponse alertsUpdate​(AlertsUpdateRequest request)
        Updates alerts in the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/AlertsUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AlertsUpdate API.

      • applyDiscoveryJobResults

        ApplyDiscoveryJobResultsResponse applyDiscoveryJobResults​(ApplyDiscoveryJobResultsRequest request)
        Applies the results of a discovery job to the specified sensitive data model.

        Note that the plannedAction attribute of discovery results is used for processing them. You should first use PatchDiscoveryJobResults to set the plannedAction attribute of the discovery results you want to process. ApplyDiscoveryJobResults automatically reads the plannedAction attribute and updates the sensitive data model to reflect the actions you planned.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ApplyDiscoveryJobResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ApplyDiscoveryJobResults API.

      • applySdmMaskingPolicyDifference

        ApplySdmMaskingPolicyDifferenceResponse applySdmMaskingPolicyDifference​(ApplySdmMaskingPolicyDifferenceRequest request)
        Applies the difference of a SDM Masking policy difference resource to the specified masking policy.

        Note that the plannedAction attribute of difference columns is used for processing. You should first use PatchSdmMaskingPolicyDifferenceColumns to set the plannedAction attribute of the difference columns you want to process. ApplySdmMaskingPolicyDifference automatically reads the plannedAction attribute and updates the masking policy to reflect the actions you planned. If the sdmMaskingPolicydifferenceId is not passed, the latest sdmMaskingPolicydifference is used. Note that if the masking policy associated with the SdmMaskingPolicyDifference used for this operation is not associated with the original SDM anymore, this operation won’t be allowed.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ApplySdmMaskingPolicyDifferenceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ApplySdmMaskingPolicyDifference API.

      • bulkCreateSensitiveTypes

        BulkCreateSensitiveTypesResponse bulkCreateSensitiveTypes​(BulkCreateSensitiveTypesRequest request)
        Uploads a sensitive types xml file (also called template) to create new sensitive types.

        Note: This operation consumes a stream.

        If the stream supports InputStream.mark(int) and InputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.

        Note this means that if the caller has used InputStream.mark(int) before, then the mark will not be the same anymore after this operation, and a subsequent call to InputStream.reset() by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.

        If the stream is a FileInputStream, and the stream's FileChannel position can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support for InputStream.mark(int) and InputStream.reset(). Then the same procedure as above is followed. If the stream's FileChannel position cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.

        If the stream does not support InputStream.mark(int) and InputStream.reset(), then the stream is wrapped in a BufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.

        The contents of the stream, except when the stream is a FileInputStream whose FileChannel position can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/BulkCreateSensitiveTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use BulkCreateSensitiveTypes API.

      • bulkCreateSqlFirewallAllowedSqls

        BulkCreateSqlFirewallAllowedSqlsResponse bulkCreateSqlFirewallAllowedSqls​(BulkCreateSqlFirewallAllowedSqlsRequest request)
        Appends the allowedSqls with entries from the logs.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/BulkCreateSqlFirewallAllowedSqlsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use BulkCreateSqlFirewallAllowedSqls API.

      • bulkDeleteSqlFirewallAllowedSqls

        BulkDeleteSqlFirewallAllowedSqlsResponse bulkDeleteSqlFirewallAllowedSqls​(BulkDeleteSqlFirewallAllowedSqlsRequest request)
        Delete multiple allowed sqls from the SQL firewall policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/BulkDeleteSqlFirewallAllowedSqlsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use BulkDeleteSqlFirewallAllowedSqls API.

      • calculateAuditVolumeAvailable

        CalculateAuditVolumeAvailableResponse calculateAuditVolumeAvailable​(CalculateAuditVolumeAvailableRequest request)
        Calculates the volume of audit events available on the target database to be collected.

        Measurable up to the defined retention period of the audit target resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CalculateAuditVolumeAvailableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CalculateAuditVolumeAvailable API.

      • calculateAuditVolumeCollected

        CalculateAuditVolumeCollectedResponse calculateAuditVolumeCollected​(CalculateAuditVolumeCollectedRequest request)
        Calculates the volume of audit events collected by data safe.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CalculateAuditVolumeCollectedExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CalculateAuditVolumeCollected API.

      • cancelWorkRequest

        CancelWorkRequestResponse cancelWorkRequest​(CancelWorkRequestRequest request)
        Cancel the specified work request.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CancelWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelWorkRequest API.

      • changeAlertCompartment

        ChangeAlertCompartmentResponse changeAlertCompartment​(ChangeAlertCompartmentRequest request)
        Moves the specified alert into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeAlertCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAlertCompartment API.

      • changeAlertPolicyCompartment

        ChangeAlertPolicyCompartmentResponse changeAlertPolicyCompartment​(ChangeAlertPolicyCompartmentRequest request)
        Moves the specified alert policy into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeAlertPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAlertPolicyCompartment API.

      • changeAuditArchiveRetrievalCompartment

        ChangeAuditArchiveRetrievalCompartmentResponse changeAuditArchiveRetrievalCompartment​(ChangeAuditArchiveRetrievalCompartmentRequest request)
        Moves the archive retreival to the specified compartment.

        When provided, if-Match is checked against ETag value of the resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeAuditArchiveRetrievalCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAuditArchiveRetrievalCompartment API.

      • changeAuditPolicyCompartment

        ChangeAuditPolicyCompartmentResponse changeAuditPolicyCompartment​(ChangeAuditPolicyCompartmentRequest request)
        Moves the specified audit policy and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeAuditPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAuditPolicyCompartment API.

      • changeAuditProfileCompartment

        ChangeAuditProfileCompartmentResponse changeAuditProfileCompartment​(ChangeAuditProfileCompartmentRequest request)
        Moves the specified audit profile and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeAuditProfileCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAuditProfileCompartment API.

      • changeDataSafePrivateEndpointCompartment

        ChangeDataSafePrivateEndpointCompartmentResponse changeDataSafePrivateEndpointCompartment​(ChangeDataSafePrivateEndpointCompartmentRequest request)
        Moves the Data Safe private endpoint and its dependent resources to the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeDataSafePrivateEndpointCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDataSafePrivateEndpointCompartment API.

      • changeDatabaseSecurityConfigCompartment

        ChangeDatabaseSecurityConfigCompartmentResponse changeDatabaseSecurityConfigCompartment​(ChangeDatabaseSecurityConfigCompartmentRequest request)
        Moves the specified database security configuration and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeDatabaseSecurityConfigCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDatabaseSecurityConfigCompartment API.

      • changeDiscoveryJobCompartment

        ChangeDiscoveryJobCompartmentResponse changeDiscoveryJobCompartment​(ChangeDiscoveryJobCompartmentRequest request)
        Moves the specified discovery job and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeDiscoveryJobCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDiscoveryJobCompartment API.

      • changeLibraryMaskingFormatCompartment

        ChangeLibraryMaskingFormatCompartmentResponse changeLibraryMaskingFormatCompartment​(ChangeLibraryMaskingFormatCompartmentRequest request)
        Moves the specified library masking format into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeLibraryMaskingFormatCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeLibraryMaskingFormatCompartment API.

      • changeMaskingPolicyCompartment

        ChangeMaskingPolicyCompartmentResponse changeMaskingPolicyCompartment​(ChangeMaskingPolicyCompartmentRequest request)
        Moves the specified masking policy and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeMaskingPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMaskingPolicyCompartment API.

      • changeMaskingPolicyHealthReportCompartment

        ChangeMaskingPolicyHealthReportCompartmentResponse changeMaskingPolicyHealthReportCompartment​(ChangeMaskingPolicyHealthReportCompartmentRequest request)
        Moves the specified masking policy health report and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeMaskingPolicyHealthReportCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMaskingPolicyHealthReportCompartment API.

      • changeOnPremConnectorCompartment

        ChangeOnPremConnectorCompartmentResponse changeOnPremConnectorCompartment​(ChangeOnPremConnectorCompartmentRequest request)
        Moves the specified on-premises connector into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeOnPremConnectorCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeOnPremConnectorCompartment API.

      • changeReportCompartment

        ChangeReportCompartmentResponse changeReportCompartment​(ChangeReportCompartmentRequest request)
        Moves a resource into a different compartment.

        When provided, If-Match is checked against ETag values of the resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeReportCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeReportCompartment API.

      • changeReportDefinitionCompartment

        ChangeReportDefinitionCompartmentResponse changeReportDefinitionCompartment​(ChangeReportDefinitionCompartmentRequest request)
        Moves a resource into a different compartment.

        When provided, If-Match is checked against ETag values of the resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeReportDefinitionCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeReportDefinitionCompartment API.

      • changeRetention

        ChangeRetentionResponse changeRetention​(ChangeRetentionRequest request)
        Change the online and offline months .
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeRetentionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeRetention API.

      • changeSdmMaskingPolicyDifferenceCompartment

        ChangeSdmMaskingPolicyDifferenceCompartmentResponse changeSdmMaskingPolicyDifferenceCompartment​(ChangeSdmMaskingPolicyDifferenceCompartmentRequest request)
        Moves the specified SDM masking policy difference into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSdmMaskingPolicyDifferenceCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSdmMaskingPolicyDifferenceCompartment API.

      • changeSecurityAssessmentCompartment

        ChangeSecurityAssessmentCompartmentResponse changeSecurityAssessmentCompartment​(ChangeSecurityAssessmentCompartmentRequest request)
        Moves the specified saved security assessment or future scheduled assessments into a different compartment.

        To start, call first the operation ListSecurityAssessments with filters \"type = save_schedule\". This returns the scheduleAssessmentId. Then, call this changeCompartment with the scheduleAssessmentId.

        The existing saved security assessments created due to the schedule are not moved. However, all new saves will be associated with the new compartment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSecurityAssessmentCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSecurityAssessmentCompartment API.

      • changeSecurityPolicyCompartment

        ChangeSecurityPolicyCompartmentResponse changeSecurityPolicyCompartment​(ChangeSecurityPolicyCompartmentRequest request)
        Moves the specified security policy and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSecurityPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSecurityPolicyCompartment API.

      • changeSecurityPolicyDeploymentCompartment

        ChangeSecurityPolicyDeploymentCompartmentResponse changeSecurityPolicyDeploymentCompartment​(ChangeSecurityPolicyDeploymentCompartmentRequest request)
        Moves the specified security policy deployment and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSecurityPolicyDeploymentCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSecurityPolicyDeploymentCompartment API.

      • changeSensitiveDataModelCompartment

        ChangeSensitiveDataModelCompartmentResponse changeSensitiveDataModelCompartment​(ChangeSensitiveDataModelCompartmentRequest request)
        Moves the specified sensitive data model and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSensitiveDataModelCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSensitiveDataModelCompartment API.

      • changeSensitiveTypeCompartment

        ChangeSensitiveTypeCompartmentResponse changeSensitiveTypeCompartment​(ChangeSensitiveTypeCompartmentRequest request)
        Moves the specified sensitive type into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSensitiveTypeCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSensitiveTypeCompartment API.

      • changeSensitiveTypeGroupCompartment

        ChangeSensitiveTypeGroupCompartmentResponse changeSensitiveTypeGroupCompartment​(ChangeSensitiveTypeGroupCompartmentRequest request)
        Moves the sensitive type group to the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSensitiveTypeGroupCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSensitiveTypeGroupCompartment API.

      • changeSensitiveTypesExportCompartment

        ChangeSensitiveTypesExportCompartmentResponse changeSensitiveTypesExportCompartment​(ChangeSensitiveTypesExportCompartmentRequest request)
        Moves the specified sensitive types export into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSensitiveTypesExportCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSensitiveTypesExportCompartment API.

      • changeSqlCollectionCompartment

        ChangeSqlCollectionCompartmentResponse changeSqlCollectionCompartment​(ChangeSqlCollectionCompartmentRequest request)
        Moves the specified SQL collection and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSqlCollectionCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSqlCollectionCompartment API.

      • changeSqlFirewallPolicyCompartment

        ChangeSqlFirewallPolicyCompartmentResponse changeSqlFirewallPolicyCompartment​(ChangeSqlFirewallPolicyCompartmentRequest request)
        Moves the specified SQL Firewall policy and its dependent resources into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeSqlFirewallPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSqlFirewallPolicyCompartment API.

      • changeTargetAlertPolicyAssociationCompartment

        ChangeTargetAlertPolicyAssociationCompartmentResponse changeTargetAlertPolicyAssociationCompartment​(ChangeTargetAlertPolicyAssociationCompartmentRequest request)
        Moves the specified target-alert policy Association into a different compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeTargetAlertPolicyAssociationCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeTargetAlertPolicyAssociationCompartment API.

      • changeTargetDatabaseCompartment

        ChangeTargetDatabaseCompartmentResponse changeTargetDatabaseCompartment​(ChangeTargetDatabaseCompartmentRequest request)
        Moves the Data Safe target database to the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeTargetDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeTargetDatabaseCompartment API.

      • changeUserAssessmentCompartment

        ChangeUserAssessmentCompartmentResponse changeUserAssessmentCompartment​(ChangeUserAssessmentCompartmentRequest request)
        Moves the specified saved user assessment or future scheduled assessments into a different compartment.

        To start storing scheduled user assessments on a different compartment, first call the operation ListUserAssessments with the filters "type = save_schedule". That call returns the scheduleAssessmentId. Then call ChangeUserAssessmentCompartment with the scheduleAssessmentId. The existing saved user assessments created per the schedule are not be moved. However, all new saves will be associated with the new compartment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ChangeUserAssessmentCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeUserAssessmentCompartment API.

      • compareSecurityAssessment

        CompareSecurityAssessmentResponse compareSecurityAssessment​(CompareSecurityAssessmentRequest request)
        Compares two security assessments.

        For this comparison, a security assessment can be a saved assessment, a latest assessment, or a baseline assessment. For example, you can compare saved assessment or a latest assessment against a baseline.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CompareSecurityAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CompareSecurityAssessment API.

      • compareUserAssessment

        CompareUserAssessmentResponse compareUserAssessment​(CompareUserAssessmentRequest request)
        Compares two user assessments.

        For this comparison, a user assessment can be a saved, a latest assessment, or a baseline. As an example, it can be used to compare a user assessment saved or a latest assessment with a baseline.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CompareUserAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CompareUserAssessment API.

      • createAlertPolicy

        CreateAlertPolicyResponse createAlertPolicy​(CreateAlertPolicyRequest request)
        Creates a new user-defined alert policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateAlertPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAlertPolicy API.

      • createAlertPolicyRule

        CreateAlertPolicyRuleResponse createAlertPolicyRule​(CreateAlertPolicyRuleRequest request)
        Creates a new rule for the alert policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateAlertPolicyRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAlertPolicyRule API.

      • createAuditArchiveRetrieval

        CreateAuditArchiveRetrievalResponse createAuditArchiveRetrieval​(CreateAuditArchiveRetrievalRequest request)
        Creates a work request to retrieve archived audit data.

        This asynchronous process will usually take over an hour to complete. Save the id from the response of this operation. Call GetAuditArchiveRetrieval operation after an hour, passing the id to know the status of this operation.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateAuditArchiveRetrievalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAuditArchiveRetrieval API.

      • createDataSafePrivateEndpoint

        CreateDataSafePrivateEndpointResponse createDataSafePrivateEndpoint​(CreateDataSafePrivateEndpointRequest request)
        Creates a new Data Safe private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateDataSafePrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataSafePrivateEndpoint API.

      • createDiscoveryJob

        CreateDiscoveryJobResponse createDiscoveryJob​(CreateDiscoveryJobRequest request)
        Performs incremental data discovery for the specified sensitive data model.

        It uses the target database associated with the sensitive data model. After performing data discovery, you can use ListDiscoveryJobResults to view the discovery results, PatchDiscoveryJobResults to specify the action you want perform on these results, and then ApplyDiscoveryJobResults to process the results and apply them to the sensitive data model.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateDiscoveryJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDiscoveryJob API.

      • createLibraryMaskingFormat

        CreateLibraryMaskingFormatResponse createLibraryMaskingFormat​(CreateLibraryMaskingFormatRequest request)
        Creates a new library masking format.

        A masking format can have one or more format entries. The combined output of all the format entries is used for masking. It provides the flexibility to define a masking format that can generate different parts of a data value separately and then combine them to get the final data value for masking. Note that you cannot define masking condition in a library masking format.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateLibraryMaskingFormatExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateLibraryMaskingFormat API.

      • createMaskingColumn

        CreateMaskingColumnResponse createMaskingColumn​(CreateMaskingColumnRequest request)
        Creates a new masking column in the specified masking policy.

        Use this operation to add parent columns only. It automatically adds the child columns from the associated sensitive data model or target database. If you provide the sensitiveTypeId attribute but not the maskingFormats attribute, it automatically assigns the default masking format associated with the specified sensitive type. Alternatively, if you provide the maskingFormats attribute, the specified masking formats are assigned to the column.

        Using the maskingFormats attribute, you can assign one or more masking formats to a column. You need to specify a condition as part of each masking format. It enables you to do conditional masking so that you can mask the column data values differently using different masking conditions. A masking format can have one or more format entries. The combined output of all the format entries is used for masking. It provides the flexibility to define a masking format that can generate different parts of a data value separately and then combine them to get the final data value for masking.

        You can use the maskingColumnGroup attribute to group the columns that you would like to mask together. It enables you to do group or compound masking that ensures that the masked data across the columns in a group continue to retain the same logical relationship.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateMaskingColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMaskingColumn API.

      • createMaskingPolicy

        CreateMaskingPolicyResponse createMaskingPolicy​(CreateMaskingPolicyRequest request)
        Creates a new masking policy and associates it with a sensitive data model or a target database.

        To use a sensitive data model as the source of masking columns, set the columnSource attribute to SENSITIVE_DATA_MODEL and provide the sensitiveDataModelId attribute. After creating a masking policy, you can use the AddMaskingColumnsFromSdm operation to automatically add all the columns from the associated sensitive data model. In this case, the target database associated with the sensitive data model is used for column and masking format validations.

        You can also create a masking policy without using a sensitive data model. In this case, you need to associate your masking policy with a target database by setting the columnSource attribute to TARGET and providing the targetId attribute. The specified target database is used for column and masking format validations.

        After creating a masking policy, you can use the CreateMaskingColumn or PatchMaskingColumns operation to manually add columns to the policy. You need to add the parent columns only, and it automatically adds the child columns (in referential relationship with the parent columns) from the associated sensitive data model or target database.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateMaskingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMaskingPolicy API.

      • createOnPremConnector

        CreateOnPremConnectorResponse createOnPremConnector​(CreateOnPremConnectorRequest request)
        Creates a new on-premises connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateOnPremConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOnPremConnector API.

      • createPeerTargetDatabase

        CreatePeerTargetDatabaseResponse createPeerTargetDatabase​(CreatePeerTargetDatabaseRequest request)
        Creates the peer target database under the primary target database in Data Safe.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreatePeerTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePeerTargetDatabase API.

      • createReferentialRelation

        CreateReferentialRelationResponse createReferentialRelation​(CreateReferentialRelationRequest request)
        Creates a new referential relation in the specified sensitive data model.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateReferentialRelationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateReferentialRelation API.

      • createReportDefinition

        CreateReportDefinitionResponse createReportDefinition​(CreateReportDefinitionRequest request)
        Creates a new report definition with parameters specified in the body.

        The report definition is stored in the specified compartment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateReportDefinitionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateReportDefinition API.

      • createSdmMaskingPolicyDifference

        CreateSdmMaskingPolicyDifferenceResponse createSdmMaskingPolicyDifference​(CreateSdmMaskingPolicyDifferenceRequest request)
        Creates SDM masking policy difference for the specified masking policy.

        It finds the difference between masking columns of the masking policy and sensitive columns of the SDM. After performing this operation, you can use ListDifferenceColumns to view the difference columns, PatchSdmMaskingPolicyDifferenceColumns to specify the action you want perform on these columns, and then ApplySdmMaskingPolicyDifference to process the difference columns and apply them to the masking policy.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSdmMaskingPolicyDifferenceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSdmMaskingPolicyDifference API.

      • createSecurityAssessment

        CreateSecurityAssessmentResponse createSecurityAssessment​(CreateSecurityAssessmentRequest request)
        Creates a new saved security assessment for one or multiple targets in a compartment.

        When this operation is performed, it will save the latest assessments in the specified compartment. If a schedule is passed, it will persist the latest assessments, at the defined date and time, in the format defined by RFC3339.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSecurityAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSecurityAssessment API.

      • createSensitiveColumn

        CreateSensitiveColumnResponse createSensitiveColumn​(CreateSensitiveColumnRequest request)
        Creates a new sensitive column in the specified sensitive data model.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSensitiveColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSensitiveColumn API.

      • createSensitiveDataModel

        CreateSensitiveDataModelResponse createSensitiveDataModel​(CreateSensitiveDataModelRequest request)
        Creates a new sensitive data model.

        If schemas and sensitive types are provided, it automatically runs data discovery and adds the discovered columns to the sensitive data model. Otherwise, it creates an empty sensitive data model that can be updated later.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSensitiveDataModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSensitiveDataModel API.

      • createSensitiveType

        CreateSensitiveTypeResponse createSensitiveType​(CreateSensitiveTypeRequest request)
        Creates a new sensitive type, which can be a basic sensitive type with regular expressions or a sensitive category.

        While sensitive types are used for data discovery, sensitive categories are used for logically grouping the related or similar sensitive types.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSensitiveTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSensitiveType API.

      • createSensitiveTypeGroup

        CreateSensitiveTypeGroupResponse createSensitiveTypeGroup​(CreateSensitiveTypeGroupRequest request)
        Creates a new sensitive type group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSensitiveTypeGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSensitiveTypeGroup API.

      • createSensitiveTypesExport

        CreateSensitiveTypesExportResponse createSensitiveTypesExport​(CreateSensitiveTypesExportRequest request)
        Generates a downloadable file corresponding to the specified list of sensitive types.

        It’s a prerequisite for the DownloadSensitiveTypesExport operation. Use this endpoint to generate a sensitive Types Export file and then use DownloadSensitiveTypesExport to download the generated file.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSensitiveTypesExportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSensitiveTypesExport API.

      • createSqlCollection

        CreateSqlCollectionResponse createSqlCollection​(CreateSqlCollectionRequest request)
        Creates a new SQL collection resource.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateSqlCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSqlCollection API.

      • createTargetAlertPolicyAssociation

        CreateTargetAlertPolicyAssociationResponse createTargetAlertPolicyAssociation​(CreateTargetAlertPolicyAssociationRequest request)
        Creates a new target-alert policy association to track a alert policy applied on target.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateTargetAlertPolicyAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateTargetAlertPolicyAssociation API.

      • createTargetDatabase

        CreateTargetDatabaseResponse createTargetDatabase​(CreateTargetDatabaseRequest request)
        Registers the specified database with Data Safe and creates a Data Safe target database in the Data Safe Console.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateTargetDatabase API.

      • createUserAssessment

        CreateUserAssessmentResponse createUserAssessment​(CreateUserAssessmentRequest request)
        Creates a new saved user assessment for one or multiple targets in a compartment.

        It saves the latest assessments in the specified compartment. If a scheduled is passed in, this operation persists the latest assessments that exist at the defined date and time, in the format defined by RFC3339.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/CreateUserAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateUserAssessment API.

      • deactivateTargetDatabase

        DeactivateTargetDatabaseResponse deactivateTargetDatabase​(DeactivateTargetDatabaseRequest request)
        Deactivates a target database in Data Safe.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeactivateTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeactivateTargetDatabase API.

      • deleteAlertPolicy

        DeleteAlertPolicyResponse deleteAlertPolicy​(DeleteAlertPolicyRequest request)
        Deletes the specified user-defined alert policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteAlertPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAlertPolicy API.

      • deleteAlertPolicyRule

        DeleteAlertPolicyRuleResponse deleteAlertPolicyRule​(DeleteAlertPolicyRuleRequest request)
        Deletes the specified user-defined alert policy rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteAlertPolicyRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAlertPolicyRule API.

      • deleteAuditArchiveRetrieval

        DeleteAuditArchiveRetrievalResponse deleteAuditArchiveRetrieval​(DeleteAuditArchiveRetrievalRequest request)
        To unload retrieved archive data, call the operation ListAuditArchiveRetrieval first.

        This will return the auditArchiveRetrievalId. Then call this operation with auditArchiveRetrievalId.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteAuditArchiveRetrievalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAuditArchiveRetrieval API.

      • deleteAuditTrail

        DeleteAuditTrailResponse deleteAuditTrail​(DeleteAuditTrailRequest request)
        Deletes the specified audit trail.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteAuditTrailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAuditTrail API.

      • deleteDataSafePrivateEndpoint

        DeleteDataSafePrivateEndpointResponse deleteDataSafePrivateEndpoint​(DeleteDataSafePrivateEndpointRequest request)
        Deletes the specified Data Safe private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteDataSafePrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDataSafePrivateEndpoint API.

      • deleteDiscoveryJob

        DeleteDiscoveryJobResponse deleteDiscoveryJob​(DeleteDiscoveryJobRequest request)
        Deletes the specified discovery job.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteDiscoveryJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDiscoveryJob API.

      • deleteDiscoveryJobResult

        DeleteDiscoveryJobResultResponse deleteDiscoveryJobResult​(DeleteDiscoveryJobResultRequest request)
        Deletes the specified discovery result.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteDiscoveryJobResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDiscoveryJobResult API.

      • deleteLibraryMaskingFormat

        DeleteLibraryMaskingFormatResponse deleteLibraryMaskingFormat​(DeleteLibraryMaskingFormatRequest request)
        Deletes the specified library masking format.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteLibraryMaskingFormatExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteLibraryMaskingFormat API.

      • deleteMaskingColumn

        DeleteMaskingColumnResponse deleteMaskingColumn​(DeleteMaskingColumnRequest request)
        Deletes the specified masking column.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteMaskingColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMaskingColumn API.

      • deleteMaskingPolicy

        DeleteMaskingPolicyResponse deleteMaskingPolicy​(DeleteMaskingPolicyRequest request)
        Deletes the specified masking policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteMaskingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMaskingPolicy API.

      • deleteMaskingPolicyHealthReport

        DeleteMaskingPolicyHealthReportResponse deleteMaskingPolicyHealthReport​(DeleteMaskingPolicyHealthReportRequest request)
        Deletes the specified masking policy health report.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteMaskingPolicyHealthReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMaskingPolicyHealthReport API.

      • deleteMaskingReport

        DeleteMaskingReportResponse deleteMaskingReport​(DeleteMaskingReportRequest request)
        Deletes the specified masking report.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteMaskingReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMaskingReport API.

      • deleteOnPremConnector

        DeleteOnPremConnectorResponse deleteOnPremConnector​(DeleteOnPremConnectorRequest request)
        Deletes the specified on-premises connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteOnPremConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOnPremConnector API.

      • deletePeerTargetDatabase

        DeletePeerTargetDatabaseResponse deletePeerTargetDatabase​(DeletePeerTargetDatabaseRequest request)
        Removes the specified peer target database from Data Safe.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeletePeerTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePeerTargetDatabase API.

      • deleteReferentialRelation

        DeleteReferentialRelationResponse deleteReferentialRelation​(DeleteReferentialRelationRequest request)
        Deletes the specified referential relation.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteReferentialRelationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteReferentialRelation API.

      • deleteReportDefinition

        DeleteReportDefinitionResponse deleteReportDefinition​(DeleteReportDefinitionRequest request)
        Deletes the specified report definition.

        Only the user created report definition can be deleted. The seeded report definitions cannot be deleted.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteReportDefinitionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteReportDefinition API.

      • deleteSdmMaskingPolicyDifference

        DeleteSdmMaskingPolicyDifferenceResponse deleteSdmMaskingPolicyDifference​(DeleteSdmMaskingPolicyDifferenceRequest request)
        Deletes the specified SDM Masking policy difference.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSdmMaskingPolicyDifferenceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSdmMaskingPolicyDifference API.

      • deleteSecurityAssessment

        DeleteSecurityAssessmentResponse deleteSecurityAssessment​(DeleteSecurityAssessmentRequest request)
        Deletes the specified saved security assessment or schedule.

        To delete a security assessment schedule, first call the operation ListSecurityAssessments with filters "type = save_schedule". That operation returns the scheduleAssessmentId. Then, call DeleteSecurityAssessment with the scheduleAssessmentId. If the assessment being deleted is the baseline for that compartment, then it will impact all baselines in the compartment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSecurityAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSecurityAssessment API.

      • deleteSensitiveColumn

        DeleteSensitiveColumnResponse deleteSensitiveColumn​(DeleteSensitiveColumnRequest request)
        Deletes the specified sensitive column.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSensitiveColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSensitiveColumn API.

      • deleteSensitiveDataModel

        DeleteSensitiveDataModelResponse deleteSensitiveDataModel​(DeleteSensitiveDataModelRequest request)
        Deletes the specified sensitive data model.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSensitiveDataModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSensitiveDataModel API.

      • deleteSensitiveType

        DeleteSensitiveTypeResponse deleteSensitiveType​(DeleteSensitiveTypeRequest request)
        Deletes the specified sensitive type.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSensitiveTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSensitiveType API.

      • deleteSensitiveTypeGroup

        DeleteSensitiveTypeGroupResponse deleteSensitiveTypeGroup​(DeleteSensitiveTypeGroupRequest request)
        Deletes the specified sensitive type group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSensitiveTypeGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSensitiveTypeGroup API.

      • deleteSensitiveTypesExport

        DeleteSensitiveTypesExportResponse deleteSensitiveTypesExport​(DeleteSensitiveTypesExportRequest request)
        Deletes the specified sensitive types export.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSensitiveTypesExportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSensitiveTypesExport API.

      • deleteSqlCollection

        DeleteSqlCollectionResponse deleteSqlCollection​(DeleteSqlCollectionRequest request)
        Deletes the specified SQL collection.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSqlCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSqlCollection API.

      • deleteSqlFirewallAllowedSql

        DeleteSqlFirewallAllowedSqlResponse deleteSqlFirewallAllowedSql​(DeleteSqlFirewallAllowedSqlRequest request)
        Deletes the specified allowed sql.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSqlFirewallAllowedSqlExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSqlFirewallAllowedSql API.

      • deleteSqlFirewallPolicy

        DeleteSqlFirewallPolicyResponse deleteSqlFirewallPolicy​(DeleteSqlFirewallPolicyRequest request)
        Deletes the SQL Firewall policy resource.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteSqlFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSqlFirewallPolicy API.

      • deleteTargetAlertPolicyAssociation

        DeleteTargetAlertPolicyAssociationResponse deleteTargetAlertPolicyAssociation​(DeleteTargetAlertPolicyAssociationRequest request)
        Deletes the specified target-alert policy Association.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteTargetAlertPolicyAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteTargetAlertPolicyAssociation API.

      • deleteTargetDatabase

        DeleteTargetDatabaseResponse deleteTargetDatabase​(DeleteTargetDatabaseRequest request)
        Deregisters the specified database from Data Safe and removes the target database from the Data Safe Console.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteTargetDatabase API.

      • deleteUserAssessment

        DeleteUserAssessmentResponse deleteUserAssessment​(DeleteUserAssessmentRequest request)
        Deletes the specified saved user assessment or schedule.

        To delete a user assessment schedule, first call the operation ListUserAssessments with filters "type = save_schedule". That call returns the scheduleAssessmentId. Then call DeleteUserAssessment with the scheduleAssessmentId. If the assessment being deleted is the baseline for that compartment, then it will impact all baselines in the compartment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DeleteUserAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteUserAssessment API.

      • discoverAuditTrails

        DiscoverAuditTrailsResponse discoverAuditTrails​(DiscoverAuditTrailsRequest request)
        Updates the list of audit trails created under audit profile.The operation can be used to create new audit trails for target database when they become available for audit collection because of change of database version or change of database unified mode or change of data base edition or being deleted previously etc.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DiscoverAuditTrailsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DiscoverAuditTrails API.

      • downloadDiscoveryReport

        DownloadDiscoveryReportResponse downloadDiscoveryReport​(DownloadDiscoveryReportRequest request)
        Downloads an already-generated discovery report.

        Note that the GenerateDiscoveryReportForDownload operation is a prerequisite for the DownloadDiscoveryReport operation. Use GenerateDiscoveryReportForDownload to generate a discovery report file and then use DownloadDiscoveryReport to download the generated file. By default, it downloads report for all the columns in a sensitive data model. Use the discoveryJobId attribute to download report for a specific discovery job.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadDiscoveryReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadDiscoveryReport API.

      • downloadMaskingLog

        DownloadMaskingLogResponse downloadMaskingLog​(DownloadMaskingLogRequest request)
        Downloads the masking log generated by the last masking operation on a target database using the specified masking policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadMaskingLogExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadMaskingLog API.

      • downloadMaskingPolicy

        DownloadMaskingPolicyResponse downloadMaskingPolicy​(DownloadMaskingPolicyRequest request)
        Downloads an already-generated file corresponding to the specified masking policy.

        Note that the GenerateMaskingPolicyForDownload operation is a prerequisite for the DownloadMaskingPolicy operation. Use GenerateMaskingPolicyForDownload to generate a masking policy file and then use DownloadMaskingPolicy to download the generated file.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadMaskingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadMaskingPolicy API.

      • downloadMaskingReport

        DownloadMaskingReportResponse downloadMaskingReport​(DownloadMaskingReportRequest request)
        Downloads an already-generated masking report.

        Note that the GenerateMaskingReportForDownload operation is a prerequisite for the DownloadMaskingReport operation. Use GenerateMaskingReportForDownload to generate a masking report file and then use DownloadMaskingReport to download the generated file.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadMaskingReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadMaskingReport API.

      • downloadPrivilegeScript

        DownloadPrivilegeScriptResponse downloadPrivilegeScript​(DownloadPrivilegeScriptRequest request)
        Downloads the privilege script to grant/revoke required roles from the Data Safe account on the target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadPrivilegeScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadPrivilegeScript API.

      • downloadSecurityAssessmentReport

        DownloadSecurityAssessmentReportResponse downloadSecurityAssessmentReport​(DownloadSecurityAssessmentReportRequest request)
        Downloads the report of the specified security assessment.

        To download the security assessment report, it needs to be generated first. Please use GenerateSecurityAssessmentReport to generate a downloadable report in the preferred format (PDF, XLS).

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadSecurityAssessmentReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadSecurityAssessmentReport API.

      • downloadSensitiveDataModel

        DownloadSensitiveDataModelResponse downloadSensitiveDataModel​(DownloadSensitiveDataModelRequest request)
        Downloads an already-generated file corresponding to the specified sensitive data model.

        Note that the GenerateSensitiveDataModelForDownload operation is a prerequisite for the DownloadSensitiveDataModel operation. Use GenerateSensitiveDataModelForDownload to generate a data model file and then use DownloadSensitiveDataModel to download the generated file.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadSensitiveDataModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadSensitiveDataModel API.

      • downloadSensitiveTypesExport

        DownloadSensitiveTypesExportResponse downloadSensitiveTypesExport​(DownloadSensitiveTypesExportRequest request)
        Downloads an already-generated file corresponding to the specified sensitive types export.

        Use CreateSensitiveTypesExport to generate an XML file and then use DownloadSensitiveTypesExport to download the generated file.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadSensitiveTypesExportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadSensitiveTypesExport API.

      • downloadUserAssessmentReport

        DownloadUserAssessmentReportResponse downloadUserAssessmentReport​(DownloadUserAssessmentReportRequest request)
        Downloads the report of the specified user assessment.

        To download the user assessment report, it needs to be generated first. Please use GenerateUserAssessmentReport to generate a downloadable report in the preferred format (PDF, XLS).

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/DownloadUserAssessmentReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadUserAssessmentReport API.

      • enableDataSafeConfiguration

        EnableDataSafeConfigurationResponse enableDataSafeConfiguration​(EnableDataSafeConfigurationRequest request)
        Enables Data Safe in the tenancy and region.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/EnableDataSafeConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableDataSafeConfiguration API.

      • generateDiscoveryReportForDownload

        GenerateDiscoveryReportForDownloadResponse generateDiscoveryReportForDownload​(GenerateDiscoveryReportForDownloadRequest request)
        Generates a downloadable discovery report.

        It’s a prerequisite for the DownloadDiscoveryReport operation. Use this endpoint to generate a discovery report file and then use DownloadDiscoveryReport to download the generated file. By default, it generates report for all the columns in a sensitive data model. Use the discoveryJobId attribute to generate report for a specific discovery job.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateDiscoveryReportForDownloadExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateDiscoveryReportForDownload API.

      • generateHealthReport

        GenerateHealthReportResponse generateHealthReport​(GenerateHealthReportRequest request)
        Performs health check on the masking policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateHealthReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateHealthReport API.

      • generateMaskingPolicyForDownload

        GenerateMaskingPolicyForDownloadResponse generateMaskingPolicyForDownload​(GenerateMaskingPolicyForDownloadRequest request)
        Generates a downloadable file corresponding to the specified masking policy.

        It’s a prerequisite for the DownloadMaskingPolicy operation. Use this endpoint to generate a masking policy file and then use DownloadMaskingPolicy to download the generated file. Note that file generation and download are serial operations. The download operation can’t be invoked while the generate operation is in progress.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateMaskingPolicyForDownloadExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateMaskingPolicyForDownload API.

      • generateMaskingReportForDownload

        GenerateMaskingReportForDownloadResponse generateMaskingReportForDownload​(GenerateMaskingReportForDownloadRequest request)
        Generates a downloadable masking report.

        It’s a prerequisite for the DownloadMaskingReport operation. Use this endpoint to generate a masking report file and then use DownloadMaskingReport to download the generated file.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateMaskingReportForDownloadExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateMaskingReportForDownload API.

      • generateOnPremConnectorConfiguration

        GenerateOnPremConnectorConfigurationResponse generateOnPremConnectorConfiguration​(GenerateOnPremConnectorConfigurationRequest request)
        Creates and downloads the configuration of the specified on-premises connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateOnPremConnectorConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateOnPremConnectorConfiguration API.

      • generateReport

        GenerateReportResponse generateReport​(GenerateReportRequest request)
        Generates a .xls or .pdf report based on parameters and report definition.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateReport API.

      • generateSecurityAssessmentReport

        GenerateSecurityAssessmentReportResponse generateSecurityAssessmentReport​(GenerateSecurityAssessmentReportRequest request)
        Generates the report of the specified security assessment.

        You can get the report in PDF or XLS format. After generating the report, use DownloadSecurityAssessmentReport to download it in the preferred format.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateSecurityAssessmentReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateSecurityAssessmentReport API.

      • generateSensitiveDataModelForDownload

        GenerateSensitiveDataModelForDownloadResponse generateSensitiveDataModelForDownload​(GenerateSensitiveDataModelForDownloadRequest request)
        Generates a downloadable file corresponding to the specified sensitive data model.

        It’s a prerequisite for the DownloadSensitiveDataModel operation. Use this endpoint to generate a data model file and then use DownloadSensitiveDataModel to download the generated file. Note that file generation and download are serial operations. The download operation can’t be invoked while the generate operation is in progress.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateSensitiveDataModelForDownloadExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateSensitiveDataModelForDownload API.

      • generateSqlFirewallPolicy

        GenerateSqlFirewallPolicyResponse generateSqlFirewallPolicy​(GenerateSqlFirewallPolicyRequest request)
        Generates or appends to the SQL Firewall policy using the specified SQL collection.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateSqlFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateSqlFirewallPolicy API.

      • generateUserAssessmentReport

        GenerateUserAssessmentReportResponse generateUserAssessmentReport​(GenerateUserAssessmentReportRequest request)
        Generates the report of the specified user assessment.

        The report is available in PDF or XLS format. After generating the report, use DownloadUserAssessmentReport to download it in the preferred format.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GenerateUserAssessmentReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateUserAssessmentReport API.

      • getAlert

        GetAlertResponse getAlert​(GetAlertRequest request)
        Gets the details of the specified alerts.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAlertExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAlert API.

      • getAlertPolicy

        GetAlertPolicyResponse getAlertPolicy​(GetAlertPolicyRequest request)
        Gets the details of alert policy by its ID.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAlertPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAlertPolicy API.

      • getAlertPolicyRule

        GetAlertPolicyRuleResponse getAlertPolicyRule​(GetAlertPolicyRuleRequest request)
        Gets the details of a policy rule by its key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAlertPolicyRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAlertPolicyRule API.

      • getAuditArchiveRetrieval

        GetAuditArchiveRetrievalResponse getAuditArchiveRetrieval​(GetAuditArchiveRetrievalRequest request)
        Gets the details of the specified archive retreival.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAuditArchiveRetrievalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuditArchiveRetrieval API.

      • getAuditPolicy

        GetAuditPolicyResponse getAuditPolicy​(GetAuditPolicyRequest request)
        Gets a audit policy by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAuditPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuditPolicy API.

      • getAuditProfile

        GetAuditProfileResponse getAuditProfile​(GetAuditProfileRequest request)
        Gets the details of audit profile resource and associated audit trails of the audit profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAuditProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuditProfile API.

      • getAuditTrail

        GetAuditTrailResponse getAuditTrail​(GetAuditTrailRequest request)
        Gets the details of audit trail.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetAuditTrailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuditTrail API.

      • getCompatibleFormatsForDataTypes

        GetCompatibleFormatsForDataTypesResponse getCompatibleFormatsForDataTypes​(GetCompatibleFormatsForDataTypesRequest request)
        Gets a list of basic masking formats compatible with the supported data types.

        The data types are grouped into the following categories - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetCompatibleFormatsForDataTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCompatibleFormatsForDataTypes API.

      • getCompatibleFormatsForSensitiveTypes

        GetCompatibleFormatsForSensitiveTypesResponse getCompatibleFormatsForSensitiveTypes​(GetCompatibleFormatsForSensitiveTypesRequest request)
        Gets a list of library masking formats compatible with the existing sensitive types.

        For each sensitive type, it returns the assigned default masking format as well as the other library masking formats that have the sensitiveTypeIds attribute containing the OCID of the sensitive type.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetCompatibleFormatsForSensitiveTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCompatibleFormatsForSensitiveTypes API.

      • getDataSafeConfiguration

        GetDataSafeConfigurationResponse getDataSafeConfiguration​(GetDataSafeConfigurationRequest request)
        Gets the details of the Data Safe configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDataSafeConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataSafeConfiguration API.

      • getDataSafePrivateEndpoint

        GetDataSafePrivateEndpointResponse getDataSafePrivateEndpoint​(GetDataSafePrivateEndpointRequest request)
        Gets the details of the specified Data Safe private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDataSafePrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataSafePrivateEndpoint API.

      • getDatabaseSecurityConfig

        GetDatabaseSecurityConfigResponse getDatabaseSecurityConfig​(GetDatabaseSecurityConfigRequest request)
        Gets a database security configuration by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDatabaseSecurityConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseSecurityConfig API.

      • getDatabaseTableAccessEntry

        GetDatabaseTableAccessEntryResponse getDatabaseTableAccessEntry​(GetDatabaseTableAccessEntryRequest request)
        Gets a database table access entry object by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDatabaseTableAccessEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseTableAccessEntry API.

      • getDatabaseViewAccessEntry

        GetDatabaseViewAccessEntryResponse getDatabaseViewAccessEntry​(GetDatabaseViewAccessEntryRequest request)
        Gets a database view access object by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDatabaseViewAccessEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseViewAccessEntry API.

      • getDifferenceColumn

        GetDifferenceColumnResponse getDifferenceColumn​(GetDifferenceColumnRequest request)
        Gets the details of the specified SDM Masking policy difference column.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDifferenceColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDifferenceColumn API.

      • getDiscoveryJob

        GetDiscoveryJobResponse getDiscoveryJob​(GetDiscoveryJobRequest request)
        Gets the details of the specified discovery job.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDiscoveryJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDiscoveryJob API.

      • getDiscoveryJobResult

        GetDiscoveryJobResultResponse getDiscoveryJobResult​(GetDiscoveryJobResultRequest request)
        Gets the details of the specified discovery result.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetDiscoveryJobResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDiscoveryJobResult API.

      • getLibraryMaskingFormat

        GetLibraryMaskingFormatResponse getLibraryMaskingFormat​(GetLibraryMaskingFormatRequest request)
        Gets the details of the specified library masking format.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetLibraryMaskingFormatExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetLibraryMaskingFormat API.

      • getMaskingColumn

        GetMaskingColumnResponse getMaskingColumn​(GetMaskingColumnRequest request)
        Gets the details of the specified masking column.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetMaskingColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaskingColumn API.

      • getMaskingPolicy

        GetMaskingPolicyResponse getMaskingPolicy​(GetMaskingPolicyRequest request)
        Gets the details of the specified masking policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetMaskingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaskingPolicy API.

      • getMaskingPolicyHealthReport

        GetMaskingPolicyHealthReportResponse getMaskingPolicyHealthReport​(GetMaskingPolicyHealthReportRequest request)
        Gets the details of the specified masking policy health report.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetMaskingPolicyHealthReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaskingPolicyHealthReport API.

      • getMaskingReport

        GetMaskingReportResponse getMaskingReport​(GetMaskingReportRequest request)
        Gets the details of the specified masking report.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetMaskingReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaskingReport API.

      • getOnPremConnector

        GetOnPremConnectorResponse getOnPremConnector​(GetOnPremConnectorRequest request)
        Gets the details of the specified on-premises connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetOnPremConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOnPremConnector API.

      • getPeerTargetDatabase

        GetPeerTargetDatabaseResponse getPeerTargetDatabase​(GetPeerTargetDatabaseRequest request)
        Returns the details of the specified Data Safe peer target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetPeerTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPeerTargetDatabase API.

      • getProfile

        GetProfileResponse getProfile​(GetProfileRequest request)
        Lists the details of given profile available on the target.

        The GetProfile operation returns only the profiles in the specified 'userAssessmentId'. This does not include any subcompartments of the current compartment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetProfile API.

      • getReferentialRelation

        GetReferentialRelationResponse getReferentialRelation​(GetReferentialRelationRequest request)
        Gets the details of the specified referential relation.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetReferentialRelationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetReferentialRelation API.

      • getReport

        GetReportResponse getReport​(GetReportRequest request)
        Gets a report by identifier
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetReport API.

      • getReportContent

        GetReportContentResponse getReportContent​(GetReportContentRequest request)
        Downloads the specified report in the form of .xls or .pdf.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetReportContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetReportContent API.

      • getReportDefinition

        GetReportDefinitionResponse getReportDefinition​(GetReportDefinitionRequest request)
        Gets the details of report definition specified by the identifier
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetReportDefinitionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetReportDefinition API.

      • getSdmMaskingPolicyDifference

        GetSdmMaskingPolicyDifferenceResponse getSdmMaskingPolicyDifference​(GetSdmMaskingPolicyDifferenceRequest request)
        Gets the details of the specified SDM Masking policy difference.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSdmMaskingPolicyDifferenceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSdmMaskingPolicyDifference API.

      • getSecurityAssessment

        GetSecurityAssessmentResponse getSecurityAssessment​(GetSecurityAssessmentRequest request)
        Gets the details of the specified security assessment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSecurityAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityAssessment API.

      • getSecurityAssessmentComparison

        GetSecurityAssessmentComparisonResponse getSecurityAssessmentComparison​(GetSecurityAssessmentComparisonRequest request)
        Gets the details of the comparison report for the security assessments submitted for comparison.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSecurityAssessmentComparisonExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityAssessmentComparison API.

      • getSecurityPolicy

        GetSecurityPolicyResponse getSecurityPolicy​(GetSecurityPolicyRequest request)
        Gets a security policy by the specified OCID of the security policy resource.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSecurityPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityPolicy API.

      • getSecurityPolicyDeployment

        GetSecurityPolicyDeploymentResponse getSecurityPolicyDeployment​(GetSecurityPolicyDeploymentRequest request)
        Gets a security policy deployment by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSecurityPolicyDeploymentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityPolicyDeployment API.

      • getSecurityPolicyEntryState

        GetSecurityPolicyEntryStateResponse getSecurityPolicyEntryState​(GetSecurityPolicyEntryStateRequest request)
        Gets a security policy entity states by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSecurityPolicyEntryStateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityPolicyEntryState API.

      • getSecurityPolicyReport

        GetSecurityPolicyReportResponse getSecurityPolicyReport​(GetSecurityPolicyReportRequest request)
        Gets a security policy report by the specified OCID of the security policy report resource.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSecurityPolicyReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityPolicyReport API.

      • getSensitiveColumn

        GetSensitiveColumnResponse getSensitiveColumn​(GetSensitiveColumnRequest request)
        Gets the details of the specified sensitive column.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSensitiveColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSensitiveColumn API.

      • getSensitiveDataModel

        GetSensitiveDataModelResponse getSensitiveDataModel​(GetSensitiveDataModelRequest request)
        Gets the details of the specified sensitive data model.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSensitiveDataModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSensitiveDataModel API.

      • getSensitiveType

        GetSensitiveTypeResponse getSensitiveType​(GetSensitiveTypeRequest request)
        Gets the details of the specified sensitive type.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSensitiveTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSensitiveType API.

      • getSensitiveTypeGroup

        GetSensitiveTypeGroupResponse getSensitiveTypeGroup​(GetSensitiveTypeGroupRequest request)
        Gets the details of the specified sensitive type group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSensitiveTypeGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSensitiveTypeGroup API.

      • getSensitiveTypesExport

        GetSensitiveTypesExportResponse getSensitiveTypesExport​(GetSensitiveTypesExportRequest request)
        Gets the details of the specified sensitive types export by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSensitiveTypesExportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSensitiveTypesExport API.

      • getSqlCollection

        GetSqlCollectionResponse getSqlCollection​(GetSqlCollectionRequest request)
        Gets a SQL collection by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSqlCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSqlCollection API.

      • getSqlFirewallAllowedSql

        GetSqlFirewallAllowedSqlResponse getSqlFirewallAllowedSql​(GetSqlFirewallAllowedSqlRequest request)
        Gets a SQL firewall allowed SQL by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSqlFirewallAllowedSqlExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSqlFirewallAllowedSql API.

      • getSqlFirewallPolicy

        GetSqlFirewallPolicyResponse getSqlFirewallPolicy​(GetSqlFirewallPolicyRequest request)
        Gets a SQL Firewall policy by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetSqlFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSqlFirewallPolicy API.

      • getTargetAlertPolicyAssociation

        GetTargetAlertPolicyAssociationResponse getTargetAlertPolicyAssociation​(GetTargetAlertPolicyAssociationRequest request)
        Gets the details of target-alert policy association by its ID.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetTargetAlertPolicyAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTargetAlertPolicyAssociation API.

      • getTargetDatabase

        GetTargetDatabaseResponse getTargetDatabase​(GetTargetDatabaseRequest request)
        Returns the details of the specified Data Safe target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTargetDatabase API.

      • getUserAssessment

        GetUserAssessmentResponse getUserAssessment​(GetUserAssessmentRequest request)
        Gets a user assessment by identifier.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetUserAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUserAssessment API.

      • getUserAssessmentComparison

        GetUserAssessmentComparisonResponse getUserAssessmentComparison​(GetUserAssessmentComparisonRequest request)
        Gets the details of the comparison report for the user assessments submitted for comparison.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetUserAssessmentComparisonExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUserAssessmentComparison API.

      • getWorkRequest

        GetWorkRequestResponse getWorkRequest​(GetWorkRequestRequest request)
        Gets the details of the specified work request.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.

      • listAlertAnalytics

        ListAlertAnalyticsResponse listAlertAnalytics​(ListAlertAnalyticsRequest request)
        Returns the aggregation details of the alerts.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAlertAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAlertAnalytics API.

      • listAlertPolicies

        ListAlertPoliciesResponse listAlertPolicies​(ListAlertPoliciesRequest request)
        Gets a list of all alert policies.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAlertPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAlertPolicies API.

      • listAlertPolicyRules

        ListAlertPolicyRulesResponse listAlertPolicyRules​(ListAlertPolicyRulesRequest request)
        Lists the rules of the specified alert policy.

        The alert policy is said to be satisfied when all rules in the policy evaulate to true. If there are three rules: rule1,rule2 and rule3, the policy is satisfied if rule1 AND rule2 AND rule3 is True.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAlertPolicyRulesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAlertPolicyRules API.

      • listAlerts

        ListAlertsResponse listAlerts​(ListAlertsRequest request)
        Gets a list of all alerts.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAlertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAlerts API.

      • listAuditArchiveRetrievals

        ListAuditArchiveRetrievalsResponse listAuditArchiveRetrievals​(ListAuditArchiveRetrievalsRequest request)
        Returns the list of audit archive retrieval.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditArchiveRetrievalsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditArchiveRetrievals API.

      • listAuditEventAnalytics

        ListAuditEventAnalyticsResponse listAuditEventAnalytics​(ListAuditEventAnalyticsRequest request)
        By default the ListAuditEventAnalytics operation will return all of the summary columns.

        To filter for a specific summary column, specify it in the summaryField query parameter.

        *Example:** /auditEventAnalytics?summaryField=targetName&summaryField=userName&summaryField=clientHostname &summaryField=dmls&summaryField=privilegeChanges&summaryField=ddls&summaryField=loginFailure&summaryField=loginSuccess &summaryField=allRecord&scimQuery=(auditEventTime ge \"2021-06-13T23:49:14\")

        /auditEventAnalytics?timeStarted=2022-08-18T11:02:26.000Z&timeEnded=2022-08-24T11:02:26.000Z This will give number of events grouped by periods. Period can be 1 day, 1 week, etc.

        /auditEventAnalytics?summaryField=targetName&groupBy=targetName This will give the number of events group by targetName. Only targetName summary column would be returned.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditEventAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditEventAnalytics API.

      • listAuditEvents

        ListAuditEventsResponse listAuditEvents​(ListAuditEventsRequest request)
        The ListAuditEvents operation returns specified compartmentId audit Events only.

        The list does not include any audit Events associated with the subcompartments of the specified compartmentId.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListAuditEvents on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditEventsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditEvents API.

      • listAuditPolicies

        ListAuditPoliciesResponse listAuditPolicies​(ListAuditPoliciesRequest request)
        Retrieves a list of all audited targets with their corresponding provisioned audit policies, and their provisioning conditions.

        The ListAuditPolicies operation returns only the audit policies in the specified `compartmentId`. The list does not include any subcompartments of the compartmentId passed.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListAuditPolicies on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditPolicies API.

      • listAuditPolicyAnalytics

        ListAuditPolicyAnalyticsResponse listAuditPolicyAnalytics​(ListAuditPolicyAnalyticsRequest request)
        Gets a list of aggregated audit policy details on the target databases.

        A audit policy aggregation helps understand the overall state of policies provisioned on targets. It is especially useful to create dashboards or to support analytics.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform SummarizedAuditPolicyInfo on the specified `compartmentId` and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        *Example:** ListAuditPolicyAnalytics?groupBy=auditPolicyCategory

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditPolicyAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditPolicyAnalytics API.

      • listAuditProfileAnalytics

        ListAuditProfileAnalyticsResponse listAuditProfileAnalytics​(ListAuditProfileAnalyticsRequest request)
        Gets a list of audit profile aggregated details .

        A audit profile aggregation helps understand the overall state of audit profile profiles. As an example, it helps understand how many audit profiles have paid usage. It is especially useful to create dashboards or to support analytics.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform AuditProfileAnalytics on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditProfileAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditProfileAnalytics API.

      • listAuditProfiles

        ListAuditProfilesResponse listAuditProfiles​(ListAuditProfilesRequest request)
        Gets a list of all audit profiles.

        The ListAuditProfiles operation returns only the audit profiles in the specified `compartmentId`. The list does not include any subcompartments of the compartmentId passed.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListAuditProfiles on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditProfilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditProfiles API.

      • listAuditTrailAnalytics

        ListAuditTrailAnalyticsResponse listAuditTrailAnalytics​(ListAuditTrailAnalyticsRequest request)
        Gets a list of audit trail aggregated details .

        A audit trail aggregation helps understand the overall state of trails. As an example, it helps understand how many trails are running or stopped. It is especially useful to create dashboards or to support analytics.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform AuditTrailAnalytics on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditTrailAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditTrailAnalytics API.

      • listAuditTrails

        ListAuditTrailsResponse listAuditTrails​(ListAuditTrailsRequest request)
        Gets a list of all audit trails.

        The ListAuditTrails operation returns only the audit trails in the specified compartmentId. The list does not include any subcompartments of the compartmentId passed.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListAuditTrails on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAuditTrailsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuditTrails API.

      • listAvailableAuditVolumes

        ListAvailableAuditVolumesResponse listAvailableAuditVolumes​(ListAvailableAuditVolumesRequest request)
        Retrieves a list of audit trails, and associated audit event volume for each trail up to defined start date.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListAvailableAuditVolumesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAvailableAuditVolumes API.

      • listCollectedAuditVolumes

        ListCollectedAuditVolumesResponse listCollectedAuditVolumes​(ListCollectedAuditVolumesRequest request)
        Gets a list of all collected audit volume data points.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListCollectedAuditVolumesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCollectedAuditVolumes API.

      • listColumns

        ListColumnsResponse listColumns​(ListColumnsRequest request)
        Returns a list of column metadata objects.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListColumns API.

      • listDataSafePrivateEndpoints

        ListDataSafePrivateEndpointsResponse listDataSafePrivateEndpoints​(ListDataSafePrivateEndpointsRequest request)
        Gets a list of Data Safe private endpoints.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDataSafePrivateEndpointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataSafePrivateEndpoints API.

      • listDatabaseSecurityConfigs

        ListDatabaseSecurityConfigsResponse listDatabaseSecurityConfigs​(ListDatabaseSecurityConfigsRequest request)
        Retrieves a list of all database security configurations in Data Safe.

        The ListDatabaseSecurityConfigs operation returns only the database security configurations in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListDatabaseSecurityConfigs on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDatabaseSecurityConfigsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseSecurityConfigs API.

      • listDatabaseTableAccessEntries

        ListDatabaseTableAccessEntriesResponse listDatabaseTableAccessEntries​(ListDatabaseTableAccessEntriesRequest request)
        Retrieves a list of all database table access entries in Data Safe.

        The ListDatabaseTableAccessEntries operation returns only the database table access reports for the specified security policy report.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDatabaseTableAccessEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseTableAccessEntries API.

      • listDatabaseViewAccessEntries

        ListDatabaseViewAccessEntriesResponse listDatabaseViewAccessEntries​(ListDatabaseViewAccessEntriesRequest request)
        Retrieves a list of all database view access entries in Data Safe.

        The ListDatabaseViewAccessEntries operation returns only the database view access objects for the specified security policy report.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDatabaseViewAccessEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseViewAccessEntries API.

      • listDifferenceColumns

        ListDifferenceColumnsResponse listDifferenceColumns​(ListDifferenceColumnsRequest request)
        Gets a list of columns of a SDM masking policy difference resource based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDifferenceColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDifferenceColumns API.

      • listDiscoveryAnalytics

        ListDiscoveryAnalyticsResponse listDiscoveryAnalytics​(ListDiscoveryAnalyticsRequest request)
        Gets consolidated discovery analytics data based on the specified query parameters.

        If CompartmentIdInSubtreeQueryParam is specified as true, the behaviour is equivalent to accessLevel "ACCESSIBLE" by default.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDiscoveryAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDiscoveryAnalytics API.

      • listDiscoveryJobResults

        ListDiscoveryJobResultsResponse listDiscoveryJobResults​(ListDiscoveryJobResultsRequest request)
        Gets a list of discovery results based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDiscoveryJobResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDiscoveryJobResults API.

      • listDiscoveryJobs

        ListDiscoveryJobsResponse listDiscoveryJobs​(ListDiscoveryJobsRequest request)
        Gets a list of incremental discovery jobs based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListDiscoveryJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDiscoveryJobs API.

      • listFindingAnalytics

        ListFindingAnalyticsResponse listFindingAnalytics​(ListFindingAnalyticsRequest request)
        Gets a list of findings aggregated details in the specified compartment.

        This provides information about the overall state of security assessment findings. You can use groupBy to get the count of findings under a certain risk level and with a certain findingKey, and as well as get the list of the targets that match the condition. This data is especially useful content for the statistic chart or to support analytics.

        When you perform the ListFindingAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the parameter accessLevel is set to ACCESSIBLE, then the operation returns statistics from the compartments in which the requestor has INSPECT permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by compartmentId, then \"Not Authorized\" is returned.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListFindingAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFindingAnalytics API.

      • listFindings

        ListFindingsResponse listFindings​(ListFindingsRequest request)
        List all the findings from all the targets in the specified compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListFindingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFindings API.

      • listFindingsChangeAuditLogs

        ListFindingsChangeAuditLogsResponse listFindingsChangeAuditLogs​(ListFindingsChangeAuditLogsRequest request)
        List all changes made by user to risk level of findings of the specified assessment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListFindingsChangeAuditLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFindingsChangeAuditLogs API.

      • listGrants

        ListGrantsResponse listGrants​(ListGrantsRequest request)
        Gets a list of grants for a particular user in the specified user assessment.

        A user grant contains details such as the privilege name, type, category, and depth level. The depth level indicates how deep in the hierarchy of roles granted to roles a privilege grant is. The userKey in this operation is a system-generated identifier. Perform the operation ListUsers to get the userKey for a particular user.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListGrantsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGrants API.

      • listGroupedSensitiveTypes

        ListGroupedSensitiveTypesResponse listGroupedSensitiveTypes​(ListGroupedSensitiveTypesRequest request)
        Gets the list of sensitive type Ids present in the specified sensitive type group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListGroupedSensitiveTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGroupedSensitiveTypes API.

      • listLibraryMaskingFormats

        ListLibraryMaskingFormatsResponse listLibraryMaskingFormats​(ListLibraryMaskingFormatsRequest request)
        Gets a list of library masking formats based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListLibraryMaskingFormatsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLibraryMaskingFormats API.

      • listMaskedColumns

        ListMaskedColumnsResponse listMaskedColumns​(ListMaskedColumnsRequest request)
        Gets a list of masked columns present in the specified masking report and based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskedColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskedColumns API.

      • listMaskingAnalytics

        ListMaskingAnalyticsResponse listMaskingAnalytics​(ListMaskingAnalyticsRequest request)
        Gets consolidated masking analytics data based on the specified query parameters.

        If CompartmentIdInSubtreeQueryParam is specified as true, the behaviour is equivalent to accessLevel "ACCESSIBLE" by default.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingAnalytics API.

      • listMaskingColumns

        ListMaskingColumnsResponse listMaskingColumns​(ListMaskingColumnsRequest request)
        Gets a list of masking columns present in the specified masking policy and based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingColumns API.

      • listMaskingErrors

        ListMaskingErrorsResponse listMaskingErrors​(ListMaskingErrorsRequest request)
        Gets a list of masking errors in a masking run based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingErrors API.

      • listMaskingObjects

        ListMaskingObjectsResponse listMaskingObjects​(ListMaskingObjectsRequest request)
        Gets a list of masking objects present in the specified masking policy and based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingObjects API.

      • listMaskingPolicies

        ListMaskingPoliciesResponse listMaskingPolicies​(ListMaskingPoliciesRequest request)
        Gets a list of masking policies based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingPolicies API.

      • listMaskingPolicyHealthReportLogs

        ListMaskingPolicyHealthReportLogsResponse listMaskingPolicyHealthReportLogs​(ListMaskingPolicyHealthReportLogsRequest request)
        Gets a list of errors and warnings from a masking policy health check.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingPolicyHealthReportLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingPolicyHealthReportLogs API.

      • listMaskingPolicyHealthReports

        ListMaskingPolicyHealthReportsResponse listMaskingPolicyHealthReports​(ListMaskingPolicyHealthReportsRequest request)
        Gets a list of masking policy health reports based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingPolicyHealthReportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingPolicyHealthReports API.

      • listMaskingPolicyReferentialRelations

        ListMaskingPolicyReferentialRelationsResponse listMaskingPolicyReferentialRelations​(ListMaskingPolicyReferentialRelationsRequest request)
        Gets a list of referential relations present in the specified masking policy based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingPolicyReferentialRelationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingPolicyReferentialRelations API.

      • listMaskingReports

        ListMaskingReportsResponse listMaskingReports​(ListMaskingReportsRequest request)
        Gets a list of masking reports based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingReportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingReports API.

      • listMaskingSchemas

        ListMaskingSchemasResponse listMaskingSchemas​(ListMaskingSchemasRequest request)
        Gets a list of masking schemas present in the specified masking policy and based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListMaskingSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaskingSchemas API.

      • listOnPremConnectors

        ListOnPremConnectorsResponse listOnPremConnectors​(ListOnPremConnectorsRequest request)
        Gets a list of on-premises connectors.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListOnPremConnectorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOnPremConnectors API.

      • listPasswordExpiryDateAnalytics

        ListPasswordExpiryDateAnalyticsResponse listPasswordExpiryDateAnalytics​(ListPasswordExpiryDateAnalyticsRequest request)
        Gets a list of count of the users with password expiry dates in next 30 days, between next 30-90 days, and beyond 90 days based on specified user assessment.

        It internally uses the aforementioned userAnalytics api.

        When you perform the ListPasswordExpiryDateAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has READ permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by compartmentId, then \"Not Authorized\" is returned.

        To use ListPasswordExpiryDateAnalytics to get a full list of all compartments and subcompartments in the tenancy from the root compartment, set the parameter compartmentIdInSubtree to true and accessLevel to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListPasswordExpiryDateAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPasswordExpiryDateAnalytics API.

      • listPeerTargetDatabases

        ListPeerTargetDatabasesResponse listPeerTargetDatabases​(ListPeerTargetDatabasesRequest request)
        Lists all the peer target databases under the primary target database identified by the OCID passed as path parameter.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListPeerTargetDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPeerTargetDatabases API.

      • listProfileAnalytics

        ListProfileAnalyticsResponse listProfileAnalytics​(ListProfileAnalyticsRequest request)
        Gets a list of aggregated user profile details in the specified compartment.

        This provides information about the overall profiles available. For example, the user profile details include how many users have the profile assigned and do how many use password verification function. This data is especially useful content for dashboards or to support analytics.

        When you perform the ListProfileAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has INSPECT permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by compartmentId, then \"Not Authorized\" is returned.

        The parameter compartmentIdInSubtree applies when you perform ListProfileAnalytics on the compartmentId passed and when it is set to true, the entire hierarchy of compartments can be returned.

        To use ListProfileAnalytics to get a full list of all compartments and subcompartments in the tenancy from the root compartment, set the parameter compartmentIdInSubtree to true and accessLevel to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListProfileAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProfileAnalytics API.

      • listProfileSummaries

        ListProfileSummariesResponse listProfileSummaries​(ListProfileSummariesRequest request)
        Gets a list of user profiles containing the profile details along with the target id and user counts.

        The ListProfiles operation returns only the profiles belonging to a certain target. If compartment type user assessment id is provided, then profile information for all the targets belonging to the pertaining compartment is returned. The list does not include any subcompartments of the compartment under consideration.

        The parameter 'accessLevel' specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when 'compartmentIdInSubtree' is set to 'true'.

        The parameter 'compartmentIdInSubtree' applies when you perform ListUserProfiles on the 'compartmentId' belonging to the assessmentId passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter 'compartmentIdInSubtree' to true and 'accessLevel' to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListProfileSummariesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProfileSummaries API.

      • listReferentialRelations

        ListReferentialRelationsResponse listReferentialRelations​(ListReferentialRelationsRequest request)
        Gets a list of referential relations present in the specified sensitive data model based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListReferentialRelationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListReferentialRelations API.

      • listReportDefinitions

        ListReportDefinitionsResponse listReportDefinitions​(ListReportDefinitionsRequest request)
        Gets a list of report definitions.

        The ListReportDefinitions operation returns only the report definitions in the specified compartmentId. It also returns the seeded report definitions which are available to all the compartments.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListReportDefinitionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListReportDefinitions API.

      • listReports

        ListReportsResponse listReports​(ListReportsRequest request)
        Gets a list of all the reports in the compartment.

        It contains information such as report generation time.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListReportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListReports API.

      • listRoleGrantPaths

        ListRoleGrantPathsResponse listRoleGrantPaths​(ListRoleGrantPathsRequest request)
        Retrieves a list of all role grant paths for a particular user.

        The ListRoleGrantPaths operation returns only the role grant paths for the specified security policy report.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListRoleGrantPathsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRoleGrantPaths API.

      • listRoles

        ListRolesResponse listRoles​(ListRolesRequest request)
        Returns a list of role metadata objects.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListRolesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRoles API.

      • listSchemas

        ListSchemasResponse listSchemas​(ListSchemasRequest request)
        Returns list of schema.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchemas API.

      • listSdmMaskingPolicyDifferences

        ListSdmMaskingPolicyDifferencesResponse listSdmMaskingPolicyDifferences​(ListSdmMaskingPolicyDifferencesRequest request)
        Gets a list of SDM and masking policy difference resources based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSdmMaskingPolicyDifferencesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSdmMaskingPolicyDifferences API.

      • listSecurityAssessments

        ListSecurityAssessmentsResponse listSecurityAssessments​(ListSecurityAssessmentsRequest request)
        Gets a list of security assessments.

        The ListSecurityAssessments operation returns only the assessments in the specified `compartmentId`. The list does not include any subcompartments of the compartmentId passed.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSecurityAssessments on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityAssessmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityAssessments API.

      • listSecurityFeatureAnalytics

        ListSecurityFeatureAnalyticsResponse listSecurityFeatureAnalytics​(ListSecurityFeatureAnalyticsRequest request)
        Gets a list of Database security feature usage aggregated details in the specified compartment.

        This provides information about the overall security controls, by returning the counting number of the target databases using the security features.

        When you perform the ListSecurityFeatureAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the parameter accessLevel is set to ACCESSIBLE, then the operation returns statistics from the compartments in which the requestor has INSPECT permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by compartmentId, then \"Not Authorized\" is returned.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityFeatureAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityFeatureAnalytics API.

      • listSecurityFeatures

        ListSecurityFeaturesResponse listSecurityFeatures​(ListSecurityFeaturesRequest request)
        Lists the usage of Database security features for a given compartment or a target level, based on the filters provided.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityFeaturesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityFeatures API.

      • listSecurityPolicies

        ListSecurityPoliciesResponse listSecurityPolicies​(ListSecurityPoliciesRequest request)
        Retrieves a list of all security policies in Data Safe.

        The ListSecurityPolicies operation returns only the security policies in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicies on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityPolicies API.

      • listSecurityPolicyDeployments

        ListSecurityPolicyDeploymentsResponse listSecurityPolicyDeployments​(ListSecurityPolicyDeploymentsRequest request)
        Retrieves a list of all security policy deployments in Data Safe.

        The ListSecurityPolicyDeployments operation returns only the security policy deployments in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicyDeployments on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityPolicyDeploymentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityPolicyDeployments API.

      • listSecurityPolicyEntryStates

        ListSecurityPolicyEntryStatesResponse listSecurityPolicyEntryStates​(ListSecurityPolicyEntryStatesRequest request)
        Retrieves a list of all security policy entry states in Data Safe.

        The ListSecurityPolicyEntryStates operation returns only the security policy entry states for the specified security policy entry.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityPolicyEntryStatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityPolicyEntryStates API.

      • listSecurityPolicyReports

        ListSecurityPolicyReportsResponse listSecurityPolicyReports​(ListSecurityPolicyReportsRequest request)
        Retrieves a list of all security policy reports in Data Safe.

        The ListSecurityPolicyReports operation returns only the security policy reports in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicyReports on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSecurityPolicyReportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityPolicyReports API.

      • listSensitiveColumnAnalytics

        ListSensitiveColumnAnalyticsResponse listSensitiveColumnAnalytics​(ListSensitiveColumnAnalyticsRequest request)
        Gets consolidated sensitive columns analytics data based on the specified query parameters.

        When you perform the ListSensitiveColumnAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has INSPECT permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by compartmentId, then \"Not Authorized\" is returned.

        To use ListSensitiveColumnAnalytics to get a full list of all compartments and subcompartments in the tenancy from the root compartment, set the parameter compartmentIdInSubtree to true and accessLevel to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveColumnAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveColumnAnalytics API.

      • listSensitiveColumns

        ListSensitiveColumnsResponse listSensitiveColumns​(ListSensitiveColumnsRequest request)
        Gets a list of sensitive columns present in the specified sensitive data model based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveColumns API.

      • listSensitiveDataModelSensitiveTypes

        ListSensitiveDataModelSensitiveTypesResponse listSensitiveDataModelSensitiveTypes​(ListSensitiveDataModelSensitiveTypesRequest request)
        Gets a list of sensitive type Ids present in the specified sensitive data model.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveDataModelSensitiveTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveDataModelSensitiveTypes API.

      • listSensitiveDataModels

        ListSensitiveDataModelsResponse listSensitiveDataModels​(ListSensitiveDataModelsRequest request)
        Gets a list of sensitive data models based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveDataModelsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveDataModels API.

      • listSensitiveObjects

        ListSensitiveObjectsResponse listSensitiveObjects​(ListSensitiveObjectsRequest request)
        Gets a list of sensitive objects present in the specified sensitive data model based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveObjects API.

      • listSensitiveSchemas

        ListSensitiveSchemasResponse listSensitiveSchemas​(ListSensitiveSchemasRequest request)
        Gets a list of sensitive schemas present in the specified sensitive data model based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveSchemas API.

      • listSensitiveTypeGroups

        ListSensitiveTypeGroupsResponse listSensitiveTypeGroups​(ListSensitiveTypeGroupsRequest request)
        Gets a list of sensitive type groups based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveTypeGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveTypeGroups API.

      • listSensitiveTypes

        ListSensitiveTypesResponse listSensitiveTypes​(ListSensitiveTypesRequest request)
        Gets a list of sensitive types based on the specified query parameters.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveTypes API.

      • listSensitiveTypesExports

        ListSensitiveTypesExportsResponse listSensitiveTypesExports​(ListSensitiveTypesExportsRequest request)
        Retrieves a list of all sensitive types export in Data Safe based on the specified query parameters.

        The ListSensitiveTypesExports operation returns only the sensitive types export in the specified compartmentId.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSensitiveTypesExportsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSensitiveTypesExports API.

      • listSqlCollectionAnalytics

        ListSqlCollectionAnalyticsResponse listSqlCollectionAnalytics​(ListSqlCollectionAnalyticsRequest request)
        Retrieves a list of all SQL collection analytics in Data Safe.

        The ListSqlCollectionAnalytics operation returns only the analytics for the SQL collections in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSqlCollections on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlCollectionAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlCollectionAnalytics API.

      • listSqlCollectionLogInsights

        ListSqlCollectionLogInsightsResponse listSqlCollectionLogInsights​(ListSqlCollectionLogInsightsRequest request)
        Retrieves a list of the SQL collection log analytics.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlCollectionLogInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlCollectionLogInsights API.

      • listSqlCollections

        ListSqlCollectionsResponse listSqlCollections​(ListSqlCollectionsRequest request)
        Retrieves a list of all SQL collections in Data Safe.

        The ListSqlCollections operation returns only the SQL collections in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSqlCollections on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlCollectionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlCollections API.

      • listSqlFirewallAllowedSqlAnalytics

        ListSqlFirewallAllowedSqlAnalyticsResponse listSqlFirewallAllowedSqlAnalytics​(ListSqlFirewallAllowedSqlAnalyticsRequest request)
        Returns the aggregation details of all SQL Firewall allowed SQL statements.

        The ListSqlFirewallAllowedSqlAnalytics operation returns the aggregates of the SQL Firewall allowed SQL statements in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSqlFirewallAllowedSqlAnalytics on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlFirewallAllowedSqlAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlFirewallAllowedSqlAnalytics API.

      • listSqlFirewallAllowedSqls

        ListSqlFirewallAllowedSqlsResponse listSqlFirewallAllowedSqls​(ListSqlFirewallAllowedSqlsRequest request)
        Retrieves a list of all SQL Firewall allowed SQL statements.

        The ListSqlFirewallAllowedSqls operation returns only the SQL Firewall allowed SQL statements in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSqlFirewallPolicies on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlFirewallAllowedSqlsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlFirewallAllowedSqls API.

      • listSqlFirewallPolicies

        ListSqlFirewallPoliciesResponse listSqlFirewallPolicies​(ListSqlFirewallPoliciesRequest request)
        Retrieves a list of all SQL Firewall policies.

        The ListSqlFirewallPolicies operation returns only the SQL Firewall policies in the specified `compartmentId`.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListSqlFirewallPolicies on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlFirewallPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlFirewallPolicies API.

      • listSqlFirewallPolicyAnalytics

        ListSqlFirewallPolicyAnalyticsResponse listSqlFirewallPolicyAnalytics​(ListSqlFirewallPolicyAnalyticsRequest request)
        Gets a list of aggregated SQL Firewall policy details.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform SummarizedSqlFirewallPolicyInfo on the specified `compartmentId` and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlFirewallPolicyAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlFirewallPolicyAnalytics API.

      • listSqlFirewallViolationAnalytics

        ListSqlFirewallViolationAnalyticsResponse listSqlFirewallViolationAnalytics​(ListSqlFirewallViolationAnalyticsRequest request)
        Returns the aggregation details of the SQL Firewall violations.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlFirewallViolationAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlFirewallViolationAnalytics API.

      • listSqlFirewallViolations

        ListSqlFirewallViolationsResponse listSqlFirewallViolations​(ListSqlFirewallViolationsRequest request)
        Gets a list of all the SQL Firewall violations captured by the firewall.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListSqlFirewallViolationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlFirewallViolations API.

      • listTables

        ListTablesResponse listTables​(ListTablesRequest request)
        Returns a list of table metadata objects.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListTablesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTables API.

      • listTargetAlertPolicyAssociations

        ListTargetAlertPolicyAssociationsResponse listTargetAlertPolicyAssociations​(ListTargetAlertPolicyAssociationsRequest request)
        Gets a list of all target-alert policy associations.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListTargetAlertPolicyAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTargetAlertPolicyAssociations API.

      • listTargetDatabases

        ListTargetDatabasesResponse listTargetDatabases​(ListTargetDatabasesRequest request)
        Returns the list of registered target databases in Data Safe.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListTargetDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTargetDatabases API.

      • listUserAccessAnalytics

        ListUserAccessAnalyticsResponse listUserAccessAnalytics​(ListUserAccessAnalyticsRequest request)
        Gets a list of aggregated user access analytics in the specified target in a compartment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListUserAccessAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserAccessAnalytics API.

      • listUserAnalytics

        ListUserAnalyticsResponse listUserAnalytics​(ListUserAnalyticsRequest request)
        Gets a list of aggregated user details from the specified user assessment.

        This provides information about the overall state. of database user security. For example, the user details include how many users have the DBA role and how many users are in the critical category. This data is especially useful content for dashboards or to support analytics.

        When you perform the ListUserAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has READ permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by compartmentId, then \"Not Authorized\" is returned.

        The parameter compartmentIdInSubtree applies when you perform ListUserAnalytics on the compartmentId passed and when it is set to true, the entire hierarchy of compartments can be returned.

        To use ListUserAnalytics to get a full list of all compartments and subcompartments in the tenancy from the root compartment, set the parameter compartmentIdInSubtree to true and accessLevel to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListUserAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserAnalytics API.

      • listUserAssessments

        ListUserAssessmentsResponse listUserAssessments​(ListUserAssessmentsRequest request)
        Gets a list of user assessments.

        The ListUserAssessments operation returns only the assessments in the specified `compartmentId`. The list does not include any subcompartments of the compartmentId passed.

        The parameter `accessLevel` specifies whether to return only those compartments for which the requestor has INSPECT permissions on at least one resource directly or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if Principal doesn't have access to even one of the child compartments. This is valid only when `compartmentIdInSubtree` is set to `true`.

        The parameter `compartmentIdInSubtree` applies when you perform ListUserAssessments on the `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned. To get a full list of all compartments and subcompartments in the tenancy (root compartment), set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListUserAssessmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserAssessments API.

      • listUsers

        ListUsersResponse listUsers​(ListUsersRequest request)
        Gets a list of users of the specified user assessment.

        The result contains the database user details for each user, such as user type, account status, last login time, user creation time, authentication type, user profile, and the date and time of the latest password change. It also contains the user category derived from these user details as well as privileges granted to each user.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUsers API.

      • listWorkRequestErrors

        ListWorkRequestErrorsResponse listWorkRequestErrors​(ListWorkRequestErrorsRequest request)
        Gets a list of errors for the specified work request.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.

      • listWorkRequestLogs

        ListWorkRequestLogsResponse listWorkRequestLogs​(ListWorkRequestLogsRequest request)
        Gets a list of log entries for the specified work request.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.

      • listWorkRequests

        ListWorkRequestsResponse listWorkRequests​(ListWorkRequestsRequest request)
        Gets a list of work requests.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.

      • maskData

        MaskDataResponse maskData​(MaskDataRequest request)
        Masks data using the specified masking policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/MaskDataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MaskData API.

      • modifyGlobalSettings

        ModifyGlobalSettingsResponse modifyGlobalSettings​(ModifyGlobalSettingsRequest request)
        Modifies Global Settings in Data Safe in the tenancy and region.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ModifyGlobalSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyGlobalSettings API.

      • patchAlerts

        PatchAlertsResponse patchAlerts​(PatchAlertsRequest request)
        Updates the status of one or more alert specified by the alert IDs.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchAlertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAlerts API.

      • patchDiscoveryJobResults

        PatchDiscoveryJobResultsResponse patchDiscoveryJobResults​(PatchDiscoveryJobResultsRequest request)
        Patches one or more discovery results.

        You can use this operation to set the plannedAction attribute before using ApplyDiscoveryJobResults to process the results based on this attribute.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchDiscoveryJobResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchDiscoveryJobResults API.

      • patchGroupedSensitiveTypes

        PatchGroupedSensitiveTypesResponse patchGroupedSensitiveTypes​(PatchGroupedSensitiveTypesRequest request)
        Patches one or more sensitive types in a sensitive type group.

        You can use this operation to add or remove sensitive type ids in a sensitive type group.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchGroupedSensitiveTypesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchGroupedSensitiveTypes API.

      • patchMaskingColumns

        PatchMaskingColumnsResponse patchMaskingColumns​(PatchMaskingColumnsRequest request)
        Patches one or more columns in the specified masking policy.

        Use it to create, or update masking columns. To create masking columns, use CreateMaskingColumnDetails as the patch value. And to update masking columns, use UpdateMaskingColumnDetails as the patch value.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchMaskingColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMaskingColumns API.

      • patchSdmMaskingPolicyDifferenceColumns

        PatchSdmMaskingPolicyDifferenceColumnsResponse patchSdmMaskingPolicyDifferenceColumns​(PatchSdmMaskingPolicyDifferenceColumnsRequest request)
        Patches one or more SDM masking policy difference columns.

        You can use this operation to set the plannedAction attribute before using ApplySdmMaskingPolicyDifference to process the difference based on this attribute.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchSdmMaskingPolicyDifferenceColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSdmMaskingPolicyDifferenceColumns API.

      • patchSensitiveColumns

        PatchSensitiveColumnsResponse patchSensitiveColumns​(PatchSensitiveColumnsRequest request)
        Patches one or more columns in the specified sensitive data model.

        Use it to create, update, or delete sensitive columns. To create sensitive columns, use CreateSensitiveColumnDetails as the patch value. And to update sensitive columns, use UpdateSensitiveColumnDetails as the patch value.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchSensitiveColumnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSensitiveColumns API.

      • patchSqlFirewallAllowedSql

        PatchSqlFirewallAllowedSqlResponse patchSqlFirewallAllowedSql​(PatchSqlFirewallAllowedSqlRequest request)
        Delete multiple allowed sqls.

        You can use this operation to delete one or more allowed sqls. Create and update of multiple allowed sqls is not supported.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchSqlFirewallAllowedSqlExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSqlFirewallAllowedSql API.

      • patchTargetAlertPolicyAssociation

        PatchTargetAlertPolicyAssociationResponse patchTargetAlertPolicyAssociation​(PatchTargetAlertPolicyAssociationRequest request)
        Creates new target-alert policy associations that will be applied on the target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PatchTargetAlertPolicyAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchTargetAlertPolicyAssociation API.

      • provisionAuditPolicy

        ProvisionAuditPolicyResponse provisionAuditPolicy​(ProvisionAuditPolicyRequest request)
        Provision audit policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ProvisionAuditPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ProvisionAuditPolicy API.

      • purgeSqlCollectionLogs

        PurgeSqlCollectionLogsResponse purgeSqlCollectionLogs​(PurgeSqlCollectionLogsRequest request)
        Purge the SQL collection logs for the specified SqlCollection.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/PurgeSqlCollectionLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PurgeSqlCollectionLogs API.

      • refreshDatabaseSecurityConfiguration

        RefreshDatabaseSecurityConfigurationResponse refreshDatabaseSecurityConfiguration​(RefreshDatabaseSecurityConfigurationRequest request)
        Refreshes the specified database security configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RefreshDatabaseSecurityConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshDatabaseSecurityConfiguration API.

      • refreshSecurityAssessment

        RefreshSecurityAssessmentResponse refreshSecurityAssessment​(RefreshSecurityAssessmentRequest request)
        Runs a security assessment, refreshes the latest assessment, and saves it for future reference.

        The assessment runs with a securityAssessmentId of type LATEST. Before you start, first call the ListSecurityAssessments operation with filter "type = latest" to get the security assessment id for the target’s latest assessment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RefreshSecurityAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshSecurityAssessment API.

      • refreshSqlCollectionLogInsights

        RefreshSqlCollectionLogInsightsResponse refreshSqlCollectionLogInsights​(RefreshSqlCollectionLogInsightsRequest request)
        Refresh the specified SQL collection Log Insights.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RefreshSqlCollectionLogInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshSqlCollectionLogInsights API.

      • refreshTargetDatabase

        RefreshTargetDatabaseResponse refreshTargetDatabase​(RefreshTargetDatabaseRequest request)
        Refreshes the Data Safe target database to update it’s state.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RefreshTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshTargetDatabase API.

      • refreshUserAssessment

        RefreshUserAssessmentResponse refreshUserAssessment​(RefreshUserAssessmentRequest request)
        Refreshes the latest assessment and saves it for future reference.

        This operation runs with a userAssessmentId of type LATEST. Before you start, first call the ListUserAssessments operation with filter "type = latest" to get the user assessment ID for the target’s latest assessment.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RefreshUserAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshUserAssessment API.

      • removeScheduleReport

        RemoveScheduleReportResponse removeScheduleReport​(RemoveScheduleReportRequest request)
        Deletes the schedule of a .xls or .pdf report.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RemoveScheduleReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveScheduleReport API.

      • resumeAuditTrail

        ResumeAuditTrailResponse resumeAuditTrail​(ResumeAuditTrailRequest request)
        Resumes the specified audit trail once it got stopped.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ResumeAuditTrailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResumeAuditTrail API.

      • resumeWorkRequest

        ResumeWorkRequestResponse resumeWorkRequest​(ResumeWorkRequestRequest request)
        Resume the given work request.

        Issuing a resume does not guarantee of immediate resume of the work request.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ResumeWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResumeWorkRequest API.

      • retrieveAuditPolicies

        RetrieveAuditPoliciesResponse retrieveAuditPolicies​(RetrieveAuditPoliciesRequest request)
        Retrieves the audit policy details from the source target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/RetrieveAuditPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RetrieveAuditPolicies API.

      • scheduleReport

        ScheduleReportResponse scheduleReport​(ScheduleReportRequest request)
        Schedules a .xls or .pdf report based on parameters and report definition.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/ScheduleReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScheduleReport API.

      • setSecurityAssessmentBaseline

        SetSecurityAssessmentBaselineResponse setSecurityAssessmentBaseline​(SetSecurityAssessmentBaselineRequest request)
        Sets the saved security assessment as the baseline in the compartment where the the specified assessment resides.

        The security assessment needs to be of type ‘SAVED’.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/SetSecurityAssessmentBaselineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetSecurityAssessmentBaseline API.

      • setUserAssessmentBaseline

        SetUserAssessmentBaselineResponse setUserAssessmentBaseline​(SetUserAssessmentBaselineRequest request)
        Sets the saved user assessment as the baseline in the compartment where the specified assessment resides.

        The user assessment needs to be of type ‘SAVED’.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/SetUserAssessmentBaselineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetUserAssessmentBaseline API.

      • startAuditTrail

        StartAuditTrailResponse startAuditTrail​(StartAuditTrailRequest request)
        Starts collection of audit records on the specified audit trail.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/StartAuditTrailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartAuditTrail API.

      • startSqlCollection

        StartSqlCollectionResponse startSqlCollection​(StartSqlCollectionRequest request)
        Start the specified SQL collection.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/StartSqlCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartSqlCollection API.

      • stopAuditTrail

        StopAuditTrailResponse stopAuditTrail​(StopAuditTrailRequest request)
        Stops the specified audit trail.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/StopAuditTrailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopAuditTrail API.

      • stopSqlCollection

        StopSqlCollectionResponse stopSqlCollection​(StopSqlCollectionRequest request)
        Stops the specified SQL collection.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/StopSqlCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopSqlCollection API.

      • suspendWorkRequest

        SuspendWorkRequestResponse suspendWorkRequest​(SuspendWorkRequestRequest request)
        Suspend the given work request.

        Issuing a suspend does not guarantee of a immediate suspend of the work request.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/SuspendWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SuspendWorkRequest API.

      • unsetSecurityAssessmentBaseline

        UnsetSecurityAssessmentBaselineResponse unsetSecurityAssessmentBaseline​(UnsetSecurityAssessmentBaselineRequest request)
        Removes the baseline setting for the saved security assessment associated with the targetId passed via body.

        If no body or empty body is passed then the baseline settings of all the saved security assessments pertaining to the baseline assessment OCID provided in the path will be removed. Sets the if-match parameter to the value of the etag from a previous GET or POST response for that resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UnsetSecurityAssessmentBaselineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UnsetSecurityAssessmentBaseline API.

      • unsetUserAssessmentBaseline

        UnsetUserAssessmentBaselineResponse unsetUserAssessmentBaseline​(UnsetUserAssessmentBaselineRequest request)
        Removes the baseline setting for the saved user assessment associated with the targetId passed via body.

        If no body or empty body is passed then the baseline settings of all the saved user assessments pertaining to the baseline assessment OCID provided in the path will be removed. Sets the if-match parameter to the value of the etag from a previous GET or POST response for that resource.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UnsetUserAssessmentBaselineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UnsetUserAssessmentBaseline API.

      • updateAlert

        UpdateAlertResponse updateAlert​(UpdateAlertRequest request)
        Updates the status of the specified alert.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAlertExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAlert API.

      • updateAlertPolicy

        UpdateAlertPolicyResponse updateAlertPolicy​(UpdateAlertPolicyRequest request)
        Updates the specified alert policy .
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAlertPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAlertPolicy API.

      • updateAlertPolicyRule

        UpdateAlertPolicyRuleResponse updateAlertPolicyRule​(UpdateAlertPolicyRuleRequest request)
        Updates the specified alert policy rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAlertPolicyRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAlertPolicyRule API.

      • updateAuditArchiveRetrieval

        UpdateAuditArchiveRetrievalResponse updateAuditArchiveRetrieval​(UpdateAuditArchiveRetrievalRequest request)
        Updates the audit archive retrieval.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAuditArchiveRetrievalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAuditArchiveRetrieval API.

      • updateAuditPolicy

        UpdateAuditPolicyResponse updateAuditPolicy​(UpdateAuditPolicyRequest request)
        Updates the audit policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAuditPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAuditPolicy API.

      • updateAuditProfile

        UpdateAuditProfileResponse updateAuditProfile​(UpdateAuditProfileRequest request)
        Updates one or more attributes of the specified audit profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAuditProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAuditProfile API.

      • updateAuditTrail

        UpdateAuditTrailResponse updateAuditTrail​(UpdateAuditTrailRequest request)
        Updates one or more attributes of the specified audit trail.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateAuditTrailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAuditTrail API.

      • updateDataSafePrivateEndpoint

        UpdateDataSafePrivateEndpointResponse updateDataSafePrivateEndpoint​(UpdateDataSafePrivateEndpointRequest request)
        Updates one or more attributes of the specified Data Safe private endpoint.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateDataSafePrivateEndpointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDataSafePrivateEndpoint API.

      • updateDatabaseSecurityConfig

        UpdateDatabaseSecurityConfigResponse updateDatabaseSecurityConfig​(UpdateDatabaseSecurityConfigRequest request)
        Updates the database security configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateDatabaseSecurityConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabaseSecurityConfig API.

      • updateFinding

        UpdateFindingResponse updateFinding​(UpdateFindingRequest request)
        Updates one or more attributes of the specified finding.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateFindingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFinding API.

      • updateLibraryMaskingFormat

        UpdateLibraryMaskingFormatResponse updateLibraryMaskingFormat​(UpdateLibraryMaskingFormatRequest request)
        Updates one or more attributes of the specified library masking format.

        Note that updating the formatEntries attribute replaces all the existing masking format entries with the specified format entries.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateLibraryMaskingFormatExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateLibraryMaskingFormat API.

      • updateMaskingColumn

        UpdateMaskingColumnResponse updateMaskingColumn​(UpdateMaskingColumnRequest request)
        Updates one or more attributes of the specified masking column.

        Note that updating the maskingFormats attribute replaces the currently assigned masking formats with the specified masking formats.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateMaskingColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMaskingColumn API.

      • updateMaskingPolicy

        UpdateMaskingPolicyResponse updateMaskingPolicy​(UpdateMaskingPolicyRequest request)
        Updates one or more attributes of the specified masking policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateMaskingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMaskingPolicy API.

      • updateOnPremConnector

        UpdateOnPremConnectorResponse updateOnPremConnector​(UpdateOnPremConnectorRequest request)
        Updates one or more attributes of the specified on-premises connector.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateOnPremConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOnPremConnector API.

      • updateOnPremConnectorWallet

        UpdateOnPremConnectorWalletResponse updateOnPremConnectorWallet​(UpdateOnPremConnectorWalletRequest request)
        Updates the wallet for the specified on-premises connector to a new version.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateOnPremConnectorWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOnPremConnectorWallet API.

      • updatePeerTargetDatabase

        UpdatePeerTargetDatabaseResponse updatePeerTargetDatabase​(UpdatePeerTargetDatabaseRequest request)
        Updates one or more attributes of the specified Data Safe peer target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdatePeerTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdatePeerTargetDatabase API.

      • updateReport

        UpdateReportResponse updateReport​(UpdateReportRequest request)
        Updates the specified report.

        Only tags can be updated.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateReport API.

      • updateReportDefinition

        UpdateReportDefinitionResponse updateReportDefinition​(UpdateReportDefinitionRequest request)
        Updates the specified report definition.

        Only user created report definition can be updated. Seeded report definitions need to be saved as new report definition first.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateReportDefinitionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateReportDefinition API.

      • updateSdmMaskingPolicyDifference

        UpdateSdmMaskingPolicyDifferenceResponse updateSdmMaskingPolicyDifference​(UpdateSdmMaskingPolicyDifferenceRequest request)
        Updates one or more attributes of the specified sdm masking policy difference.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSdmMaskingPolicyDifferenceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSdmMaskingPolicyDifference API.

      • updateSecurityAssessment

        UpdateSecurityAssessmentResponse updateSecurityAssessment​(UpdateSecurityAssessmentRequest request)
        Updates one or more attributes of the specified security assessment.

        This operation allows to update the security assessment displayName, description, or schedule.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSecurityAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSecurityAssessment API.

      • updateSecurityPolicy

        UpdateSecurityPolicyResponse updateSecurityPolicy​(UpdateSecurityPolicyRequest request)
        Updates the security policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSecurityPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSecurityPolicy API.

      • updateSecurityPolicyDeployment

        UpdateSecurityPolicyDeploymentResponse updateSecurityPolicyDeployment​(UpdateSecurityPolicyDeploymentRequest request)
        Updates the security policy deployment.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSecurityPolicyDeploymentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSecurityPolicyDeployment API.

      • updateSensitiveColumn

        UpdateSensitiveColumnResponse updateSensitiveColumn​(UpdateSensitiveColumnRequest request)
        Updates one or more attributes of the specified sensitive column.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSensitiveColumnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSensitiveColumn API.

      • updateSensitiveDataModel

        UpdateSensitiveDataModelResponse updateSensitiveDataModel​(UpdateSensitiveDataModelRequest request)
        Updates one or more attributes of the specified sensitive data model.

        Note that updating any attribute of a sensitive data model does not perform data discovery.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSensitiveDataModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSensitiveDataModel API.

      • updateSensitiveType

        UpdateSensitiveTypeResponse updateSensitiveType​(UpdateSensitiveTypeRequest request)
        Updates one or more attributes of the specified sensitive type.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSensitiveTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSensitiveType API.

      • updateSensitiveTypeGroup

        UpdateSensitiveTypeGroupResponse updateSensitiveTypeGroup​(UpdateSensitiveTypeGroupRequest request)
        Updates one or more attributes of the specified sensitive type group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSensitiveTypeGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSensitiveTypeGroup API.

      • updateSensitiveTypesExport

        UpdateSensitiveTypesExportResponse updateSensitiveTypesExport​(UpdateSensitiveTypesExportRequest request)
        Updates one or more attributes of the specified sensitive types export.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSensitiveTypesExportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSensitiveTypesExport API.

      • updateSqlCollection

        UpdateSqlCollectionResponse updateSqlCollection​(UpdateSqlCollectionRequest request)
        Updates the SQL collection.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSqlCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSqlCollection API.

      • updateSqlFirewallPolicy

        UpdateSqlFirewallPolicyResponse updateSqlFirewallPolicy​(UpdateSqlFirewallPolicyRequest request)
        Updates the SQL Firewall policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateSqlFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSqlFirewallPolicy API.

      • updateTargetAlertPolicyAssociation

        UpdateTargetAlertPolicyAssociationResponse updateTargetAlertPolicyAssociation​(UpdateTargetAlertPolicyAssociationRequest request)
        Updates the specified target-alert policy association.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateTargetAlertPolicyAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateTargetAlertPolicyAssociation API.

      • updateTargetDatabase

        UpdateTargetDatabaseResponse updateTargetDatabase​(UpdateTargetDatabaseRequest request)
        Updates one or more attributes of the specified Data Safe target database.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateTargetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateTargetDatabase API.

      • updateUserAssessment

        UpdateUserAssessmentResponse updateUserAssessment​(UpdateUserAssessmentRequest request)
        Updates one or more attributes of the specified user assessment.

        This operation allows to update the user assessment displayName, description, or schedule.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UpdateUserAssessmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateUserAssessment API.

      • uploadMaskingPolicy

        UploadMaskingPolicyResponse uploadMaskingPolicy​(UploadMaskingPolicyRequest request)
        Uploads a masking policy file (also called template) to update the specified masking policy.

        To create a new masking policy using a file, first use the CreateMaskingPolicy operation to create an empty masking policy and then use this endpoint to upload the masking policy file. Note that the upload operation replaces the content of the specified masking policy, including all the existing columns and masking formats, with the content of the file.

        Note: This operation consumes a stream.

        If the stream supports InputStream.mark(int) and InputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.

        Note this means that if the caller has used InputStream.mark(int) before, then the mark will not be the same anymore after this operation, and a subsequent call to InputStream.reset() by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.

        If the stream is a FileInputStream, and the stream's FileChannel position can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support for InputStream.mark(int) and InputStream.reset(). Then the same procedure as above is followed. If the stream's FileChannel position cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.

        If the stream does not support InputStream.mark(int) and InputStream.reset(), then the stream is wrapped in a BufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.

        The contents of the stream, except when the stream is a FileInputStream whose FileChannel position can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UploadMaskingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UploadMaskingPolicy API.

      • uploadSensitiveDataModel

        UploadSensitiveDataModelResponse uploadSensitiveDataModel​(UploadSensitiveDataModelRequest request)
        Uploads a sensitive data model file (also called template) to update the specified sensitive data model.

        To create a new sensitive data model using a file, first use the CreateSensitiveDataModel operation to create an empty data model and then use this endpoint to upload the data model file. Note that the upload operation replaces the content of the specified sensitive data model, including all the existing columns and their relationships, with the content of the file.

        Note: This operation consumes a stream.

        If the stream supports InputStream.mark(int) and InputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.

        Note this means that if the caller has used InputStream.mark(int) before, then the mark will not be the same anymore after this operation, and a subsequent call to InputStream.reset() by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.

        If the stream is a FileInputStream, and the stream's FileChannel position can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support for InputStream.mark(int) and InputStream.reset(). Then the same procedure as above is followed. If the stream's FileChannel position cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.

        If the stream does not support InputStream.mark(int) and InputStream.reset(), then the stream is wrapped in a BufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.

        The contents of the stream, except when the stream is a FileInputStream whose FileChannel position can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/datasafe/UploadSensitiveDataModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UploadSensitiveDataModel API.

      • getWaiters

        DataSafeWaiters getWaiters()
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • getPaginators

        DataSafePaginators getPaginators()
        Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.

        These paginators provide an Iterable interface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.

        Returns:
        The service paginators.