ComplianceDetail Class
The compliance state rollup.
- Inheritance
-
msrest.serialization.ModelComplianceDetail
Constructor
ComplianceDetail(*, compliance_state: str | None = None, count: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
compliance_state
Required
|
The compliance state. |
count
Required
|
Summarized count value for this compliance state. |
Keyword-Only Parameters
Name | Description |
---|---|
compliance_state
Required
|
|
count
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python