Policy Object
Contains information about a policy associated with a service.
This object is used by the following operations:
- Operations that reference the Policies object
The properties included in the Policy object are listed below.
| Property | Type | Description |
|---|---|---|
| PolicyKey | string | The unique key for a specific policy. Required when saving or updating an API version. |
| Name | string | The display name for a specific policy. |
| Description | string | The description for a specific policy. |
| PolicyType | string |
The type of policy. Required when saving or updating an API version. Valid values:
|
| PolicySubType | string | For internal use only: a sub-type for the policy, if applicable. |
| PolicyConfiguration | string | XML metadata containing information about the policy definition and configuration. |