Gallery Image Version Safety Profile Response
data class GalleryImageVersionSafetyProfileResponse(val allowDeletionOfReplicatedLocations: Boolean? = null, val blockDeletionBeforeEndOfLife: 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, blockDeletionBeforeEndOfLife: Boolean? = null, policyViolations: List<PolicyViolationResponse>, reportedForPolicyViolation: Boolean)
Properties
Link copied to clipboard
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
Link copied to clipboard
Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.
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.