PolicySummary Class

The summary of the policy.

Constructor

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

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.

Attributes

name

The name of the policy.

name: str | None

policy_type

"Other", "UserControlled", and "SystemControlled".

policy_type: str | _models.PolicyType | None

scope

The scope at which the policy is defined.

scope: str | None

value

The value of the policy.

value: str | None