keys_key_string
Creates, updates, deletes, gets or lists a keys_key_string
resource.
Overview
Name | keys_key_string |
Type | Resource |
Id | google.apikeys.keys_key_string |
Fields
Name | Datatype | Description |
---|---|---|
keyString | string | An encrypted and signed value of the key. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_key_string | SELECT | keysId, locationsId, projectsId | Get the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is global . |
SELECT
examples
Get the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is global
.
SELECT
keyString
FROM google.apikeys.keys_key_string
WHERE keysId = '{{ keysId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';