AuthorizedCertificate

class AuthorizedCertificate : KotlinCustomResource

Uploads the specified SSL certificate. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val appId: Output<String>
Link copied to clipboard

The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.

Link copied to clipboard
val displayName: Output<String>

The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.

Link copied to clipboard

Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.

Link copied to clipboard
val domainNames: Output<List<String>>

Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.

Link copied to clipboard
val expireTime: Output<String>

The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.

Link copied to clipboard
val name: Output<String>

Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.