How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Microsoft Azure Codesigningaccounts API

The Codesigningaccounts API from Microsoft Azure — 8 operation(s) for codesigningaccounts.

Microsoft Azure Codesigningaccounts API is one of 1667 APIs that Microsoft Azure publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Codesigningaccounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, pricing, a JSON-LD context, and a getting-started guide.

This API exposes 11 operations across 8 paths, and defines 20 schemas. It is described by OpenAPI 3.2.0, at version 2020-08-01-preview.

11 operations 8 paths 20 schemas 1 DELETE6 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2020-08-01-preview
Resource Areas
1

Paths & Operations 11

Across 8 paths, the API surfaces 11 operations — 1 DELETE, 6 GET, 1 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Codesigningaccounts 11
POST
/codesigningaccounts/{accountName}/certificateprofiles/{certificateProfile}:sign
Microsoft Azure Submit A Sign Operation
microsoftAzureCertificateprofileoperationsSign 5 params body → 202default
GET
/codesigningaccounts/{accountName}/certificateprofiles/{certificateProfile}/sign/{operationId}
Microsoft Azure Gets The Status Of A Signing Operation
microsoftAzureCertificateprofileoperationsGetsigningstatus 4 params → 200default
GET
/codesigningaccounts/{accountName}/certificateprofiles/{certificateProfile}/sign/eku
Microsoft Azure Gets A List Of Extended Key Usage Object Identifiers That Are Allowed For This Account And Profile Combination
microsoftAzureCertificateprofileoperationsListextendedkeyusages 3 params → 200default
GET
/codesigningaccounts/{accountName}/certificateprofiles/{certificateProfile}/sign/rootcert
Microsoft Azure Gets The Signing Root Certificate On The Certificate Chain For That Account And Profile Name
microsoftAzureCertificateprofileoperationsGetsignrootcertificate 3 params → 200default
POST
/subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/checkNameAvailability
Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Codesigning Checknameavailability
microsoftAzureCodesigningaccountsChecknameavailability 2 params body → 200default
GET
/subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/codeSigningAccounts
Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Codesigning Codesigningaccounts
microsoftAzureCodesigningaccountsListbysubscription 2 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts
Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Codesigning Codesigningaccounts
microsoftAzureCodesigningaccountsListbyresourcegroup 3 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Codesigning Codesigningaccounts Accountname
microsoftAzureCodesigningaccountsGet 4 params → 200default
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Codesigning Codesigningaccounts Accountname
microsoftAzureCodesigningaccountsCreate 4 params body → 200201default
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Codesigning Codesigningaccounts Accountname
microsoftAzureCodesigningaccountsUpdate 4 params body → 200202default
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Codesigning Codesigningaccounts Accountname
microsoftAzureCodesigningaccountsDelete 4 params → 202204default

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are Azure.Core.Foundations.Error (5 properties), SigningPayloadOptions (4 properties), CodeSigningAccountProperties (3 properties), CheckNameAvailabilityResult (3 properties). Each schema is shown below with its type and property counts.

SkuName
string
Name of the sku.
CodeSigningAccountPatchProperties
object
Properties of the trusted signing account.
1 property
CodeSigningAccountListResult
object
The response of a CodeSigningAccount list operation.
2 properties 1 required
Azure.Core.Foundations.Error
object
The error object.
5 properties 2 required
CheckNameAvailability
object
The parameters used to check the availability of the trusted signing account name.
1 property 1 required
CodeSigningAccount
object
Trusted signing account resource.
1 property
CodeSigningAccountPatch
object
Parameters for creating or updating a trusted signing account.
2 properties
ExtendedKeyUsage
object
Extended key usage object identifier that are allowable.
1 property 1 required
SignResult
object
The sign status model.
2 properties
NameUnavailabilityReason
string
The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false.
Azure.Core.Foundations.InnerError
object
An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Gu…
2 properties
Azure.Core.Foundations.OperationState
string
Enum describing allowed operation states.
CheckNameAvailabilityResult
object
The CheckNameAvailability operation response.
3 properties
SigningPayloadOptions
object
The artifact request information to be signed by the service.
4 properties 2 required
ProvisioningState
string
The status of the current operation.
SignatureAlgorithm
string
Algorithms supported for signing.
Azure.Core.Foundations.ErrorResponse
object
A response containing error details.
1 property 1 required
PagedExtendedKeyUsage
object
Paged collection of ExtendedKeyUsage items
2 properties 1 required
CodeSigningAccountProperties
object
Properties of the trusted signing account.
3 properties
AccountSku
object
SKU of the trusted signing account.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

microsoft-azure-codesigningaccounts-api-openapi.yml Raw ↑

Other APIs Microsoft Azure publishes across the network.

Microsoft Azure AI Search API
Microsoft Azure Communication Services API
Microsoft Azure Event Grid API
Microsoft Azure Functions API
Microsoft Azure DevOps REST API
Microsoft Azure AI Foundry API
Microsoft Azure Resource JSON Schema
Microsoft Azure JSON-LD Context
Microsoft Azure AccessConnector API
Microsoft Azure AccessControlRecords API
Microsoft Azure AccessPolicies API
Microsoft Azure AccessReviewInstanceAcceptRecommmendations API
Where this information came from

This is an independent, third-party profile of Microsoft Azure Codesigningaccounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.