GetContextKeysForPolicyResponse

Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ContextKeyNames object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getcontextkeysforpolicyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetContextKeysForPolicyResponse",
  "title": "GetContextKeysForPolicyResponse",
  "type": "object",
  "properties": {
    "ContextKeyNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ContextKeyNamesResultListType"
        },
        {
          "description": "The list of context keys that are referenced in the input policies."
        }
      ]
    }
  },
  "description": "Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. "
}