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

Data: Rest Api Specs - regenerating based on ff5d0a36dab8d7b1acf3d1886d4d46278dd02345 #4642

Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "CustomEmails",
"jsonName": "customEmails",
"name": "CustomEmails",
"objectDefinition": {
"type": "List",
Expand All @@ -24,7 +24,7 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "Enabled",
"jsonName": "enabled",
"name": "Enabled",
"objectDefinition": {
"type": "Boolean",
Expand All @@ -39,7 +39,7 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "LastUpdatedTime",
"jsonName": "lastUpdatedTime",
"name": "LastUpdatedTime",
"objectDefinition": {
"type": "String",
Expand All @@ -54,7 +54,7 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "Name",
"jsonName": "name",
"name": "Name",
"objectDefinition": {
"type": "String",
Expand All @@ -69,7 +69,7 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "RuleDefinitions",
"jsonName": "ruleDefinitions",
"name": "RuleDefinitions",
"objectDefinition": {
"type": "Reference",
Expand All @@ -84,7 +84,7 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "SendEmailsToSubscriptionOwners",
"jsonName": "sendEmailsToSubscriptionOwners",
"name": "SendEmailsToSubscriptionOwners",
"objectDefinition": {
"type": "Boolean",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "GreenplumAuthenticationType",
"type": "String",
"values": [
{
"key": "Basic",
"value": "Basic"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "OracleAuthenticationType",
"type": "String",
"values": [
{
"key": "Basic",
"value": "Basic"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "AzurePostgreSqlLinkedServiceTypeProperties",
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "azureCloudType",
"name": "AzureCloudType",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "commandTimeout",
Expand Down Expand Up @@ -31,6 +46,21 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "credential",
"name": "Credential",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "CredentialReference",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "database",
Expand Down Expand Up @@ -136,6 +166,81 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "servicePrincipalCredentialType",
"name": "ServicePrincipalCredentialType",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "servicePrincipalEmbeddedCert",
"name": "ServicePrincipalEmbeddedCert",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "SecretBase",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "servicePrincipalEmbeddedCertPassword",
"name": "ServicePrincipalEmbeddedCertPassword",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "SecretBase",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "servicePrincipalId",
"name": "ServicePrincipalId",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "servicePrincipalKey",
"name": "ServicePrincipalKey",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "SecretBase",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "sslMode",
Expand All @@ -151,6 +256,21 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "tenant",
"name": "Tenant",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "timeout",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "GreenplumLinkedServiceTypeProperties",
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "authenticationType",
"name": "AuthenticationType",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "GreenplumAuthenticationType",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "commandTimeout",
"name": "CommandTimeout",
"objectDefinition": {
"type": "Integer",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "connectionString",
Expand All @@ -16,6 +46,36 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "connectionTimeout",
"name": "ConnectionTimeout",
"objectDefinition": {
"type": "Integer",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "database",
"name": "Database",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "encryptedCredential",
Expand All @@ -31,6 +91,51 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "host",
"name": "Host",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "password",
"name": "Password",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "SecretBase",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "port",
"name": "Port",
"objectDefinition": {
"type": "Integer",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "pwd",
Expand All @@ -45,6 +150,36 @@
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "sslMode",
"name": "SslMode",
"objectDefinition": {
"type": "Integer",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "username",
"name": "Username",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
}
],
"IsParent": false
Expand Down
Loading
Loading