ComplianceStandardConfiguration

ComplianceStandardConfiguration
ComplianceStandardConfiguration

Represents a compliance standard configuration

JSON Example
{
    "standardType": "One among: PCI",
    "standardVersion": "string",
    "isRecommendedByStandard": false,
    "isAuditAutomated": false,
    "citationReference": "string",
    "auditProcedure": "string",
    "recommendedValue": "string",
    "remediationProcedure": "string"
}
string
standardType
Read-Only

Compliance standard type

string
standardVersion
Read-Only

Compliance standard version

boolean
isRecommendedByStandard
Read-Only

Whether the config is recommended by the standard or it's a VMware best practice

boolean
isAuditAutomated
Read-Only

Whether an automated or manual audit is supported

string
citationReference
Read-Only

Citation reference of the configuration in the standard's documentation

string
auditProcedure
Read-Only

How the configuration can be audited

string
recommendedValue
Read-Only

Recommended value of the configuration by the standard

string
remediationProcedure
Read-Only

Remediation procedure if the configuration is not compliant