New-AzPurviewAzurePostgreSqlScanRulesetObject
建立 AzurePostgreSqlScanRuleset 的記憶體內部物件。
語法
New-AzPurviewAzurePostgreSqlScanRulesetObject
-Kind <DataSourceType>
[-Description <String>]
[-ExcludedSystemClassification <String[]>]
[-IncludedCustomClassificationRuleName <String[]>]
[-Type <ScanRulesetType>]
[<CommonParameters>]
Description
建立 AzurePostgreSqlScanRuleset 的記憶體內部物件。
範例
範例 1:建立 Azure PostgreSQL 自定義 scanruleset 物件
New-AzPurviewAzurePostgreSqlScanRulesetObject -Kind 'AzurePostgreSql' -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 : AzurePostgreSql
LastModifiedAt :
Name :
Status :
Type : Custom
Version :
建立 Azure PostgreSQL 自定義 scanruleset 物件
參數
-Description
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ExcludedSystemClassification
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IncludedCustomClassificationRuleName
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Kind
類型: | DataSourceType |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Type
類型: | ScanRulesetType |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
AzurePostgreSqlScanRuleset