Tenants - List Certificate Metadata
Gets a list of public Tenant CA Certificates for the specified Azure Sphere tenant ID.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/certificates
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
tenant
|
path | True |
string uuid |
The ID of the Azure Sphere tenant. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
A list of all matching Tenant CA Certificate status objects. |
Definitions
TenantCertificateStatus
Name | Type | Description |
---|---|---|
Certificate |
string |
The public portion of the tenant CA certificate as a base64 encoded X.509 certificate. |
IsActive |
boolean |
Gets the true or false value whether the certificate is active. |
IsRevoked |
boolean |
Gets the true or false value whether the certificate is revoked. |
Thumbprint |
string |
The SHA1 thumbprint of the certificate. |