Skip to content

Commit

Permalink
Private Key Entry - set to True
Browse files Browse the repository at this point in the history
  • Loading branch information
leefine02 authored and leefine02 committed Dec 18, 2023
1 parent e006328 commit d9be464
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,42 @@
"supportsReenrollment": false,
"supportsInventory": false,
"platformSupport": "Unused"
},
"store_types": {
"GCPLoadBal": {
"Name": "GCP Load Balancer",
"ShortName": "GCPLoadBal",
"Capability": "GCPLoadBal",
"ServerRequired": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Optional",
"PowerShell": false,
"PrivateKeyAllowed": "Required",
"SupportedOperations": {
"Add": true,
"Create": false,
"Discovery": false,
"Enrollment": false,
"Remove": true
},
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": false
},
"Properties": [
{
"Name": "jsonKey",
"DisplayName": "Service Account Key",
"Required": true,
"DependsOn": "",
"Type": "Secret",
"DefaultValue": ""
}
],
"EntryParameters": []
}
}
}
}
}
}

0 comments on commit d9be464

Please sign in to comment.