CreateServiceLinkedRoleResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
Role object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-createservicelinkedroleresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateServiceLinkedRoleResponse",
  "title": "CreateServiceLinkedRoleResponse",
  "type": "object",
  "properties": {
    "Role": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Role"
        },
        {
          "description": "A <a>Role</a> object that contains details about the newly created role."
        }
      ]
    }
  }
}