GalleryImageVersionSafetyProfile Class

This is the safety profile of the Gallery Image Version.

Constructor

GalleryImageVersionSafetyProfile(*args: Any, **kwargs: Any)

Variables

Name Description
allow_deletion_of_replicated_locations

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

reported_for_policy_violation

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

policy_violations

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

block_deletion_before_end_of_life

Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.

Attributes

block_deletion_before_end_of_life

Indicates whether or not the deletion is blocked for this Gallery Image Version if its End Of Life has not expired.

block_deletion_before_end_of_life: bool | None

policy_violations

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

policy_violations: list['_models.PolicyViolation'] | None

reported_for_policy_violation

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

reported_for_policy_violation: bool | None