UpdateCodeSigningConfigRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
Description object
AllowedPublishers object
CodeSigningPolicies object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-updatecodesigningconfigrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateCodeSigningConfigRequest",
  "title": "UpdateCodeSigningConfigRequest",
  "type": "object",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "Descriptive name for this code signing configuration."
        }
      ]
    },
    "AllowedPublishers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AllowedPublishers"
        },
        {
          "description": "Signing profiles for this code signing configuration."
        }
      ]
    },
    "CodeSigningPolicies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeSigningPolicies"
        },
        {
          "description": "The code signing policy."
        }
      ]
    }
  }
}