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.appengine/v1beta.getAuthorizedCertificate
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
Gets the specified SSL certificate.
Using getAuthorizedCertificate
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 getAuthorizedCertificate(args: GetAuthorizedCertificateArgs, opts?: InvokeOptions): Promise<GetAuthorizedCertificateResult>
function getAuthorizedCertificateOutput(args: GetAuthorizedCertificateOutputArgs, opts?: InvokeOptions): Output<GetAuthorizedCertificateResult>
def get_authorized_certificate(app_id: Optional[str] = None,
authorized_certificate_id: Optional[str] = None,
view: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAuthorizedCertificateResult
def get_authorized_certificate_output(app_id: Optional[pulumi.Input[str]] = None,
authorized_certificate_id: Optional[pulumi.Input[str]] = None,
view: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuthorizedCertificateResult]
func LookupAuthorizedCertificate(ctx *Context, args *LookupAuthorizedCertificateArgs, opts ...InvokeOption) (*LookupAuthorizedCertificateResult, error)
func LookupAuthorizedCertificateOutput(ctx *Context, args *LookupAuthorizedCertificateOutputArgs, opts ...InvokeOption) LookupAuthorizedCertificateResultOutput
> Note: This function is named LookupAuthorizedCertificate
in the Go SDK.
public static class GetAuthorizedCertificate
{
public static Task<GetAuthorizedCertificateResult> InvokeAsync(GetAuthorizedCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetAuthorizedCertificateResult> Invoke(GetAuthorizedCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAuthorizedCertificateResult> getAuthorizedCertificate(GetAuthorizedCertificateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:appengine/v1beta:getAuthorizedCertificate
arguments:
# arguments dictionary
The following arguments are supported:
getAuthorizedCertificate Result
The following output properties are available:
- Certificate
Raw Pulumi.Data Google Native. App Engine. V1Beta. Outputs. Certificate Raw Data Response - The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.
- Display
Name string - The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.
- Domain
Mappings intCount - 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.
- Domain
Names List<string> - Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.
- Expire
Time 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.
- Managed
Certificate Pulumi.Google Native. App Engine. V1Beta. Outputs. Managed Certificate Response - 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.
- Name string
- Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.
- Visible
Domain List<string>Mappings - 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.
- Certificate
Raw CertificateData Raw Data Response - The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.
- Display
Name string - The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.
- Domain
Mappings intCount - 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.
- Domain
Names []string - Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.
- Expire
Time 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.
- Managed
Certificate ManagedCertificate Response - 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.
- Name string
- Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.
- Visible
Domain []stringMappings - 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.
- certificate
Raw CertificateData Raw Data Response - The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.
- display
Name String - The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.
- domain
Mappings IntegerCount - 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.
- domain
Names List<String> - Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.
- expire
Time 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.
- managed
Certificate ManagedCertificate Response - 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.
- name String
- Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.
- visible
Domain List<String>Mappings - 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.
- certificate
Raw CertificateData Raw Data Response - The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.
- display
Name string - The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.
- domain
Mappings numberCount - 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.
- domain
Names string[] - Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.
- expire
Time 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.
- managed
Certificate ManagedCertificate Response - 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.
- name string
- Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.
- visible
Domain string[]Mappings - 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.
- certificate_
raw_ Certificatedata Raw Data Response - The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.
- display_
name str - The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.
- domain_
mappings_ intcount - 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.
- domain_
names Sequence[str] - Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.
- expire_
time str - 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.
- managed_
certificate ManagedCertificate Response - 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.
- name str
- Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.
- visible_
domain_ Sequence[str]mappings - 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.
- certificate
Raw Property MapData - The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.
- display
Name String - The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.
- domain
Mappings NumberCount - 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.
- domain
Names List<String> - Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.
- expire
Time 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.
- managed
Certificate Property Map - 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.
- name String
- Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.
- visible
Domain List<String>Mappings - 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.
Supporting Types
CertificateRawDataResponse
- Private
Key string - Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
- Public
Certificate string - PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
- Private
Key string - Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
- Public
Certificate string - PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
- private
Key String - Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
- public
Certificate String - PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
- private
Key string - Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
- public
Certificate string - PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
- private_
key str - Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
- public_
certificate str - PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
- private
Key String - Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
- public
Certificate String - PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
ManagedCertificateResponse
- Last
Renewal stringTime - Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.
- Status string
- Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
- Last
Renewal stringTime - Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.
- Status string
- Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
- last
Renewal StringTime - Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.
- status String
- Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
- last
Renewal stringTime - Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.
- status string
- Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
- last_
renewal_ strtime - Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.
- status str
- Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
- last
Renewal StringTime - Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.
- status String
- Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
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