Attributes associated with your service account.

Hierarchy

  • GCPSTSServiceAccountAttributes

Constructors

Properties

accountTags?: string[]

Tags to be associated with GCP metrics and service checks from your account.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
automute?: boolean

Silence monitors for expected GCE instance shutdowns.

clientEmail?: string

Your service account email address.

cloudRunRevisionFilters?: string[]

List of filters to limit the Cloud Run revisions that are pulled into Datadog by using tags. Only Cloud Run revision resources that apply to specified filters are imported into Datadog.

hostFilters?: string[]

Your Host Filters.

isCspmEnabled?: boolean

When enabled, Datadog will activate the Cloud Security Monitoring product for this service account. Note: This requires resource_collection_enabled to be set to true.

isResourceChangeCollectionEnabled?: boolean

When enabled, Datadog scans for all resource change data in your Google Cloud environment.

isSecurityCommandCenterEnabled?: boolean

When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account.

metricNamespaceConfigs?: GCPMetricNamespaceConfig[]

Configurations for GCP metric namespaces.

resourceCollectionEnabled?: boolean

When enabled, Datadog scans for all resources in your GCP environment.

Generated using TypeDoc