次の方法で共有


New-AzPurviewAmazonSqlScanRulesetObject

AmazonSqlScanRuleset のメモリ内オブジェクトを作成します。

構文

New-AzPurviewAmazonSqlScanRulesetObject
   -Kind <DataSourceType>
   [-Description <String>]
   [-ExcludedSystemClassification <String[]>]
   [-IncludedCustomClassificationRuleName <String[]>]
   [-Type <ScanRulesetType>]
   [<CommonParameters>]

説明

AmazonSqlScanRuleset のメモリ内オブジェクトを作成します。

例 1: Amazon Sql カスタム scanruleset オブジェクトを作成する

New-AzPurviewAmazonSqlScanRulesetObject -Kind 'AmazonSql' -Description 'desc' -ExcludedSystemClassification @('MICROSOFT.FINANCIAL.CREDIT_CARD_NUMBER','MICROSOFT.SECURITY.COMMON_PASSWORDS') -IncludedCustomClassificationRuleName @('ClassificationRule2') -Type 'Custom'

CreatedAt                            :
Description                          : desc
ExcludedSystemClassification         : {MICROSOFT.FINANCIAL.CREDIT_CARD_NUMBER, MICROSOFT.SECURITY.COMMON_PASSWORDS}
Id                                   :
IncludedCustomClassificationRuleName : {ClassificationRule2}
Kind                                 : AmazonSql
LastModifiedAt                       :
Name                                 :
Status                               :
Type                                 : Custom
Version                              :

Amazon Sql カスタム scanruleset オブジェクトを作成する

パラメーター

-Description

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-ExcludedSystemClassification

型:String[]
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-IncludedCustomClassificationRuleName

型:String[]
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-Kind

型:DataSourceType
配置:Named
規定値:None
必須:True
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-Type

型:ScanRulesetType
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

出力