policyFix

Represents configuration and details for a policy-based fix.

Examples

type PolicyFix {
  settingType: String
  tooltip: String
  description: String
  warning: String
  confirmation: String
  inputs: [FixInput]
}

Fields

Field
Description
Supported fields

settingType String

Type of setting controlled by the policy fix

tooltip String

Tooltip text to describe the policy fix in the UI

description String

Detailed description of the policy fix

warning String

Warning message related to applying the fix

confirmation String

Confirmation message shown before applying the fix

inputs [FixInput]

List of inputs required to configure the fix

type String name String options [FixInputOption] multiSelect Boolean maxSelect Int minSelect Int displayName String

References

Fields with this object:

Last updated