SentinelOnboardingStateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Sentinel onboarding state properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SentinelOnboardingStatePropertiesTypeConverter))]
public class SentinelOnboardingStateProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SentinelOnboardingStatePropertiesTypeConverter))>]
type SentinelOnboardingStateProperties = class
interface ISentinelOnboardingStateProperties
interface IJsonSerializable
Public Class SentinelOnboardingStateProperties
Implements ISentinelOnboardingStateProperties
- Inheritance
-
SentinelOnboardingStateProperties
- Attributes
- Implements
Constructors
SentinelOnboardingStateProperties() |
Creates an new SentinelOnboardingStateProperties instance. |
Properties
CustomerManagedKey |
Flag that indicates the status of the CMK setting |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SentinelOnboardingStateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SentinelOnboardingStateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISentinelOnboardingStateProperties. |
FromJsonString(String) |
Creates a new instance of SentinelOnboardingStateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SentinelOnboardingStateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |