Class SentinelOnboardingStateProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.SentinelOnboardingStateProperties

public final class SentinelOnboardingStateProperties extends Object
The Sentinel onboarding state properties.
  • Constructor Details

    • SentinelOnboardingStateProperties

      public SentinelOnboardingStateProperties()
  • Method Details

    • customerManagedKey

      public Boolean customerManagedKey()
      Get the customerManagedKey property: Flag that indicates the status of the CMK setting.
      Returns:
      the customerManagedKey value.
    • withCustomerManagedKey

      public SentinelOnboardingStateProperties withCustomerManagedKey(Boolean customerManagedKey)
      Set the customerManagedKey property: Flag that indicates the status of the CMK setting.
      Parameters:
      customerManagedKey - the customerManagedKey value to set.
      Returns:
      the SentinelOnboardingStateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.