PolicyViolation Class
A policy violation reported against a gallery artifact.
- Inheritance
-
azure.mgmt.compute._serialization.ModelPolicyViolation
Constructor
PolicyViolation(*, category: str | _models.PolicyViolationCategory | None = None, details: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
category
|
Describes the nature of the policy violation. Known values are: "Other", "ImageFlaggedUnsafe", "CopyrightValidation", and "IpTheft". |
details
|
Describes specific details about why this policy violation was reported. |
Variables
Name | Description |
---|---|
category
|
Describes the nature of the policy violation. Known values are: "Other", "ImageFlaggedUnsafe", "CopyrightValidation", and "IpTheft". |
details
|
Describes specific details about why this policy violation was reported. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python