Class SentinelOnboardingStateProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.SentinelOnboardingStateProperties
The Sentinel onboarding state properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the customerManagedKey property: Flag that indicates the status of the CMK setting.void
validate()
Validates the instance.withCustomerManagedKey
(Boolean customerManagedKey) Set the customerManagedKey property: Flag that indicates the status of the CMK setting.
-
Constructor Details
-
SentinelOnboardingStateProperties
public SentinelOnboardingStateProperties()
-
-
Method Details
-
customerManagedKey
Get the customerManagedKey property: Flag that indicates the status of the CMK setting.- Returns:
- the customerManagedKey value.
-
withCustomerManagedKey
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.
-