You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
"description": "The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string)."
2971
+
},
2972
+
"resource": {
2973
+
"type": "object",
2974
+
"description": "The target service or resource to which the access will be requested. Type: string (or Expression with resultType string)."
2975
+
},
2976
+
"scope": {
2977
+
"type": "object",
2978
+
"description": "The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string)."
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/LinkedService.json
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2729,7 +2729,8 @@
2729
2729
"Anonymous",
2730
2730
"Basic",
2731
2731
"AadServicePrincipal",
2732
-
"ManagedServiceIdentity"
2732
+
"ManagedServiceIdentity",
2733
+
"OAuth2ClientCredential"
2733
2734
],
2734
2735
"x-ms-enum": {
2735
2736
"name": "RestServiceAuthenticationType",
@@ -2767,6 +2768,26 @@
2767
2768
"encryptedCredential": {
2768
2769
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
2769
2770
"type": "object"
2771
+
},
2772
+
"clientId": {
2773
+
"type": "object",
2774
+
"description": "The client ID associated with your application. Type: string (or Expression with resultType string)."
2775
+
},
2776
+
"clientSecret": {
2777
+
"description": "The client secret associated with your application.",
"description": "The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string)."
2783
+
},
2784
+
"resource": {
2785
+
"type": "object",
2786
+
"description": "The target service or resource to which the access will be requested. Type: string (or Expression with resultType string)."
2787
+
},
2788
+
"scope": {
2789
+
"type": "object",
2790
+
"description": "The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string)."
Copy file name to clipboardExpand all lines: specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/LinkedService.json
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2729,7 +2729,8 @@
2729
2729
"Anonymous",
2730
2730
"Basic",
2731
2731
"AadServicePrincipal",
2732
-
"ManagedServiceIdentity"
2732
+
"ManagedServiceIdentity",
2733
+
"OAuth2ClientCredential"
2733
2734
],
2734
2735
"x-ms-enum": {
2735
2736
"name": "RestServiceAuthenticationType",
@@ -2767,6 +2768,26 @@
2767
2768
"encryptedCredential": {
2768
2769
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
2769
2770
"type": "object"
2771
+
},
2772
+
"clientId": {
2773
+
"type": "object",
2774
+
"description": "The client ID associated with your application. Type: string (or Expression with resultType string)."
2775
+
},
2776
+
"clientSecret": {
2777
+
"description": "The client secret associated with your application.",
"description": "The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string)."
2783
+
},
2784
+
"resource": {
2785
+
"type": "object",
2786
+
"description": "The target service or resource to which the access will be requested. Type: string (or Expression with resultType string)."
2787
+
},
2788
+
"scope": {
2789
+
"type": "object",
2790
+
"description": "The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string)."
0 commit comments