Sha256: 9a2c97c8c482173df1a1bc64df228e5dc5e9c0192c23f31f93912e7ce9123c3a
Contents?: true
Size: 690 Bytes
Versions: 6
Compression:
Stored size: 690 Bytes
Contents
# Create a new entry for your service account with security command center enabled returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V2::GCPIntegrationAPI.new body = DatadogAPIClient::V2::GCPSTSServiceAccountCreateRequest.new({ data: DatadogAPIClient::V2::GCPSTSServiceAccountData.new({ attributes: DatadogAPIClient::V2::GCPSTSServiceAccountAttributes.new({ is_security_command_center_enabled: true, client_email: "Test-252bf553ef04b351@test-project.iam.gserviceaccount.com", host_filters: [], }), type: DatadogAPIClient::V2::GCPServiceAccountType::GCP_SERVICE_ACCOUNT, }), }) p api_instance.create_gcpsts_account(body)
Version data entries
6 entries across 6 versions & 1 rubygems