CommunicationServiceUpdateProperties interface
A class that describes the properties that can be updated for CommunicationService resource.
Properties
| disable |
Disable local authentication for the CommunicationService. |
| linked |
List of email Domain resource Ids. |
| public |
Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. |
Property Details
disableLocalAuth
Disable local authentication for the CommunicationService.
disableLocalAuth?: boolean
Property Value
boolean
linkedDomains
List of email Domain resource Ids.
linkedDomains?: string[]
Property Value
string[]
publicNetworkAccess
Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'.
publicNetworkAccess?: string
Property Value
string