Get-AzRegulatoryComplianceControl
Ruft Gesetzliche Compliance-Kontrollen ab
Syntax
Get-AzRegulatoryComplianceControl
[-Name <String>]
-StandardName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRegulatoryComplianceControl
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Rufen Sie detaillierte Steuerelementdetails ab, oder listen Sie alle Steuerelemente unter bestimmten gesetzlichen Compliancestandards auf.
Beispiele
Beispiel 1
Get-AzRegulatoryComplianceControl -StandardName "SOC TSP"
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia
nceStandards/SOC-TSP/regulatoryComplianceControls/A1.1
Name : A1.1
Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls
Description : Current processing capacity and usage are maintained, monitored, and evaluated to manage capacity
demand and to enable the implementation of additional capacity to help meet the entity�s
availability commitments and system requirements.
State : Unsupported
PassedAssessments : 0
FailedAssessments : 0
SkippedAssessments : 0
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia
nceStandards/SOC-TSP/regulatoryComplianceControls/A1.2
Name : A1.2
Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls
Description : Environmental protections, software, data backup processes, and recovery infrastructure are
designed, developed, implemented, operated, maintained, and monitored to meet availability
commitments and requirements.
State : Passed
PassedAssessments : 3
FailedAssessments : 0
SkippedAssessments : 0
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia
nceStandards/SOC-TSP/regulatoryComplianceControls/A1.3
Name : A1.3
Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls
Description : Recovery plan procedures supporting system recovery are tested to help meet the entity�s
availability commitments and system requirements.
State : Unsupported
PassedAssessments : 0
FailedAssessments : 0
SkippedAssessments : 0
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia
nceStandards/SOC-TSP/regulatoryComplianceControls/C1.1
Name : C1.1
Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls
Description : Confidential information is protected during the system design, development, testing,
implementation, and change processes in accordance with confidentiality commitments and
requirements.
State : Unsupported
PassedAssessments : 0
FailedAssessments : 0
SkippedAssessments : 0
Rufen Sie alle Steuerelemente unter bestimmten gesetzlichen Standards ab.
Beispiel 2
Get-AzRegulatoryComplianceControl -StandardName "SOC TSP" -Name "C1.2"
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia
nceStandards/SOC-TSP/regulatoryComplianceControls/C1.2
Name : C1.2
Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls
Description : Confidential information within the boundaries of the system is protected against unauthorized
access, use, and disclosure during input, processing, retention, output, and disposition in
accordance with confidentiality commitments and requirements.
State : Failed
PassedAssessments : 177
FailedAssessments : 22
SkippedAssessments : 0
Rufen Sie bestimmte Steuerelementdetails gemäß der Steuerelement-ID ab.
Beispiel 3
Get-AzRegulatoryComplianceControl -ResourceId "/subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP/regulatoryComplianceControls/C1.2"
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia
nceStandards/SOC-TSP/regulatoryComplianceControls/C1.2
Name : C1.2
Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls
Description : Confidential information within the boundaries of the system is protected against unauthorized
access, use, and disclosure during input, processing, retention, output, and disposition in
accordance with confidentiality commitments and requirements.
State : Failed
PassedAssessments : 177
FailedAssessments : 22
SkippedAssessments : 0
Rufen Sie bestimmte Steuerelementdetails gemäß der Ressourcen-ID ab.
Parameter
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Name
Steuerelement-ID.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceId
ID der Sicherheitsressource, für die Sie den Befehl aufrufen möchten.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-StandardName
Standardname.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Ausgaben
Azure PowerShell