- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
certificate
Type: STRING
Provider name: certificate
Description: A value read into memory from a certificate file. The certificate file must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
creation_timestamp
Type: TIMESTAMP
Provider name: creationTimestamp
Description: [Output Only] Creation timestamp in RFC3339 text format.
description
Type: STRING
Provider name: description
Description: An optional description of this resource. Provide this property when you create the resource.
expire_time
Type: STRING
Provider name: expireTime
Description: [Output Only] Expire time of the certificate. RFC3339
id
Type: STRING
Provider name: id
Description: [Output Only] The unique identifier for the resource. This identifier is defined by the server.
kind
Type: STRING
Provider name: kind
Description: [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.
labels
Type: UNORDERED_LIST_STRING
managed
Type: STRUCT
Provider name: managed
Description: Configuration and status of a managed SSL certificate.
domains
UNORDERED_LIST_STRING
domains
gcp_status
STRING
status
ACTIVE
- The certificate management is working, and a certificate has been provisioned.MANAGED_CERTIFICATE_STATUS_UNSPECIFIED
PROVISIONING
- The certificate management is working. GCP will attempt to provision the first certificate.PROVISIONING_FAILED
- Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.PROVISIONING_FAILED_PERMANENTLY
- Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won’t be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.RENEWAL_FAILED
- Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field.name
Type: STRING
Provider name: name
Description: Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
organization_id
Type: STRING
parent
Type: STRING
private_key
Type: STRING
Provider name: privateKey
Description: A value read into memory from a write-only private key file. The private key file must be in PEM format. For security, only insert requests include this field.
project_id
Type: STRING
project_number
Type: STRING
region
Type: STRING
Provider name: region
Description: [Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.
resource_name
Type: STRING
self_link
Type: STRING
Provider name: selfLink
Description: [Output only] Server-defined URL for the resource.
self_managed
Type: STRUCT
Provider name: selfManaged
Description: Configuration and status of a self-managed SSL certificate.
certificate
STRING
certificate
private_key
STRING
privateKey
subject_alternative_names
Type: UNORDERED_LIST_STRING
Provider name: subjectAlternativeNames
Description: [Output Only] Domains associated with the certificate via Subject Alternative Name.
tags
Type: UNORDERED_LIST_STRING
type
Type: STRING
Provider name: type
Description: (Optional) Specifies the type of SSL certificate, either “SELF_MANAGED” or “MANAGED”. If not specified, the certificate is self-managed and the fields certificate and private_key are used.
Possible values:
MANAGED
- Google-managed SSLCertificate.SELF_MANAGED
- Certificate uploaded by user.TYPE_UNSPECIFIED