SignBlob
Create a signature from a string-to-sign or policy document. Requires one of the following OAuth scopes: https://www.googleapis.com/auth/iam or https://www.googleapis.com/auth/cloud-platform
Input
| Name | Type | Required | Description |
| RequestInformation | String | True | Is a string-to-sign or a policy document. The data can be in raw format or base64 encoded. |
| ServiceAccountEmail | String | True | The email address or the unique id of the service account you want to use to create the signature. |
| Delegates | String | False | The sequence of service accounts separated by a comma in a delegation chain. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |
| KeyId | String | The ID of the key used to sign the blob. |
| SignedBlob | String | The signature for the blob. Does not include the original blob. A base64-encoded string. |