Get-AzPurviewScanRuleset
Get a scan ruleset
Syntax
Get-AzPurviewScanRuleset
-Endpoint <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzPurviewScanRuleset
-Endpoint <String>
-Name <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get a scan ruleset
Examples
Example 1: Get all custom scanrulesets
Get-AzPurviewScanRuleset -Endpoint https://parv-brs-2.purview.azure.com/
CreatedAt : 1/25/2022 2:01:38 AM
Description : asdasd
ExcludedSystemClassification : {MICROSOFT.GOVERNMENT.CYPRUS.TAX.IDENTIFICATION.NUMBER, MICROSOFT.GOVERNMENT.CHILE.CDI_NUMBER, MICROSOFT.GOVERNMENT.MALTA.DRIVERS.LICENSE.NUMBER,
MICROSOFT.GOVERNMENT.TURKEY.TURKISH_NATIONAL_IDENTIFICATION_NUMBER…}
Id : scanrulesets/DummySRSFOrDemo
IncludedCustomClassificationRuleName : {}
Kind : AzureStorage
LastModifiedAt : 1/27/2022 4:37:15 AM
Name : DummySRSFOrDemo
ScanningRuleCustomFileExtension :
ScanningRuleFileExtension : {CSV, JSON, PSV, SSV…}
Status : Enabled
Type : Custom
Version : 4
CreatedAt : 2/17/2022 2:30:15 PM
Description : test desc
ExcludedSystemClassification : {MICROSOFT.FINANCIAL.CREDIT_CARD_NUMBER, MICROSOFT.SECURITY.COMMON_PASSWORDS, MICROSOFT.MISCELLANEOUS.IPADDRESS}
Id : scanrulesets/TestRule
IncludedCustomClassificationRuleName : {ClassificationRule5, ClassificationRule2}
Kind : AzureStorage
LastModifiedAt : 2/17/2022 2:32:02 PM
Name : TestRule
ScanningRuleCustomFileExtension :
ScanningRuleFileExtension : {CSV, JSON, PSV, SSV…}
Status : Enabled
Type : Custom
Version : 2
Get all custom scanrulesets
Example 2: Get custom scanruleset by name
Get-AzPurviewScanRuleset -Endpoint https://parv-brs-2.purview.azure.com/ -Name TestRule
CreatedAt : 2/17/2022 2:30:15 PM
Description : test desc
ExcludedSystemClassification : {MICROSOFT.FINANCIAL.CREDIT_CARD_NUMBER, MICROSOFT.SECURITY.COMMON_PASSWORDS, MICROSOFT.MISCELLANEOUS.IPADDRESS}
Id : scanrulesets/TestRule
IncludedCustomClassificationRuleName : {ClassificationRule5, ClassificationRule2}
Kind : AzureStorage
LastModifiedAt : 2/17/2022 2:32:02 PM
Name : TestRule
ScanningRuleCustomFileExtension :
ScanningRuleFileExtension : {CSV, JSON, PSV, SSV…}
Status : Enabled
Type : Custom
Version : 2
Get custom scanruleset by name
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Endpoint
The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
.
Type: | String |
Aliases: | ScanRulesetName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure PowerShell