Sha256: e3b10efcaef2f7fa332fe9ea29b0729c70e8e6372761aa498111d03ce9c66298
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::NotificationHubs module Models # # SharedAccessAuthorizationRule properties. # class SharedAccessAuthorizationRuleProperties include MsRestAzure # @return [Array<AccessRights>] The rights associated with the rule. attr_accessor :rights # # Mapper for SharedAccessAuthorizationRuleProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'SharedAccessAuthorizationRuleProperties', type: { name: 'Composite', class_name: 'SharedAccessAuthorizationRuleProperties', model_properties: { rights: { required: false, serialized_name: 'rights', type: { name: 'Sequence', element: { required: false, serialized_name: 'AccessRightsElementType', type: { name: 'Enum', module: 'AccessRights' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_notification_hubs-0.14.0 | lib/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_properties.rb |