Policies Object

Contains information about one or more policies that are enforced for the API version, if applicable.

For a list of valid policies, see Client Authorization Policy Options.

To retrieve a list of available policies, including PolicyKey and PolicyType, use the GET /api/policies operation.

Note: For specific information regarding which policies are available/required, refer to the GET /api/policies operation.

This object is used by the following operations:

The properties included in the Policies object are listed below.

Property Type Description
Policy Policy[ ]

Contains information about a policy that is enforced for an API version. Depending on where this appears, the policy might be enforced at the service level or at the operation level.

One or more.

Related Topics