Skip to content
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 @@ -1029,7 +1029,12 @@
"authenticationType": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
"description": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string)."
},
"username": {
"type": "object",
Expand Down Expand Up @@ -1086,7 +1091,8 @@
"enum": [
"Office365",
"Ifd",
"AADServicePrincipal"
"AADServicePrincipal",
"Active Directory"
],
"x-ms-enum": {
"name": "DynamicsAuthenticationType",
Expand Down Expand Up @@ -1145,7 +1151,12 @@
"authenticationType": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
"description": "The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string)."
},
"username": {
"type": "object",
Expand Down Expand Up @@ -1248,7 +1259,12 @@
"authenticationType": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
"description": "The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string)."
},
"username": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,11 @@
},
"authenticationType": {
"type": "object",
"description": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
"description": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"description": "The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string)."
},
"username": {
"type": "object",
Expand Down Expand Up @@ -970,7 +974,8 @@
"enum": [
"Office365",
"Ifd",
"AADServicePrincipal"
"AADServicePrincipal",
"Active Directory"
],
"x-ms-enum": {
"name": "DynamicsAuthenticationType",
Expand Down Expand Up @@ -1023,7 +1028,11 @@
},
"authenticationType": {
"type": "object",
"description": "The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
"description": "The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"description": "The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string)."
},
"username": {
"type": "object",
Expand Down Expand Up @@ -1117,7 +1126,11 @@
},
"authenticationType": {
"type": "object",
"description": "The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)."
"description": "The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string)."
},
"domain": {
"type": "object",
"description": "The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string)."
},
"username": {
"type": "object",
Expand Down