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]