This product is not supported for your selected
Datadog site. (
).
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
gcp_compute_ssl_certificate
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
Type: UNORDERED_LIST_STRING
Provider name: domains
Description: The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.
gcp_status
Type: STRING
Provider name: status
Description: [Output only] Status of the managed certificate resource.
Possible values:
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
Type: STRING
Provider name: certificate
Description: A local certificate file. The certificate 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.
private_key
Type: STRING
Provider name: privateKey
Description: A write-only private key in PEM format. Only insert requests will include this field.
subject_alternative_names
Type: UNORDERED_LIST_STRING
Provider name: subjectAlternativeNames
Description: [Output Only] Domains associated with the certificate via Subject Alternative Name.
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