PolicySummary Class

The summary of the policy.

Inheritance
azure.mgmt.billing._serialization.Model
PolicySummary

Constructor

PolicySummary(*, name: str | None = None, value: str | None = None, policy_type: str | _models.PolicyType | None = None, scope: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the policy.

value
str

The value of the policy.

policy_type

The type of the policy. Known values are: "Other", "UserControlled", and "SystemControlled".

scope
str

The scope at which the policy is defined.

Variables

Name Description
name
str

The name of the policy.

value
str

The value of the policy.

policy_type

The type of the policy. Known values are: "Other", "UserControlled", and "SystemControlled".

scope
str

The scope at which the policy is defined.