{
  "terraformType": "cloud_api_authorizer",
  "service": "gateway",
  "resourceType": "ApiAuthorizer",
  "create": "CreateAuthorizer",
  "read": "GetAuthorizer",
  "update": null,
  "delete": "DeleteAuthorizer",
  "list": "ListAuthorizers",
  "importId": "{api_id}/{authorizer_id}",
  "identifierAttrs": [
    "api_id",
    "authorizer_id"
  ],
  "createOnly": [
    "api_id",
    "authorizer_type"
  ],
  "computed": [
    "id",
    "authorizer_id"
  ],
  "sensitive": [],
  "readSpec": {
    "calls": [
      {
        "operation": {
          "kind": "cloudJson",
          "service": "gateway",
          "operation": "GetAuthorizer",
          "target": "CloudGateway.GetAuthorizer"
        },
        "requestBindings": [
          {
            "requestPath": "apiId",
            "source": {
              "kind": "physicalId",
              "member": "api_id"
            }
          },
          {
            "requestPath": "authorizerId",
            "source": {
              "kind": "physicalId",
              "member": "authorizer_id"
            }
          }
        ]
      }
    ],
    "resultSelector": null,
    "observedFields": [
      {
        "source": {
          "kind": "physicalId",
          "member": "api_id"
        },
        "modelField": "apiId",
        "transform": "identity"
      },
      {
        "source": {
          "kind": "response",
          "call": 0,
          "path": "authorizerId"
        },
        "modelField": "authorizerId",
        "transform": "identity"
      },
      {
        "source": {
          "kind": "response",
          "call": 0,
          "path": "authorizerType"
        },
        "modelField": "authorizerType",
        "transform": "identity"
      }
    ],
    "readiness": null,
    "stableComputed": "preserveWhenAbsent",
    "stableComputedFields": [
      "id",
      "authorizerId"
    ]
  },
  "provider": {
    "resourceKind": "api_authorizer",
    "physicalId": [
      "api_id",
      "authorizer_id"
    ],
    "exposeRevision": true,
    "attributes": [
      {
        "name": "id",
        "terraformType": "string",
        "required": false,
        "optional": false,
        "computed": true,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": false,
        "createOnly": false
      },
      {
        "name": "api_id",
        "terraformType": "string",
        "required": true,
        "optional": false,
        "computed": false,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": true,
        "createOnly": true
      },
      {
        "name": "authorizer_type",
        "terraformType": "string",
        "required": true,
        "optional": false,
        "computed": false,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": true,
        "createOnly": true
      },
      {
        "name": "authorizer_id",
        "terraformType": "string",
        "required": false,
        "optional": false,
        "computed": true,
        "sensitive": false,
        "writeOnly": false,
        "requiresReplace": false,
        "createOnly": false
      }
    ]
  },
  "updateStrategy": {
    "kind": "replace"
  }
}
