ISecurityProperties.SecurityComplianceStatusSecuredCoreCompliance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether HCI hosts meets secured-core server requirements.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Compliant", "NonCompliant", "Pending" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Indicates whether HCI hosts meets secured-core server requirements.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="securedCoreCompliance", Update=false)]
public string SecurityComplianceStatusSecuredCoreCompliance { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Compliant", "NonCompliant", "Pending" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Indicates whether HCI hosts meets secured-core server requirements.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="securedCoreCompliance", Update=false)>]
member this.SecurityComplianceStatusSecuredCoreCompliance : string
Public ReadOnly Property SecurityComplianceStatusSecuredCoreCompliance As String
Property Value
- Attributes