Skip to content

Commit

Permalink
Adding disableLocalAuth property to IothubProperties.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimengan committed Mar 5, 2021
1 parent 28cf14d commit 831d5b2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2283,6 +2283,10 @@
"name": "PublicNetworkAccess"
}
},
"disableLocalAuth": {
"description": "If True, authentication of Data Plane service APIs on IotHub will strictly use Azure Active Directory(AAD) based authentication.",
"type": "boolean"
},
"ipFilterRules": {
"description": "The IP filter rules.",
"type": "array",
Expand Down

0 comments on commit 831d5b2

Please sign in to comment.