NonComplianceMessageResponse

data class NonComplianceMessageResponse(val message: String, val policyDefinitionReferenceId: String? = null)

A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results.

Constructors

Link copied to clipboard
constructor(message: String, policyDefinitionReferenceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results.

Link copied to clipboard

The policy definition reference ID within a policy set definition the message is intended for. This is only applicable if the policy assignment assigns a policy set definition. If this is not provided the message applies to all policies assigned by this policy assignment.