Get-AzRegulatoryComplianceControl
Pobiera mechanizmy kontroli zgodności z przepisami
Składnia
Get-AzRegulatoryComplianceControl
[-Name <String>]
-StandardName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRegulatoryComplianceControl
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Opis
Uzyskaj szczegółowe informacje o kontroli lub wyświetl listę wszystkich kontrolek w ramach określonego standardu zgodności z przepisami.
Przykłady
Przykład 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
Uzyskaj wszystkie mechanizmy kontroli w ramach określonego standardu regulacyjnego.
Przykład 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
Uzyskaj szczegółowe informacje o kontrolce zgodnie z identyfikatorem kontrolki.
Przykład 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
Uzyskaj szczegółowe informacje o kontrolce zgodnie z identyfikatorem zasobu.
Parametry
-DefaultProfile
Poświadczenia, konto, dzierżawa i subskrypcja używane do komunikacji z platformą Azure.
Typ: | IAzureContextContainer |
Aliasy: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Domyślna wartość: | None |
Wymagane: | False |
Akceptowanie danych wejściowych potoku: | False |
Akceptowanie symboli wieloznacznych: | False |
-Name
Identyfikator kontrolki.
Typ: | String |
Position: | Named |
Domyślna wartość: | None |
Wymagane: | False |
Akceptowanie danych wejściowych potoku: | False |
Akceptowanie symboli wieloznacznych: | False |
-ResourceId
Identyfikator zasobu zabezpieczeń, dla którego chcesz wywołać polecenie .
Typ: | String |
Position: | Named |
Domyślna wartość: | None |
Wymagane: | True |
Akceptowanie danych wejściowych potoku: | True |
Akceptowanie symboli wieloznacznych: | False |
-StandardName
Standardowa nazwa.
Typ: | String |
Position: | Named |
Domyślna wartość: | None |
Wymagane: | True |
Akceptowanie danych wejściowych potoku: | False |
Akceptowanie symboli wieloznacznych: | False |