Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartnerNamespaceUpdateParameters

Package version

Properties of the Partner Namespace update.

Hierarchy

  • PartnerNamespaceUpdateParameters

Index

Properties

Optional disableLocalAuth

disableLocalAuth: undefined | false | true

This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace.

Optional inboundIpRules

inboundIpRules: InboundIpRule[]

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

Optional publicNetworkAccess

publicNetworkAccess: PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring

Optional tags

tags: undefined | {}

Tags of the Partner Namespace.

Generated using TypeDoc