ArmSecurityCenterModelFactory.DefenderCspmAwsOfferingDatabasesDspm Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.DefenderCspmAwsOfferingDatabasesDspm DefenderCspmAwsOfferingDatabasesDspm(bool? enabled = default, string cloudRoleArn = default);
static member DefenderCspmAwsOfferingDatabasesDspm : Nullable<bool> * string -> Azure.ResourceManager.SecurityCenter.Models.DefenderCspmAwsOfferingDatabasesDspm
Public Shared Function DefenderCspmAwsOfferingDatabasesDspm (Optional enabled As Nullable(Of Boolean) = Nothing, Optional cloudRoleArn As String = Nothing) As DefenderCspmAwsOfferingDatabasesDspm

Parameters

enabled
Nullable<Boolean>

Is databases DSPM protection enabled.

cloudRoleArn
String

The cloud role ARN in AWS for this feature.

Returns

A new DefenderCspmAwsOfferingDatabasesDspm instance for mocking.

Applies to