> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# WaasPolicyResponse

Response schema for WAAS policy operations.

<ParamField body="message" type="string">
  Message describing the operation result
</ParamField>

<ParamField body="policyId" type="string" required>
  Unique identifier for the policy
</ParamField>

<ParamField body="projectEnvironmentId" type="string" required>
  The project environment ID this policy belongs to. See [uuid](/api-reference/schemas/uuid) schema.
</ParamField>

<ParamField body="createdAt" type="string" required>
  Timestamp when the policy was created (ISO 8601 date-time format)
</ParamField>

<ParamField body="updatedAt" type="string" required>
  Timestamp when the policy was last updated (ISO 8601 date-time format)
</ParamField>

<ParamField body="policyContent" type="array" required>
  Array of policy rules. See [WaasPolicyRule](/api-reference/schemas/WaasPolicyRule) schema.
</ParamField>
