Identity and Access Management SAML API, REST: Certificate.Get
Returns the specified certificate.
To get the list of available certificates, make a List request.
HTTP request
GET https://iam.api.cloud.yandex.net/iam/v1/saml/certificates/{certificateId}
Path parameters
Field |
Description |
certificateId |
string Required field. ID of the certificate to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"federationId": "string",
"name": "string",
"description": "string",
"createdAt": "string",
"data": "string"
}
A certificate.
Field |
Description |
id |
string Required field. ID of the certificate. |
federationId |
string Required field. ID of the federation that the certificate belongs to. |
name |
string Name of the certificate. |
description |
string Description of the certificate. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
data |
string Required field. Certificate data in PEM format. |