external_account_keys
Creates, updates, deletes, gets or lists a external_account_keys
resource.
Overview
Name | external_account_keys |
Type | Resource |
Id | google.publicca.external_account_keys |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
create | INSERT | locationsId, projectsId | Creates a new ExternalAccountKey bound to the project. |
INSERT
example
Use the following StackQL query and manifest file to create a new external_account_keys
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO google.publicca.external_account_keys (
locationsId,
projectsId
)
SELECT
'{{ locationsId }}',
'{{ projectsId }}'
;
- name: your_resource_model_name
props:
- name: name
value: string
- name: keyId
value: string
- name: b64MacKey
value: string