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
Optional

Compliance standard type

string
standardVersion
Optional

Compliance standard version

boolean
isRecommendedByStandard
Optional

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

boolean
isAuditAutomated
Optional

Whether an automated or manual audit is supported

string
citationReference
Optional

Citation reference of the configuration in the standard's documentation

string
auditProcedure
Optional

How the configuration can be audited

string
recommendedValue
Optional

Recommended value of the configuration by the standard

string
remediationProcedure
Optional

Remediation procedure if the configuration is not compliant