BrokerAuthorizationConfig.Rules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll.
public System.Collections.Generic.IList<Azure.ResourceManager.IotOperations.Models.BrokerAuthorizationRule> Rules { get; }
member this.Rules : System.Collections.Generic.IList<Azure.ResourceManager.IotOperations.Models.BrokerAuthorizationRule>
Public ReadOnly Property Rules As IList(Of BrokerAuthorizationRule)