Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»
Yandex Certificate Manager
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
          • Overview
          • GenerateCertificateAuthority
          • GenerateCertificateAuthorityByCsr
          • ImportCertificateAuthority
          • GenerateCsrForCertificateAuthority
          • SendSignedCertificateOfCertificateAuthority
          • Delete
          • GetCsrForCertificateAuthority
          • Get
          • List
          • Update
          • ListAccessBindings
          • SetAccessBindings
          • UpdateAccessBindings
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • История изменений
  • Вопросы и ответы
  • Обучающие курсы

В этой статье:

  • gRPC request
  • GetCertificateAuthorityRequest
  • CertificateAuthority
  1. Справочник API
  2. gRPC (англ.)
  3. Certificate Manager Private CA API
  4. PrivateCa
  5. Get

Certificate Manager Private CA API, gRPC: PrivateCaService.Get

Статья создана
Yandex Cloud
Обновлена 17 декабря 2024 г.
  • gRPC request
  • GetCertificateAuthorityRequest
  • CertificateAuthority

Retrieves detailed information about a specific Certificate Authority (CA).

gRPC request

rpc Get (GetCertificateAuthorityRequest) returns (CertificateAuthority)

GetCertificateAuthorityRequest

{
  "certificate_authority_id": "string"
}

Request to get detailed information about an existing Certificate Authority.

Field

Description

certificate_authority_id

string

Required field. The ID of the Certificate Authority to retrieve.
This must be a valid Certificate Authority ID in your account.

CertificateAuthority

{
  "id": "string",
  "folder_id": "string",
  "name": "string",
  "description": "string",
  "parent_certificate_authority_id": "string",
  "status": "Status",
  "issued_at": "google.protobuf.Timestamp",
  "not_after": "google.protobuf.Timestamp",
  "not_before": "google.protobuf.Timestamp",
  "crl_endpoint": "string",
  "end_entities_ttl_limit_days": "int64",
  "deletion_protection": "bool",
  "created_at": "google.protobuf.Timestamp",
  "updated_at": "google.protobuf.Timestamp"
}

A certificate authority (CA) used to sign certificates.

Field

Description

id

string

ID of the certificate authority.

folder_id

string

ID of the folder that the certificate authority belongs to.

name

string

Name of the certificate authority.

description

string

Description of the certificate authority.

parent_certificate_authority_id

string

ID of the parent certificate authority that signed this certificate authority if any.

status

enum Status

Status of the certificate authority.

  • STATUS_UNSPECIFIED
  • UNSIGNED: The certificate authority is unsigned and pending signing.
  • ACTIVE: The certificate authority is active and can issue certificates.

issued_at

google.protobuf.Timestamp

Time when the certificate authority was issued.

not_after

google.protobuf.Timestamp

Time after which the certificate authority is not valid.

not_before

google.protobuf.Timestamp

Time before which the certificate authority is not valid.

crl_endpoint

string

Endpoint of the certificate revocation list (CRL) for the certificate authority.

end_entities_ttl_limit_days

int64

Maximum allowed TTL (in days) for end-entity certificates issued by this CA.

deletion_protection

bool

Flag that protects deletion of the certificate authority.

created_at

google.protobuf.Timestamp

Time when the certificate authority was created.

updated_at

google.protobuf.Timestamp

Time when the certificate authority was last updated.

Была ли статья полезна?

Предыдущая
GetCsrForCertificateAuthority
Следующая
List
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»