DefenderFoDatabasesAwsOfferingDatabasesDspm 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 databases data security posture management (DSPM) configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderFoDatabasesAwsOfferingDatabasesDspmTypeConverter))]
public class DefenderFoDatabasesAwsOfferingDatabasesDspm : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderFoDatabasesAwsOfferingDatabasesDspm
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderFoDatabasesAwsOfferingDatabasesDspmTypeConverter))>]
type DefenderFoDatabasesAwsOfferingDatabasesDspm = class
interface IDefenderFoDatabasesAwsOfferingDatabasesDspm
interface IJsonSerializable
Public Class DefenderFoDatabasesAwsOfferingDatabasesDspm
Implements IDefenderFoDatabasesAwsOfferingDatabasesDspm
- Inheritance
-
DefenderFoDatabasesAwsOfferingDatabasesDspm
- Attributes
- Implements
Constructors
DefenderFoDatabasesAwsOfferingDatabasesDspm() |
Creates an new DefenderFoDatabasesAwsOfferingDatabasesDspm instance. |
Properties
CloudRoleArn |
The cloud role ARN in AWS for this feature |
Enabled |
Is databases data security posture management (DSPM) protection enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderFoDatabasesAwsOfferingDatabasesDspm. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderFoDatabasesAwsOfferingDatabasesDspm. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderFoDatabasesAwsOfferingDatabasesDspm. |
FromJsonString(String) |
Creates a new instance of DefenderFoDatabasesAwsOfferingDatabasesDspm, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderFoDatabasesAwsOfferingDatabasesDspm into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |