-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Expand file tree
/
Copy pathApigeeXV2_Config.json
More file actions
27 lines (27 loc) · 944 Bytes
/
ApigeeXV2_Config.json
File metadata and controls
27 lines (27 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "GCPApigeeXV2CCP",
"apiVersion": "2022-12-01-preview",
"type": "Microsoft.SecurityInsights/dataConnectors",
"location": "{{location}}",
"kind": "GCP",
"properties": {
"connectorDefinitionName": "GoogleApigeeCCPDefinition",
"dcrConfig": {
"streamName": "Custom-ApigeeXV2_CL",
"dataCollectionEndpoint": "{{dataCollectionEndpointResourceID}}",
"dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}"
},
"dataType": "ApigeeXV2_CL",
"auth": {
"serviceAccountEmail": "{{GCPServiceAccountEmail}}",
"projectNumber": "{{GCPProjectNumber}}",
"workloadIdentityProviderId": "{{GCPWorkloadIdentityProviderId}}"
},
"request": {
"projectId": "{{GCPProjectId'}}",
"subscriptionNames": [
"{{GCPSubscriptionName}}"
]
}
}
}