ComplianceSecurityProfileDefinitionResponse

data class ComplianceSecurityProfileDefinitionResponse(val complianceStandards: List<String>? = null, val value: String? = null)

Status of Compliance Security Profile feature.

Constructors

constructor(complianceStandards: List<String>? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Compliance standards associated with the workspace.

Link copied to clipboard
val value: String? = null