Get Shielded Instance Identity
|
|||||
|
|
Returns the Shielded Instance Identity of an instance
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 3 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
zone Required |
STRING |
The name of the zone for this request |
instance Required |
STRING |
Name or id of the instance scoping this request |
= Parameter name
= Format
project STRING Required Project ID for this request |
zone STRING Required The name of the zone for this request |
instance STRING Required Name or id of the instance scoping this request |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
encryptionKey |
OBJECT |
A Shielded Instance Identity Entry |
encryptionKey.ekCert |
STRING |
A PEM-encoded X.509 certificate. This field can be empty |
encryptionKey.ekPub |
STRING |
A PEM-encoded public key |
kind |
STRING |
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry |
signingKey |
OBJECT |
A Shielded Instance Identity Entry |
signingKey.ekCert |
STRING |
A PEM-encoded X.509 certificate. This field can be empty |
signingKey.ekPub |
STRING |
A PEM-encoded public key |
= Parameter name
= Format
encryptionKey OBJECT A Shielded Instance Identity Entry |
encryptionKey.ekCert STRING A PEM-encoded X.509 certificate. This field can be empty |
encryptionKey.ekPub STRING A PEM-encoded public key |
kind STRING [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry |
signingKey OBJECT A Shielded Instance Identity Entry |
signingKey.ekCert STRING A PEM-encoded X.509 certificate. This field can be empty |
signingKey.ekPub STRING A PEM-encoded public key |