Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Pull Request - azure-application-orchestrator:latest #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 9 additions & 29 deletions store_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,54 +69,44 @@
"CustomAliasAllowed": "Optional"
},
{
"Name": "Azure Application (Auth)",
"Name": "Azure App Registration (Application)",
"ShortName": "AzureApp",
"Capability": "AzureApp",
"LocalStore": false,
"SupportedOperations": {
"Add": true,
"Create": false,
"Discovery": true,
"Remove": true,
"Enrollment": false,
"Remove": true
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"StoreTypeId": 279,
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false
},
{
"StoreTypeId": 279,
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false
},
{
"StoreTypeId": 279,
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DependsOn": "",
"DefaultValue": "true",
"Required": true
}
],
"EntryParameters": [],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Forbidden",
"JobProperties": [],
"PrivateKeyAllowed": "Required",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
Expand Down Expand Up @@ -187,54 +177,44 @@
"InventoryEndpoint": "/AnyInventory/Update"
},
{
"Name": "Azure Service Principal (SSO/SAML)",
"Name": "Azure Enterprise Application (Service Principal)",
"ShortName": "AzureSP",
"Capability": "AzureSP",
"LocalStore": false,
"SupportedOperations": {
"Add": true,
"Create": false,
"Discovery": true,
"Remove": true,
"Enrollment": false,
"Remove": true
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"StoreTypeId": 280,
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false
},
{
"StoreTypeId": 280,
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false
},
{
"StoreTypeId": 280,
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DependsOn": "",
"DefaultValue": "true",
"Required": true
}
],
"EntryParameters": [],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Required",
"JobProperties": [],
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
Expand Down
Loading