GetPolicyResponse

Contains the response to a successful GetPolicy request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Policy object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getpolicyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetPolicyResponse",
  "title": "GetPolicyResponse",
  "type": "object",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Policy"
        },
        {
          "description": "A structure containing details about the policy."
        }
      ]
    }
  },
  "description": "Contains the response to a successful <a>GetPolicy</a> request. "
}