PolicySummary interface
The summary of the policy.
Properties
name | The name of the policy. |
policy |
The type of the policy. |
scope | The scope at which the policy is defined. |
value | The value of the policy. |
Property Details
name
The name of the policy.
name?: string
Property Value
string
policyType
The type of the policy.
policyType?: string
Property Value
string
scope
The scope at which the policy is defined.
scope?: string
Property Value
string
value
The value of the policy.
value?: string
Property Value
string