Create
|
|||||
|
|
Creates a ServiceAccountKey and returns it
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 3 input parameters
Name | Format | Description |
---|---|---|
name Required |
STRING |
The resource name of the service account in the following format:
|
keyAlgorithm |
ENUMERATION |
Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future |
privateKeyType |
ENUMERATION |
The output format of the private key. The default value is
|
= Parameter name
= Format
name STRING Required The resource name of the service account in the following format:
|
keyAlgorithm ENUMERATION Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future |
privateKeyType ENUMERATION The output format of the private key. The default value is
|
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 |