Add enumeration member "Write" to "Permission" type

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • V4.0_ERRATA03
    • Affects Version/s: V4.0_ERRATA01
    • Component/s: Vocabularies
    • None
    • Environment:

      [Applied]

    • Hide

      Enhance the definition of Permission by adding a Write member

      <EnumType Name="Permission" IsFlags="true">
      <Member Name="None" Value="0"/>
      <Member Name="Read" Value="1"/>
      <Member Name="Write" Value="2"/>
      <Member Name="ReadWrite" Value="3"/>
      </EnumType>

      Show
      Enhance the definition of Permission by adding a Write member <EnumType Name="Permission" IsFlags="true"> <Member Name="None" Value="0"/> <Member Name="Read" Value="1"/> <Member Name="Write" Value="2"/> <Member Name="ReadWrite" Value="3"/> </EnumType>
    • Show
      https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/vocabularies/Org.OData.Core.V1.xml?rev=645

      We designed the Permission enumeration type in the Core vocabulary in a way that allows us to add a "Write" member for write-only properties. Now I have a use case for it: the "Password" property of a "User" entity type.

            Assignee:
            handl
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: