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_certificatemanager_certificate_issuance_config

ancestors

Type: UNORDERED_LIST_STRING

certificate_authority_config

Type: STRUCT
Provider name: certificateAuthorityConfig
Description: Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.

  • certificate_authority_service_config
    Type: STRUCT
    Provider name: certificateAuthorityServiceConfig
    Description: Defines a CertificateAuthorityServiceConfig.
    • ca_pool
      Type: STRING
      Provider name: caPool
      Description: Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form “projects/{project}/locations/{location}/caPools/{ca_pool}”.

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The creation timestamp of a CertificateIssuanceConfig.

description

Type: STRING
Provider name: description
Description: Optional. One or more paragraphs of text description of a CertificateIssuanceConfig.

key_algorithm

Type: STRING
Provider name: keyAlgorithm
Description: Required. The key algorithm to use when generating the private key.
Possible values:

  • KEY_ALGORITHM_UNSPECIFIED - Unspecified key algorithm.
  • RSA_2048 - Specifies RSA with a 2048-bit modulus.
  • ECDSA_P256 - Specifies ECDSA with curve P256.

labels

Type: UNORDERED_LIST_STRING

lifetime

Type: STRING
Provider name: lifetime
Description: Required. Workload certificate lifetime requested.

name

Type: STRING
Provider name: name
Description: Identifier. A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern projects/*/locations/*/certificateIssuanceConfigs/*.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

rotation_window_percentage

Type: INT32
Provider name: rotationWindowPercentage
Description: Required. Specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate. Must be a number between 1-99, inclusive.

tags

Type: UNORDERED_LIST_STRING

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The last update timestamp of a CertificateIssuanceConfig.