gcp_sts_delegate
Creates, updates, deletes, gets or lists a gcp_sts_delegate resource.
Overview
| Name | gcp_sts_delegate |
| Type | Resource |
| Id | datadog.integrations.gcp_sts_delegate |
Fields
The following fields are returned by SELECT queries:
- get_gcpstsdelegate
| Name | Datatype | Description |
|---|---|---|
id | string | The ID of the delegate service account. (example: ddgci-1a19n28hb1a812221893@datadog-gci-sts-us5-prod.iam.gserviceaccount.com) |
attributes | object | Your delegate account attributes. |
type | string | The type of account. (gcp_sts_delegate) (default: gcp_sts_delegate, example: gcp_sts_delegate) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_gcpstsdelegate | select | List your Datadog-GCP STS delegate account configured in your Datadog account. | ||
make_gcpstsdelegate | exec | Create a Datadog GCP principal. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
site | string | The Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both. |
SELECT examples
- get_gcpstsdelegate
List your Datadog-GCP STS delegate account configured in your Datadog account.
SELECT
id,
attributes,
type
FROM datadog.integrations.gcp_sts_delegate
;
Lifecycle Methods
EXEC variables use wire (API) names.
- make_gcpstsdelegate
Create a Datadog GCP principal.
EXEC datadog.integrations.gcp_sts_delegate.make_gcpstsdelegate
;