Class SentinelOnboardingStateInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.SentinelOnboardingStateInner

public final class SentinelOnboardingStateInner extends ResourceWithEtag
Sentinel onboarding state.
  • Constructor Details

    • SentinelOnboardingStateInner

      public SentinelOnboardingStateInner()
  • Method Details

    • withEtag

      public SentinelOnboardingStateInner withEtag(String etag)
      Set the etag property: Etag of the azure resource.
      Overrides:
      withEtag in class ResourceWithEtag
      Parameters:
      etag - the etag value to set.
      Returns:
      the ResourceWithEtag object itself.
    • customerManagedKey

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

      public SentinelOnboardingStateInner 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 SentinelOnboardingStateInner object itself.
    • validate

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