DeleteServiceLinkedRoleRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
RoleName object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-deleteservicelinkedrolerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteServiceLinkedRoleRequest",
  "title": "DeleteServiceLinkedRoleRequest",
  "type": "object",
  "required": [
    "RoleName"
  ],
  "properties": {
    "RoleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/roleNameType"
        },
        {
          "description": "The name of the service-linked role to be deleted."
        }
      ]
    }
  }
}