Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.privateca/v1.getCertificate
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Returns a Certificate.
Using getCertificate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
function getCertificateOutput(args: GetCertificateOutputArgs, opts?: InvokeOptions): Output<GetCertificateResult>def get_certificate(ca_pool_id: Optional[str] = None,
                    certificate_id: Optional[str] = None,
                    location: Optional[str] = None,
                    project: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCertificateResult
def get_certificate_output(ca_pool_id: Optional[pulumi.Input[str]] = None,
                    certificate_id: Optional[pulumi.Input[str]] = None,
                    location: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCertificateResult]func LookupCertificate(ctx *Context, args *LookupCertificateArgs, opts ...InvokeOption) (*LookupCertificateResult, error)
func LookupCertificateOutput(ctx *Context, args *LookupCertificateOutputArgs, opts ...InvokeOption) LookupCertificateResultOutput> Note: This function is named LookupCertificate in the Go SDK.
public static class GetCertificate 
{
    public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
    public static Output<GetCertificateResult> Invoke(GetCertificateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
public static Output<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:privateca/v1:getCertificate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CaPool stringId 
- CertificateId string
- Location string
- Project string
- CaPool stringId 
- CertificateId string
- Location string
- Project string
- caPool StringId 
- certificateId String
- location String
- project String
- caPool stringId 
- certificateId string
- location string
- project string
- ca_pool_ strid 
- certificate_id str
- location str
- project str
- caPool StringId 
- certificateId String
- location String
- project String
getCertificate Result
The following output properties are available:
- CertificateDescription Pulumi.Google Native. Privateca. V1. Outputs. Certificate Description Response 
- A structured description of the issued X.509 certificate.
- CertificateTemplate string
- Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
- Config
Pulumi.Google Native. Privateca. V1. Outputs. Certificate Config Response 
- Immutable. A description of the certificate and key that does not require X.509 or ASN.1.
- CreateTime string
- The time at which this Certificate was created.
- string
- The resource name of the issuing CertificateAuthority in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.
- Labels Dictionary<string, string>
- Optional. Labels with user-defined metadata.
- Lifetime string
- Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.
- Name string
- The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
- PemCertificate string
- The pem-encoded, signed X.509 certificate.
- PemCertificate List<string>Chain 
- The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
- PemCsr string
- Immutable. A pem-encoded X.509 certificate signing request (CSR).
- RevocationDetails Pulumi.Google Native. Privateca. V1. Outputs. Revocation Details Response 
- Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.
- SubjectMode string
- Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, the DEFAULTsubject mode will be used.
- UpdateTime string
- The time at which this Certificate was updated.
- CertificateDescription CertificateDescription Response 
- A structured description of the issued X.509 certificate.
- CertificateTemplate string
- Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
- Config
CertificateConfig Response 
- Immutable. A description of the certificate and key that does not require X.509 or ASN.1.
- CreateTime string
- The time at which this Certificate was created.
- string
- The resource name of the issuing CertificateAuthority in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.
- Labels map[string]string
- Optional. Labels with user-defined metadata.
- Lifetime string
- Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.
- Name string
- The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
- PemCertificate string
- The pem-encoded, signed X.509 certificate.
- PemCertificate []stringChain 
- The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
- PemCsr string
- Immutable. A pem-encoded X.509 certificate signing request (CSR).
- RevocationDetails RevocationDetails Response 
- Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.
- SubjectMode string
- Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, the DEFAULTsubject mode will be used.
- UpdateTime string
- The time at which this Certificate was updated.
- certificateDescription CertificateDescription Response 
- A structured description of the issued X.509 certificate.
- certificateTemplate String
- Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
- config
CertificateConfig Response 
- Immutable. A description of the certificate and key that does not require X.509 or ASN.1.
- createTime String
- The time at which this Certificate was created.
- String
- The resource name of the issuing CertificateAuthority in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.
- labels Map<String,String>
- Optional. Labels with user-defined metadata.
- lifetime String
- Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.
- name String
- The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
- pemCertificate String
- The pem-encoded, signed X.509 certificate.
- pemCertificate List<String>Chain 
- The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
- pemCsr String
- Immutable. A pem-encoded X.509 certificate signing request (CSR).
- revocationDetails RevocationDetails Response 
- Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.
- subjectMode String
- Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, the DEFAULTsubject mode will be used.
- updateTime String
- The time at which this Certificate was updated.
- certificateDescription CertificateDescription Response 
- A structured description of the issued X.509 certificate.
- certificateTemplate string
- Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
- config
CertificateConfig Response 
- Immutable. A description of the certificate and key that does not require X.509 or ASN.1.
- createTime string
- The time at which this Certificate was created.
- string
- The resource name of the issuing CertificateAuthority in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.
- labels {[key: string]: string}
- Optional. Labels with user-defined metadata.
- lifetime string
- Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.
- name string
- The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
- pemCertificate string
- The pem-encoded, signed X.509 certificate.
- pemCertificate string[]Chain 
- The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
- pemCsr string
- Immutable. A pem-encoded X.509 certificate signing request (CSR).
- revocationDetails RevocationDetails Response 
- Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.
- subjectMode string
- Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, the DEFAULTsubject mode will be used.
- updateTime string
- The time at which this Certificate was updated.
- certificate_description CertificateDescription Response 
- A structured description of the issued X.509 certificate.
- certificate_template str
- Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
- config
CertificateConfig Response 
- Immutable. A description of the certificate and key that does not require X.509 or ASN.1.
- create_time str
- The time at which this Certificate was created.
- str
- The resource name of the issuing CertificateAuthority in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.
- labels Mapping[str, str]
- Optional. Labels with user-defined metadata.
- lifetime str
- Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.
- name str
- The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
- pem_certificate str
- The pem-encoded, signed X.509 certificate.
- pem_certificate_ Sequence[str]chain 
- The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
- pem_csr str
- Immutable. A pem-encoded X.509 certificate signing request (CSR).
- revocation_details RevocationDetails Response 
- Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.
- subject_mode str
- Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, the DEFAULTsubject mode will be used.
- update_time str
- The time at which this Certificate was updated.
- certificateDescription Property Map
- A structured description of the issued X.509 certificate.
- certificateTemplate String
- Immutable. The resource name for a CertificateTemplate used to issue this certificate, in the format projects/*/locations/*/certificateTemplates/*. If this is specified, the caller must have the necessary permission to use this template. If this is omitted, no template will be used. This template must be in the same location as the Certificate.
- config Property Map
- Immutable. A description of the certificate and key that does not require X.509 or ASN.1.
- createTime String
- The time at which this Certificate was created.
- String
- The resource name of the issuing CertificateAuthority in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.
- labels Map<String>
- Optional. Labels with user-defined metadata.
- lifetime String
- Immutable. The desired lifetime of a certificate. Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.
- name String
- The resource name for this Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
- pemCertificate String
- The pem-encoded, signed X.509 certificate.
- pemCertificate List<String>Chain 
- The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
- pemCsr String
- Immutable. A pem-encoded X.509 certificate signing request (CSR).
- revocationDetails Property Map
- Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present.
- subjectMode String
- Immutable. Specifies how the Certificate's identity fields are to be decided. If this is omitted, the DEFAULTsubject mode will be used.
- updateTime String
- The time at which this Certificate was updated.
Supporting Types
CaOptionsResponse  
- IsCa bool
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
- MaxIssuer intPath Length 
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
- IsCa bool
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
- MaxIssuer intPath Length 
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
- isCa Boolean
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
- maxIssuer IntegerPath Length 
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
- isCa boolean
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
- maxIssuer numberPath Length 
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
- is_ca bool
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
- max_issuer_ intpath_ length 
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
- isCa Boolean
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
- maxIssuer NumberPath Length 
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
CertificateConfigResponse  
- PublicKey Pulumi.Google Native. Privateca. V1. Inputs. Public Key Response 
- Optional. The public key that corresponds to this config. This is, for example, used when issuing Certificates, but not when creating a self-signed CertificateAuthority or CertificateAuthority CSR.
- SubjectConfig Pulumi.Google Native. Privateca. V1. Inputs. Subject Config Response 
- Specifies some of the values in a certificate that are related to the subject.
- X509Config
Pulumi.Google Native. Privateca. V1. Inputs. X509Parameters Response 
- Describes how some of the technical X.509 fields in a certificate should be populated.
- PublicKey PublicKey Response 
- Optional. The public key that corresponds to this config. This is, for example, used when issuing Certificates, but not when creating a self-signed CertificateAuthority or CertificateAuthority CSR.
- SubjectConfig SubjectConfig Response 
- Specifies some of the values in a certificate that are related to the subject.
- X509Config
X509ParametersResponse 
- Describes how some of the technical X.509 fields in a certificate should be populated.
- publicKey PublicKey Response 
- Optional. The public key that corresponds to this config. This is, for example, used when issuing Certificates, but not when creating a self-signed CertificateAuthority or CertificateAuthority CSR.
- subjectConfig SubjectConfig Response 
- Specifies some of the values in a certificate that are related to the subject.
- x509Config
X509ParametersResponse 
- Describes how some of the technical X.509 fields in a certificate should be populated.
- publicKey PublicKey Response 
- Optional. The public key that corresponds to this config. This is, for example, used when issuing Certificates, but not when creating a self-signed CertificateAuthority or CertificateAuthority CSR.
- subjectConfig SubjectConfig Response 
- Specifies some of the values in a certificate that are related to the subject.
- x509Config
X509ParametersResponse 
- Describes how some of the technical X.509 fields in a certificate should be populated.
- public_key PublicKey Response 
- Optional. The public key that corresponds to this config. This is, for example, used when issuing Certificates, but not when creating a self-signed CertificateAuthority or CertificateAuthority CSR.
- subject_config SubjectConfig Response 
- Specifies some of the values in a certificate that are related to the subject.
- x509_config X509ParametersResponse 
- Describes how some of the technical X.509 fields in a certificate should be populated.
- publicKey Property Map
- Optional. The public key that corresponds to this config. This is, for example, used when issuing Certificates, but not when creating a self-signed CertificateAuthority or CertificateAuthority CSR.
- subjectConfig Property Map
- Specifies some of the values in a certificate that are related to the subject.
- x509Config Property Map
- Describes how some of the technical X.509 fields in a certificate should be populated.
CertificateDescriptionResponse  
- AiaIssuing List<string>Certificate Urls 
- Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
- 
Pulumi.Google Native. Privateca. V1. Inputs. Key Id Response 
- Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
- CertFingerprint Pulumi.Google Native. Privateca. V1. Inputs. Certificate Fingerprint Response 
- The hash of the x.509 certificate.
- CrlDistribution List<string>Points 
- Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
- PublicKey Pulumi.Google Native. Privateca. V1. Inputs. Public Key Response 
- The public key that corresponds to an issued certificate.
- SubjectDescription Pulumi.Google Native. Privateca. V1. Inputs. Subject Description Response 
- Describes some of the values in a certificate that are related to the subject and lifetime.
- SubjectKey Pulumi.Id Google Native. Privateca. V1. Inputs. Key Id Response 
- Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
- X509Description
Pulumi.Google Native. Privateca. V1. Inputs. X509Parameters Response 
- Describes some of the technical X.509 fields in a certificate.
- AiaIssuing []stringCertificate Urls 
- Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
- 
KeyId Response 
- Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
- CertFingerprint CertificateFingerprint Response 
- The hash of the x.509 certificate.
- CrlDistribution []stringPoints 
- Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
- PublicKey PublicKey Response 
- The public key that corresponds to an issued certificate.
- SubjectDescription SubjectDescription Response 
- Describes some of the values in a certificate that are related to the subject and lifetime.
- SubjectKey KeyId Id Response 
- Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
- X509Description
X509ParametersResponse 
- Describes some of the technical X.509 fields in a certificate.
- aiaIssuing List<String>Certificate Urls 
- Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
- 
KeyId Response 
- Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
- certFingerprint CertificateFingerprint Response 
- The hash of the x.509 certificate.
- crlDistribution List<String>Points 
- Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
- publicKey PublicKey Response 
- The public key that corresponds to an issued certificate.
- subjectDescription SubjectDescription Response 
- Describes some of the values in a certificate that are related to the subject and lifetime.
- subjectKey KeyId Id Response 
- Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
- x509Description
X509ParametersResponse 
- Describes some of the technical X.509 fields in a certificate.
- aiaIssuing string[]Certificate Urls 
- Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
- 
KeyId Response 
- Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
- certFingerprint CertificateFingerprint Response 
- The hash of the x.509 certificate.
- crlDistribution string[]Points 
- Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
- publicKey PublicKey Response 
- The public key that corresponds to an issued certificate.
- subjectDescription SubjectDescription Response 
- Describes some of the values in a certificate that are related to the subject and lifetime.
- subjectKey KeyId Id Response 
- Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
- x509Description
X509ParametersResponse 
- Describes some of the technical X.509 fields in a certificate.
- aia_issuing_ Sequence[str]certificate_ urls 
- Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
- 
KeyId Response 
- Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
- cert_fingerprint CertificateFingerprint Response 
- The hash of the x.509 certificate.
- crl_distribution_ Sequence[str]points 
- Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
- public_key PublicKey Response 
- The public key that corresponds to an issued certificate.
- subject_description SubjectDescription Response 
- Describes some of the values in a certificate that are related to the subject and lifetime.
- subject_key_ Keyid Id Response 
- Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
- x509_description X509ParametersResponse 
- Describes some of the technical X.509 fields in a certificate.
- aiaIssuing List<String>Certificate Urls 
- Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
- Property Map
- Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
- certFingerprint Property Map
- The hash of the x.509 certificate.
- crlDistribution List<String>Points 
- Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
- publicKey Property Map
- The public key that corresponds to an issued certificate.
- subjectDescription Property Map
- Describes some of the values in a certificate that are related to the subject and lifetime.
- subjectKey Property MapId 
- Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
- x509Description Property Map
- Describes some of the technical X.509 fields in a certificate.
CertificateFingerprintResponse  
- Sha256Hash string
- The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
- Sha256Hash string
- The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
- sha256Hash String
- The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
- sha256Hash string
- The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
- sha256_hash str
- The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
- sha256Hash String
- The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.
ExtendedKeyUsageOptionsResponse    
- ClientAuth bool
- Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
- CodeSigning bool
- Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
- EmailProtection bool
- Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
- OcspSigning bool
- Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
- ServerAuth bool
- Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
- TimeStamping bool
- Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
- ClientAuth bool
- Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
- CodeSigning bool
- Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
- EmailProtection bool
- Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
- OcspSigning bool
- Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
- ServerAuth bool
- Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
- TimeStamping bool
- Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
- clientAuth Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
- codeSigning Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
- emailProtection Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
- ocspSigning Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
- serverAuth Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
- timeStamping Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
- clientAuth boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
- codeSigning boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
- emailProtection boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
- ocspSigning boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
- serverAuth boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
- timeStamping boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
- client_auth bool
- Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
- code_signing bool
- Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
- email_protection bool
- Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
- ocsp_signing bool
- Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
- server_auth bool
- Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
- time_stamping bool
- Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
- clientAuth Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
- codeSigning Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
- emailProtection Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
- ocspSigning Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
- serverAuth Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
- timeStamping Boolean
- Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".
KeyIdResponse  
- KeyId string
- Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
- KeyId string
- Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
- keyId String
- Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
- keyId string
- Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
- key_id str
- Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
- keyId String
- Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
KeyUsageOptionsResponse   
- CertSign bool
- The key may be used to sign certificates.
- ContentCommitment bool
- The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
- CrlSign bool
- The key may be used sign certificate revocation lists.
- DataEncipherment bool
- The key may be used to encipher data.
- DecipherOnly bool
- The key may be used to decipher only.
- DigitalSignature bool
- The key may be used for digital signatures.
- EncipherOnly bool
- The key may be used to encipher only.
- KeyAgreement bool
- The key may be used in a key agreement protocol.
- KeyEncipherment bool
- The key may be used to encipher other keys.
- CertSign bool
- The key may be used to sign certificates.
- ContentCommitment bool
- The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
- CrlSign bool
- The key may be used sign certificate revocation lists.
- DataEncipherment bool
- The key may be used to encipher data.
- DecipherOnly bool
- The key may be used to decipher only.
- DigitalSignature bool
- The key may be used for digital signatures.
- EncipherOnly bool
- The key may be used to encipher only.
- KeyAgreement bool
- The key may be used in a key agreement protocol.
- KeyEncipherment bool
- The key may be used to encipher other keys.
- certSign Boolean
- The key may be used to sign certificates.
- contentCommitment Boolean
- The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
- crlSign Boolean
- The key may be used sign certificate revocation lists.
- dataEncipherment Boolean
- The key may be used to encipher data.
- decipherOnly Boolean
- The key may be used to decipher only.
- digitalSignature Boolean
- The key may be used for digital signatures.
- encipherOnly Boolean
- The key may be used to encipher only.
- keyAgreement Boolean
- The key may be used in a key agreement protocol.
- keyEncipherment Boolean
- The key may be used to encipher other keys.
- certSign boolean
- The key may be used to sign certificates.
- contentCommitment boolean
- The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
- crlSign boolean
- The key may be used sign certificate revocation lists.
- dataEncipherment boolean
- The key may be used to encipher data.
- decipherOnly boolean
- The key may be used to decipher only.
- digitalSignature boolean
- The key may be used for digital signatures.
- encipherOnly boolean
- The key may be used to encipher only.
- keyAgreement boolean
- The key may be used in a key agreement protocol.
- keyEncipherment boolean
- The key may be used to encipher other keys.
- cert_sign bool
- The key may be used to sign certificates.
- content_commitment bool
- The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
- crl_sign bool
- The key may be used sign certificate revocation lists.
- data_encipherment bool
- The key may be used to encipher data.
- decipher_only bool
- The key may be used to decipher only.
- digital_signature bool
- The key may be used for digital signatures.
- encipher_only bool
- The key may be used to encipher only.
- key_agreement bool
- The key may be used in a key agreement protocol.
- key_encipherment bool
- The key may be used to encipher other keys.
- certSign Boolean
- The key may be used to sign certificates.
- contentCommitment Boolean
- The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".
- crlSign Boolean
- The key may be used sign certificate revocation lists.
- dataEncipherment Boolean
- The key may be used to encipher data.
- decipherOnly Boolean
- The key may be used to decipher only.
- digitalSignature Boolean
- The key may be used for digital signatures.
- encipherOnly Boolean
- The key may be used to encipher only.
- keyAgreement Boolean
- The key may be used in a key agreement protocol.
- keyEncipherment Boolean
- The key may be used to encipher other keys.
KeyUsageResponse  
- BaseKey Pulumi.Usage Google Native. Privateca. V1. Inputs. Key Usage Options Response 
- Describes high-level ways in which a key may be used.
- ExtendedKey Pulumi.Usage Google Native. Privateca. V1. Inputs. Extended Key Usage Options Response 
- Detailed scenarios in which a key may be used.
- UnknownExtended List<Pulumi.Key Usages Google Native. Privateca. V1. Inputs. Object Id Response> 
- Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
- BaseKey KeyUsage Usage Options Response 
- Describes high-level ways in which a key may be used.
- ExtendedKey ExtendedUsage Key Usage Options Response 
- Detailed scenarios in which a key may be used.
- UnknownExtended []ObjectKey Usages Id Response 
- Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
- baseKey KeyUsage Usage Options Response 
- Describes high-level ways in which a key may be used.
- extendedKey ExtendedUsage Key Usage Options Response 
- Detailed scenarios in which a key may be used.
- unknownExtended List<ObjectKey Usages Id Response> 
- Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
- baseKey KeyUsage Usage Options Response 
- Describes high-level ways in which a key may be used.
- extendedKey ExtendedUsage Key Usage Options Response 
- Detailed scenarios in which a key may be used.
- unknownExtended ObjectKey Usages Id Response[] 
- Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
- base_key_ Keyusage Usage Options Response 
- Describes high-level ways in which a key may be used.
- extended_key_ Extendedusage Key Usage Options Response 
- Detailed scenarios in which a key may be used.
- unknown_extended_ Sequence[Objectkey_ usages Id Response] 
- Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
- baseKey Property MapUsage 
- Describes high-level ways in which a key may be used.
- extendedKey Property MapUsage 
- Detailed scenarios in which a key may be used.
- unknownExtended List<Property Map>Key Usages 
- Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
NameConstraintsResponse  
- Critical bool
- Indicates whether or not the name constraints are marked critical.
- ExcludedDns List<string>Names 
- Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- ExcludedEmail List<string>Addresses 
- Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- ExcludedIp List<string>Ranges 
- Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- ExcludedUris List<string>
- Contains the excluded URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- PermittedDns List<string>Names 
- Contains permitted DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- PermittedEmail List<string>Addresses 
- Contains the permitted email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- PermittedIp List<string>Ranges 
- Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- PermittedUris List<string>
- Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- Critical bool
- Indicates whether or not the name constraints are marked critical.
- ExcludedDns []stringNames 
- Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- ExcludedEmail []stringAddresses 
- Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- ExcludedIp []stringRanges 
- Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- ExcludedUris []string
- Contains the excluded URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- PermittedDns []stringNames 
- Contains permitted DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- PermittedEmail []stringAddresses 
- Contains the permitted email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- PermittedIp []stringRanges 
- Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- PermittedUris []string
- Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- critical Boolean
- Indicates whether or not the name constraints are marked critical.
- excludedDns List<String>Names 
- Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- excludedEmail List<String>Addresses 
- Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- excludedIp List<String>Ranges 
- Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- excludedUris List<String>
- Contains the excluded URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- permittedDns List<String>Names 
- Contains permitted DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- permittedEmail List<String>Addresses 
- Contains the permitted email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- permittedIp List<String>Ranges 
- Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- permittedUris List<String>
- Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- critical boolean
- Indicates whether or not the name constraints are marked critical.
- excludedDns string[]Names 
- Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- excludedEmail string[]Addresses 
- Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- excludedIp string[]Ranges 
- Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- excludedUris string[]
- Contains the excluded URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- permittedDns string[]Names 
- Contains permitted DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- permittedEmail string[]Addresses 
- Contains the permitted email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- permittedIp string[]Ranges 
- Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- permittedUris string[]
- Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- critical bool
- Indicates whether or not the name constraints are marked critical.
- excluded_dns_ Sequence[str]names 
- Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- excluded_email_ Sequence[str]addresses 
- Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- excluded_ip_ Sequence[str]ranges 
- Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- excluded_uris Sequence[str]
- Contains the excluded URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- permitted_dns_ Sequence[str]names 
- Contains permitted DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- permitted_email_ Sequence[str]addresses 
- Contains the permitted email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- permitted_ip_ Sequence[str]ranges 
- Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- permitted_uris Sequence[str]
- Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- critical Boolean
- Indicates whether or not the name constraints are marked critical.
- excludedDns List<String>Names 
- Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- excludedEmail List<String>Addresses 
- Contains the excluded email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- excludedIp List<String>Ranges 
- Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- excludedUris List<String>
- Contains the excluded URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
- permittedDns List<String>Names 
- Contains permitted DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com,www.example.com,www.sub.example.comwould satisfyexample.comwhileexample1.comdoes not.
- permittedEmail List<String>Addresses 
- Contains the permitted email addresses. The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.
- permittedIp List<String>Ranges 
- Contains the permitted IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.
- permittedUris List<String>
- Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)
ObjectIdResponse  
- ObjectId List<int>Path 
- The parts of an OID path. The most significant parts of the path come first.
- ObjectId []intPath 
- The parts of an OID path. The most significant parts of the path come first.
- objectId List<Integer>Path 
- The parts of an OID path. The most significant parts of the path come first.
- objectId number[]Path 
- The parts of an OID path. The most significant parts of the path come first.
- object_id_ Sequence[int]path 
- The parts of an OID path. The most significant parts of the path come first.
- objectId List<Number>Path 
- The parts of an OID path. The most significant parts of the path come first.
PublicKeyResponse  
RevocationDetailsResponse  
- RevocationState string
- Indicates why a Certificate was revoked.
- RevocationTime string
- The time at which this Certificate was revoked.
- RevocationState string
- Indicates why a Certificate was revoked.
- RevocationTime string
- The time at which this Certificate was revoked.
- revocationState String
- Indicates why a Certificate was revoked.
- revocationTime String
- The time at which this Certificate was revoked.
- revocationState string
- Indicates why a Certificate was revoked.
- revocationTime string
- The time at which this Certificate was revoked.
- revocation_state str
- Indicates why a Certificate was revoked.
- revocation_time str
- The time at which this Certificate was revoked.
- revocationState String
- Indicates why a Certificate was revoked.
- revocationTime String
- The time at which this Certificate was revoked.
SubjectAltNamesResponse   
- CustomSans List<Pulumi.Google Native. Privateca. V1. Inputs. X509Extension Response> 
- Contains additional subject alternative name values. For each custom_san, the valuefield must contain an ASN.1 encoded UTF8String.
- DnsNames List<string>
- Contains only valid, fully-qualified host names.
- EmailAddresses List<string>
- Contains only valid RFC 2822 E-mail addresses.
- IpAddresses List<string>
- Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
- Uris List<string>
- Contains only valid RFC 3986 URIs.
- CustomSans []X509ExtensionResponse 
- Contains additional subject alternative name values. For each custom_san, the valuefield must contain an ASN.1 encoded UTF8String.
- DnsNames []string
- Contains only valid, fully-qualified host names.
- EmailAddresses []string
- Contains only valid RFC 2822 E-mail addresses.
- IpAddresses []string
- Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
- Uris []string
- Contains only valid RFC 3986 URIs.
- customSans List<X509ExtensionResponse> 
- Contains additional subject alternative name values. For each custom_san, the valuefield must contain an ASN.1 encoded UTF8String.
- dnsNames List<String>
- Contains only valid, fully-qualified host names.
- emailAddresses List<String>
- Contains only valid RFC 2822 E-mail addresses.
- ipAddresses List<String>
- Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
- uris List<String>
- Contains only valid RFC 3986 URIs.
- customSans X509ExtensionResponse[] 
- Contains additional subject alternative name values. For each custom_san, the valuefield must contain an ASN.1 encoded UTF8String.
- dnsNames string[]
- Contains only valid, fully-qualified host names.
- emailAddresses string[]
- Contains only valid RFC 2822 E-mail addresses.
- ipAddresses string[]
- Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
- uris string[]
- Contains only valid RFC 3986 URIs.
- custom_sans Sequence[X509ExtensionResponse] 
- Contains additional subject alternative name values. For each custom_san, the valuefield must contain an ASN.1 encoded UTF8String.
- dns_names Sequence[str]
- Contains only valid, fully-qualified host names.
- email_addresses Sequence[str]
- Contains only valid RFC 2822 E-mail addresses.
- ip_addresses Sequence[str]
- Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
- uris Sequence[str]
- Contains only valid RFC 3986 URIs.
- customSans List<Property Map>
- Contains additional subject alternative name values. For each custom_san, the valuefield must contain an ASN.1 encoded UTF8String.
- dnsNames List<String>
- Contains only valid, fully-qualified host names.
- emailAddresses List<String>
- Contains only valid RFC 2822 E-mail addresses.
- ipAddresses List<String>
- Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
- uris List<String>
- Contains only valid RFC 3986 URIs.
SubjectConfigResponse  
- Subject
Pulumi.Google Native. Privateca. V1. Inputs. Subject Response 
- Optional. Contains distinguished name fields such as the common name, location and organization.
- SubjectAlt Pulumi.Name Google Native. Privateca. V1. Inputs. Subject Alt Names Response 
- Optional. The subject alternative name fields.
- Subject
SubjectResponse 
- Optional. Contains distinguished name fields such as the common name, location and organization.
- SubjectAlt SubjectName Alt Names Response 
- Optional. The subject alternative name fields.
- subject
SubjectResponse 
- Optional. Contains distinguished name fields such as the common name, location and organization.
- subjectAlt SubjectName Alt Names Response 
- Optional. The subject alternative name fields.
- subject
SubjectResponse 
- Optional. Contains distinguished name fields such as the common name, location and organization.
- subjectAlt SubjectName Alt Names Response 
- Optional. The subject alternative name fields.
- subject
SubjectResponse 
- Optional. Contains distinguished name fields such as the common name, location and organization.
- subject_alt_ Subjectname Alt Names Response 
- Optional. The subject alternative name fields.
- subject Property Map
- Optional. Contains distinguished name fields such as the common name, location and organization.
- subjectAlt Property MapName 
- Optional. The subject alternative name fields.
SubjectDescriptionResponse  
- HexSerial stringNumber 
- The serial number encoded in lowercase hexadecimal.
- Lifetime string
- For convenience, the actual lifetime of an issued certificate.
- NotAfter stringTime 
- The time after which the certificate is expired. Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.
- NotBefore stringTime 
- The time at which the certificate becomes valid.
- Subject
Pulumi.Google Native. Privateca. V1. Inputs. Subject Response 
- Contains distinguished name fields such as the common name, location and / organization.
- SubjectAlt Pulumi.Name Google Native. Privateca. V1. Inputs. Subject Alt Names Response 
- The subject alternative name fields.
- HexSerial stringNumber 
- The serial number encoded in lowercase hexadecimal.
- Lifetime string
- For convenience, the actual lifetime of an issued certificate.
- NotAfter stringTime 
- The time after which the certificate is expired. Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.
- NotBefore stringTime 
- The time at which the certificate becomes valid.
- Subject
SubjectResponse 
- Contains distinguished name fields such as the common name, location and / organization.
- SubjectAlt SubjectName Alt Names Response 
- The subject alternative name fields.
- hexSerial StringNumber 
- The serial number encoded in lowercase hexadecimal.
- lifetime String
- For convenience, the actual lifetime of an issued certificate.
- notAfter StringTime 
- The time after which the certificate is expired. Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.
- notBefore StringTime 
- The time at which the certificate becomes valid.
- subject
SubjectResponse 
- Contains distinguished name fields such as the common name, location and / organization.
- subjectAlt SubjectName Alt Names Response 
- The subject alternative name fields.
- hexSerial stringNumber 
- The serial number encoded in lowercase hexadecimal.
- lifetime string
- For convenience, the actual lifetime of an issued certificate.
- notAfter stringTime 
- The time after which the certificate is expired. Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.
- notBefore stringTime 
- The time at which the certificate becomes valid.
- subject
SubjectResponse 
- Contains distinguished name fields such as the common name, location and / organization.
- subjectAlt SubjectName Alt Names Response 
- The subject alternative name fields.
- hex_serial_ strnumber 
- The serial number encoded in lowercase hexadecimal.
- lifetime str
- For convenience, the actual lifetime of an issued certificate.
- not_after_ strtime 
- The time after which the certificate is expired. Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.
- not_before_ strtime 
- The time at which the certificate becomes valid.
- subject
SubjectResponse 
- Contains distinguished name fields such as the common name, location and / organization.
- subject_alt_ Subjectname Alt Names Response 
- The subject alternative name fields.
- hexSerial StringNumber 
- The serial number encoded in lowercase hexadecimal.
- lifetime String
- For convenience, the actual lifetime of an issued certificate.
- notAfter StringTime 
- The time after which the certificate is expired. Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.
- notBefore StringTime 
- The time at which the certificate becomes valid.
- subject Property Map
- Contains distinguished name fields such as the common name, location and / organization.
- subjectAlt Property MapName 
- The subject alternative name fields.
SubjectResponse 
- CommonName string
- The "common name" of the subject.
- CountryCode string
- The country code of the subject.
- Locality string
- The locality or city of the subject.
- Organization string
- The organization of the subject.
- OrganizationalUnit string
- The organizational_unit of the subject.
- PostalCode string
- The postal code of the subject.
- Province string
- The province, territory, or regional state of the subject.
- StreetAddress string
- The street address of the subject.
- CommonName string
- The "common name" of the subject.
- CountryCode string
- The country code of the subject.
- Locality string
- The locality or city of the subject.
- Organization string
- The organization of the subject.
- OrganizationalUnit string
- The organizational_unit of the subject.
- PostalCode string
- The postal code of the subject.
- Province string
- The province, territory, or regional state of the subject.
- StreetAddress string
- The street address of the subject.
- commonName String
- The "common name" of the subject.
- countryCode String
- The country code of the subject.
- locality String
- The locality or city of the subject.
- organization String
- The organization of the subject.
- organizationalUnit String
- The organizational_unit of the subject.
- postalCode String
- The postal code of the subject.
- province String
- The province, territory, or regional state of the subject.
- streetAddress String
- The street address of the subject.
- commonName string
- The "common name" of the subject.
- countryCode string
- The country code of the subject.
- locality string
- The locality or city of the subject.
- organization string
- The organization of the subject.
- organizationalUnit string
- The organizational_unit of the subject.
- postalCode string
- The postal code of the subject.
- province string
- The province, territory, or regional state of the subject.
- streetAddress string
- The street address of the subject.
- common_name str
- The "common name" of the subject.
- country_code str
- The country code of the subject.
- locality str
- The locality or city of the subject.
- organization str
- The organization of the subject.
- organizational_unit str
- The organizational_unit of the subject.
- postal_code str
- The postal code of the subject.
- province str
- The province, territory, or regional state of the subject.
- street_address str
- The street address of the subject.
- commonName String
- The "common name" of the subject.
- countryCode String
- The country code of the subject.
- locality String
- The locality or city of the subject.
- organization String
- The organization of the subject.
- organizationalUnit String
- The organizational_unit of the subject.
- postalCode String
- The postal code of the subject.
- province String
- The province, territory, or regional state of the subject.
- streetAddress String
- The street address of the subject.
X509ExtensionResponse 
- Critical bool
- Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
- ObjectId Pulumi.Google Native. Privateca. V1. Inputs. Object Id Response 
- The OID for this X.509 extension.
- Value string
- The value of this X.509 extension.
- Critical bool
- Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
- ObjectId ObjectId Response 
- The OID for this X.509 extension.
- Value string
- The value of this X.509 extension.
- critical Boolean
- Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
- objectId ObjectId Response 
- The OID for this X.509 extension.
- value String
- The value of this X.509 extension.
- critical boolean
- Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
- objectId ObjectId Response 
- The OID for this X.509 extension.
- value string
- The value of this X.509 extension.
- critical bool
- Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
- object_id ObjectId Response 
- The OID for this X.509 extension.
- value str
- The value of this X.509 extension.
- critical Boolean
- Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
- objectId Property Map
- The OID for this X.509 extension.
- value String
- The value of this X.509 extension.
X509ParametersResponse 
- AdditionalExtensions List<Pulumi.Google Native. Privateca. V1. Inputs. X509Extension Response> 
- Optional. Describes custom X.509 extensions.
- AiaOcsp List<string>Servers 
- Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
- CaOptions Pulumi.Google Native. Privateca. V1. Inputs. Ca Options Response 
- Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
- KeyUsage Pulumi.Google Native. Privateca. V1. Inputs. Key Usage Response 
- Optional. Indicates the intended use for keys that correspond to a certificate.
- NameConstraints Pulumi.Google Native. Privateca. V1. Inputs. Name Constraints Response 
- Optional. Describes the X.509 name constraints extension.
- PolicyIds List<Pulumi.Google Native. Privateca. V1. Inputs. Object Id Response> 
- Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
- AdditionalExtensions []X509ExtensionResponse 
- Optional. Describes custom X.509 extensions.
- AiaOcsp []stringServers 
- Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
- CaOptions CaOptions Response 
- Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
- KeyUsage KeyUsage Response 
- Optional. Indicates the intended use for keys that correspond to a certificate.
- NameConstraints NameConstraints Response 
- Optional. Describes the X.509 name constraints extension.
- PolicyIds []ObjectId Response 
- Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
- additionalExtensions List<X509ExtensionResponse> 
- Optional. Describes custom X.509 extensions.
- aiaOcsp List<String>Servers 
- Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
- caOptions CaOptions Response 
- Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
- keyUsage KeyUsage Response 
- Optional. Indicates the intended use for keys that correspond to a certificate.
- nameConstraints NameConstraints Response 
- Optional. Describes the X.509 name constraints extension.
- policyIds List<ObjectId Response> 
- Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
- additionalExtensions X509ExtensionResponse[] 
- Optional. Describes custom X.509 extensions.
- aiaOcsp string[]Servers 
- Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
- caOptions CaOptions Response 
- Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
- keyUsage KeyUsage Response 
- Optional. Indicates the intended use for keys that correspond to a certificate.
- nameConstraints NameConstraints Response 
- Optional. Describes the X.509 name constraints extension.
- policyIds ObjectId Response[] 
- Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
- additional_extensions Sequence[X509ExtensionResponse] 
- Optional. Describes custom X.509 extensions.
- aia_ocsp_ Sequence[str]servers 
- Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
- ca_options CaOptions Response 
- Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
- key_usage KeyUsage Response 
- Optional. Indicates the intended use for keys that correspond to a certificate.
- name_constraints NameConstraints Response 
- Optional. Describes the X.509 name constraints extension.
- policy_ids Sequence[ObjectId Response] 
- Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
- additionalExtensions List<Property Map>
- Optional. Describes custom X.509 extensions.
- aiaOcsp List<String>Servers 
- Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
- caOptions Property Map
- Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
- keyUsage Property Map
- Optional. Indicates the intended use for keys that correspond to a certificate.
- nameConstraints Property Map
- Optional. Describes the X.509 name constraints extension.
- policyIds List<Property Map>
- Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi