Get
|
|||||
|
|
Gets the ServiceAccountKey by key id
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
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
name Required |
STRING |
The resource name of the service account key in the following format:
Using |
publicKeyType |
ENUMERATION |
The output format of the public key requested. X509_PEM is the default output format |
= Parameter name
= Format
name STRING Required The resource name of the service account key in the following format:
Using |
publicKeyType ENUMERATION The output format of the public key requested. X509_PEM is the default output format |
Output
This building block provides 8 output parameters
Name | Format | Description |
---|---|---|
keyAlgorithm |
ENUMERATION |
Specifies the algorithm (and possibly key size) for the key |
keyOrigin |
ENUMERATION |
The key origin |
validAfterTime |
ANY |
The key can be used after this timestamp |
privateKeyType |
ENUMERATION |
The output format for the private key.
Only provided in Google never exposes system-managed private keys, and never retains user-managed private keys |
privateKeyData |
BINARY |
The private key data. Only provided in |
publicKeyData |
BINARY |
The public key data. Only provided in |
name |
STRING |
The resource name of the service account key in the following format
|
validBeforeTime |
ANY |
The key can be used before this timestamp |
= Parameter name
= Format
keyAlgorithm ENUMERATION Specifies the algorithm (and possibly key size) for the key |
keyOrigin ENUMERATION The key origin |
validAfterTime ANY The key can be used after this timestamp |
privateKeyType ENUMERATION The output format for the private key.
Only provided in Google never exposes system-managed private keys, and never retains user-managed private keys |
privateKeyData BINARY The private key data. Only provided in |
publicKeyData BINARY The public key data. Only provided in |
name STRING The resource name of the service account key in the following format
|
validBeforeTime ANY The key can be used before this timestamp |