GalleryImageVersionSafetyProfileResponse

data class GalleryImageVersionSafetyProfileResponse(val allowDeletionOfReplicatedLocations: Boolean? = null, val policyViolations: List<PolicyViolationResponse>, val reportedForPolicyViolation: Boolean)

This is the safety profile of the Gallery Image Version.

Constructors

Link copied to clipboard
constructor(allowDeletionOfReplicatedLocations: Boolean? = null, policyViolations: List<PolicyViolationResponse>, reportedForPolicyViolation: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.

Link copied to clipboard

A list of Policy Violations that have been reported for this Gallery Image Version.

Link copied to clipboard

Indicates whether this image has been reported as violating Microsoft's policies.