Skip to main content

Dataclassificationsettings

Properties

NameTypeDescriptionNotes
IsEnabledBooleanIndicates whether the feature or configuration is enabled.[optional] [default to $false]
ClusterIdStringThe identifier of the cluster associated with this configuration, if applicable.[optional]

Examples

  • Prepare the resource
$Dataclassificationsettings = Initialize-Dataclassificationsettings  -IsEnabled true `
-ClusterId cluster-001
  • Convert the resource to JSON
$Dataclassificationsettings | ConvertTo-JSON

[Back to top]