Get-AzRegulatoryComplianceControl
Hämtar regelefterlevnadskontroller
Syntax
Get-AzRegulatoryComplianceControl
[-Name <String>]
-StandardName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRegulatoryComplianceControl
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Hämta en detaljerad kontrollinformation eller visa en lista över alla kontroller enligt en specifik regelefterlevnadsstandard.
Exempel
Exempel 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
Hämta alla kontroller under specifik regelstandard.
Exempel 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
Hämta specifik kontrollinformation enligt kontroll-ID.
Exempel 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
Hämta specifik kontrollinformation enligt resurs-ID.
Parametrar
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Name
Kontroll-ID.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceId
ID för säkerhetsresursen som du vill anropa kommandot på.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-StandardName
Standardnamn.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
Utdata
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure PowerShell