Get
|
|||||
|
|
Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View and manage your Google Compute Engine resources
- View your Google Compute Engine resources
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
sslCertificate Required |
STRING |
Name of the SslCertificate resource to return |
= Parameter name
= Format
project STRING Required Project ID for this request |
sslCertificate STRING Required Name of the SslCertificate resource to return |
Output
This building block provides 8 output parameters
Name | Format | Description |
---|---|---|
certificate |
STRING |
A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert |
creationTimestamp |
STRING |
[Output Only] Creation timestamp in RFC3339 text format |
description |
STRING |
An optional description of this resource. Provide this property when you create the resource |
id |
INTEGER |
[Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind |
STRING |
[Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates |
name |
STRING |
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
privateKey |
STRING |
A write-only private key in PEM format. Only insert requests will include this field |
selfLink |
STRING |
[Output only] Server-defined URL for the resource |
= Parameter name
= Format
certificate STRING A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert |
creationTimestamp STRING [Output Only] Creation timestamp in RFC3339 text format |
description STRING An optional description of this resource. Provide this property when you create the resource |
id INTEGER [Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind STRING [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates |
name STRING Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
privateKey STRING A write-only private key in PEM format. Only insert requests will include this field |
selfLink STRING [Output only] Server-defined URL for the resource |