Enum DiscoveryJobResult.PlannedAction

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DiscoveryJobResult.PlannedAction>
    Enclosing class:
    DiscoveryJobResult

    public static enum DiscoveryJobResult.PlannedAction
    extends Enum<DiscoveryJobResult.PlannedAction>
    implements BmcEnum
    Specifies how to process the discovery result.

    It’s set to NONE by default. Use the PatchDiscoveryJobResults operation to update this attribute. You can choose one of the following options: ACCEPT: To accept the discovery result and update the sensitive data model to reflect the changes. REJECT: To reject the discovery result so that it doesn’t change the sensitive data model. INVALIDATE: To invalidate a newly discovered column. It adds the column to the sensitive data model but marks it as invalid. It helps track false positives and ensure that they aren’t reported by future discovery jobs. After specifying the planned action, you can use the ApplyDiscoveryJobResults operation to automatically process the discovery results.